nathom / numpy-fcn

FCN using only numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review Assignment Due Date

PA1-Starter

  1. main.py is the driver function that has to be run in order to run different set of experiments. You can run it by doing: python main.py --experiment <fill me in>.
  2. the first time you run main.py, it will automatically download the data to the 'data' directory
  3. config files need to be in the 'config' directory
  4. You are free to create new functions, change existing function signatures, add/remove member variables/functions in the provided classes but you need to maintain the overall given structure of the code. Specifically, you have to mandatorily use the classes provided in neuralnet.py to create your model (although, like already mentioned, you can add or remove variables/functions in these classes or change the function signatures)
  5. We have marked sections to be implemented by you as TODO for your convenience

About

FCN using only numpy


Languages

Language:TeX 59.5%Language:Python 40.5%