ios-KRHebbian-Algorithm

Neural network algorithm

An implementation of the Hebbian learning method for unsupervised machine learning using neural networks.

Non-supervisor that Hebbian self-organization learning method in machine learning. (自分学習アルゴリズム).

GitHub

13 stars
1 watching
1 forks
Language: Objective-C
last commit: almost 11 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
kalvar/ios-multi-perceptron-neuralnetworkAn implementation of a multi-layer perceptron neural network with backpropagation for machine learning tasks on iOS.24
kalvar/ios-bpn-neuralnetworkA neural network implementation for machine learning on iOS33
kalvar/ios-krkmeans-algorithmK-Means clustering algorithm implementation with multi-dimensional support and customizable features23
kalvar/ios-krfuzzycmeans-algorithmAn implementation of Fuzzy C-Means clustering algorithm with fuzzy theory on Machine Learning for data mining and image compression.12
saschagrunert/nnA small neural network implementation of the backpropagation algorithm in Haskell127
sjsingh91/ib-cnnA library implementing a learning algorithm for improving classification accuracy with incremental updates and ensemble methods using neural networks2
nathanepstein/knearA JavaScript implementation of the k-nearest neighbors algorithm for supervised machine learning48
kubeflow/katibAn automated machine learning system that supports hyperparameter tuning and neural architecture search on Kubernetes.1,521
joeddav/devolAn evolutionary algorithm for designing neural networks in Keras951
franalgaba/neural-network-cairoAn implementation of a neural network from scratch using Cairo 1.0 for MNIST predictions10
felipexw/knn-java-libraryAn implementation of a K-Nearest Neighbor algorithm for supervised learning7
reddavis/knnAn implementation of the K Nearest Neighbour algorithm in Ruby, allowing users to query a dataset and retrieve the k most similar data points based on various distance measurements.37
koichiro11/residual-attention-networkAn image classification neural network implementation using attention mechanisms and residual learning94
neuralegion/shainetA neural network implementation using object-oriented modeling and inspired by biological systems184
asbaker/racket-knnAn implementation of the K Nearest Neighbors algorithm using Scheme and Racket16