/mlblocks

This project has simple Python classes that act like building blocks. You can use them to create different types of neural networks from the beginning. It's made for people who are new to machine learning and want to understand the basics of neural networks.

Primary LanguagePythonMIT LicenseMIT

MLblocks (Machine Learning Blocks)

This project has simple Python classes that act like building blocks. You can use them to create different types of neural networks from the beginning.

It's made for people who are new to machine learning and want to understand the basics of neural networks.

Author

License

MIT

Setup

  pip3 install -r requirements.txt
  python3 mlblocks/examples/nn_relu.py