Skip to content

code-cse/DL-using-Numpy

Repository files navigation

Deep Learning using Numpy

This repository contains the code for different deep learning techniques using Numpy.

Project Structure

├── Convolution-Neural-Network-Numpy                         # CNN
├── Convolution Neural-network-Numpy_Batchnorm               # Batchnorm CNN
├── Readme                                                   # Readme 
├── requiremnts                                              # Requirements 

CNN_Numpy:

To run this code:

python main.py

CNN_numpy_batchnorm:

To run this code:

python main.py

Requirements:

pip install -r requirements.txt

About

This repository contains different implementation of deep learning model using Numpy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages