NeuPy is a Tensorflow based python library for prototyping and building neural networks
-
Updated
Jan 3, 2023 - Python
NeuPy is a Tensorflow based python library for prototyping and building neural networks
SPPU - BE ENTC (2015 Pattern) - Elective III
Fuzzy Clustering Using Hybrid Fuzzy c-means and Fuzzy Particle Swarm Optimization (A Research Paper Implementation along with Self-organization feature map (SOFM) implementation)
Self-Organizing Maps(SOM) or self-organizing feature map (SOFM) is a type of artificial neural network (ANN) that is trained using unsupervised learning. Using R.
SOM - Self-organizing map
A self-organizing feature map which is trained on a random three-dimensional (RGB) input space.
Self-Organizing Map (Kohonen Self-Organizing Feature Map)
A self organizing feature map for making colors in order
In this Repo. first a SOFM network is implemented to reduce the dimension of pictures and then a multilayer perceptron is used to classify the faces. this project is done on Yale Face dataset : https://vision.ucsd.edu/content/yale-face-database
This repository features custom implementations of Multi-Layer Perceptron (MLP) and Kohonen Self-Organizing Feature Maps (SOFM) in C++. The project provides hands-on examples of these neural network models, showcasing their application in classification, regression, and unsupervised learning.
Add a description, image, and links to the sofm topic page so that developers can more easily learn about it.
To associate your repository with the sofm topic, visit your repo's landing page and select "manage topics."