Skip to content

Implementation of various Neural Networks (NN). I have included NNs for MNIST and Spam Ham classification. Written in Matlab.

License

Notifications You must be signed in to change notification settings

chriskormaris/NeuralNetworksInMatlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNetworksInMatlab

Made by Chris Kormaris

Implementation of various Neural Networks. Written in Matlab.

MNIST Neural Network implementation (Using either Gradient Ascent or Gradient Descent)

Unzip the MNIST data from the compressed file "mnisttxt.zip" in the same directory. Then, run the Neural Network that uses batch gradient ascent, from the file "demo_mnistNN.m", inside the folder "code", as follows:

demo_mnistNN

MNIST Spam Ham implementation

Unzip the LingspamDataset data from the compressed file "LingspamDataset.zip", in the same directory. Change directory inside the folder "NN_spam_ham/code". Then, run the Neural Network "demo_spam_ham_NN.m", as follows:

demo_spam_ham_NN

About

Implementation of various Neural Networks (NN). I have included NNs for MNIST and Spam Ham classification. Written in Matlab.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages