Skip to content

MatanCohe/mlp-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisite:
    - python 3.7
    - Numpy 1.16.2
    - Scipy 1.2.1
    - matplotlib 3.0.2
    - GUI frameworks: pygtk, gobject, tkinter, PySide, PyQt4, wx (all optional, but one is required for an interactive GUI)

running the code instructions:
    The folder tree must look like this:
        - main.py
        - NNClassifier.py
        - functions.py
        - data (folder) (read permission required)
            - train.csv
            - validate.csv
            - test.csv
        - figures (folder) (write permission required)
    The folder that contains the main.py file should enable write permissions
    in order for the program to generate the output.txt file.

    One should execute the code by running the following command line from Unix-like terminal:
        >> python main.py

About

My implementation of the MLP algorithm in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages