Skip to content

Simple implementation of a 3 layer MLP network using numpy.

Notifications You must be signed in to change notification settings

dakotawong/Simple-MLP-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-MLP-Network

Simple implementation of a 3 layer MLP network using numpy.

Running the Program

First extract the csv files from data.zip. There will be two files named train_data.csv and train_labels.csv. Create a foler called data in the top of the directory. Next, add train_data.csv and train_labels.csv to the data folder. Now you can run __main__.py and the network should begin training.

About

Simple implementation of a 3 layer MLP network using numpy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages