/neural_nets_training

A library of helper functions for neural nets training code

Primary LanguagePython

Neural Networks Training

A library by Roy Rinberg with useful functions for training and developing neural nets.

Installation

  1. pip3 install poetry (poetry is the package manager used for this library)
  2. poetry shell - source into a virtual environment (create a new one if it doesn't exist)
  3. poetry install - install the dependencies for this package