/Neural-Network-Library

Implementing a neural network library in python from scratch

Primary LanguageJupyter Notebook

Neural Network Library

This is a neural network library written from scratch in Python with GPU support through PyCuda. As of now we have the following layers implemented:

  • Fully connected
  • Convolution
  • Max pool

Installing PyCuda

See this tutorial