Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 406 Bytes

File metadata and controls

23 lines (17 loc) · 406 Bytes

intro-to-deep-learning

Simple intro-to-deep-learning example

Features

  • Basic neural network implementation
  • Easy to follow

Installation

Clone the repository and install dependencies:

pip install -r requirements.txt

Usage

Run the example with:

python main.py

License

This project is licensed under the MIT License - see the LICENSE file for details.