/Neural-Networks

A repo to learn about Neural Networks in Python (PyTorch)

Primary LanguageJupyter Notebook

Neural-Networks

A repo to learn about Neural Networks in Python (PyTorch)

Setup

  • python3 -m venv venv to create a virtual environment
  • pip install -r requirements.txt to install the requirements
  • source venv/bin/activate to activate the environment
  • source deactivate to deactivate the environment