/Perceptron-from-scratch

Neural Network exercises for Machine Learning and Data Science.

Primary LanguageJupyter Notebook

Creating a Perceptron From Scratch

Neural Network exercises for Machine Learning and Data Science.

Getting Started

Optional: Create an enviroment
    $ conda create --name newEnv -y python=3.7 numpy matplotlib
    $ conda activate newEnv
Optional: Create a Jupyter Notebook:
    $ conda install -c conda-forge jupyterlab
    $ jupyter lab
Or just simply run the code:
    $ cd source
    $ python perceptron.py