Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 433 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 433 Bytes

A repo for reinventing wheels with out using apis from scratch

The goal of this repo is to provide a place for me to reinvent wheels without using apis from scratch.

Codes List

  • numpy_network:
    • A simple implementation of a neural network using numpy.
  • model_zoo:
    • A collection of popular models implemented using torch
  • To be continued...

To-do List

  • Convolution codes
  • Recurrent Neural Networks