Skip to content

imaxfp/neural_n00b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neural_n00b

Neural Network from the scratch implementation.

The main idea of the NN is education purpose.

Before you start

Creating a virtual environment in Python using venv is a great way to manage project-specific dependencies and avoid conflicts with system packages.

  • make sure if you have init.py in your 'src'
  • python3 -m venv ./env_nn_n00b
  • source ./env_nn_n00b/bin/activate
  • export PYTHONPATH="${PYTHONPATH}:./" - 'Rexecute the next command from your project dir'
  • pip3 install -r requirements.txt

Useful plagins:

TODO:

About

Neural Network from the scratch implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors