Skip to content
#

neural-networks-from-scratch

Here are 134 public repositories matching this topic...

Matrix-Vector Library Designed for Neural Network Construction. cuda (gpu) support, openmp (multithreaded cpu) support, partial support of BLAS, expression template based implementation PTX code generation identical to hand written kernels, and support for auto-differentiation

  • Updated Nov 8, 2020
  • C++

This is my first Deep Learning project, which is a MNIST hand-written digits classifier. The model is implemented completely from scratch WITHOUT using any prebuilt optimization like Tensorflow or Pytorch. Tensorflow is imported only to load the MNIST data set. This model also uses 2 hidden layers with Adaptive Moment Optimization (Adam) and Dro…

  • Updated Jun 13, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the neural-networks-from-scratch topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the neural-networks-from-scratch topic, visit your repo's landing page and select "manage topics."

Learn more