项目作者: hzitoun

项目描述 :
Some neural networks I'm building from scratch using python
高级语言:
项目地址: git://github.com/hzitoun/python_neural_networks_from_scratch.git


Building Python NNs from scratch

Some neural networks I’m building from scratch using Python while learning data science

Install requirements

First, ensure that you have the latest pip

  1. python -m pip install --upgrade pip

If you’re using Anaconda, then just install mypy (for static typing) python -m pip install -U mypy otherwise:

  1. pip install -r requirement.txt

Test it

In samples, you will get a bunch of pythons programs using the neural nets. So go and run one of them:

  1. python samples/classifier.py