You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🏆 A Comparative Study on Handwritten Digits Recognition using Classifiers like K-Nearest Neighbours (K-NN), Multiclass Perceptron/Artificial Neural Network (ANN) and Support Vector Machine (SVM) discussing the pros and cons of each algorithm and providing the comparison results in terms of accuracy and efficiecy of each algorithm.
Train Perceptrons, MLPs, and RBFs by applying Delta rule. This repo is result of our joint work (Ilaha Manafova & I) for the "Technical Neural Networks" course held at the University of Bonn.
Repositorio de prácticas de la materia de Redes Neuronales. Serie de Fibonacci, entrenamiento de una Red de Hamming, entrenamiento de un Perceptrón Simple mediante la regla de aprendizaje, entrenamiento de una Red Adaline sin bias (decodificador binario a decimal), entrenamiento de una red Adaline con bias mediante la regla delta. Implementación…