Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 486 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 486 Bytes

deeplearninglib

this is my personal deep learning library for understanding deeplearning

This is my personal deeplearning Library which I made to understand how deeplearning frame work modules are organised to better understand them.

Layer:

This module is the base class for dense and it signifies that it has the functionality to have forward and backward pass.

Dense:

This module inherits Layer class and impliments forward and backward propogation in a neural network.