Skip to content

Implentation of different deep learning techniques using Numpy.

Notifications You must be signed in to change notification settings

tani-git/DL-with-Numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

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	                     # Weight used in prediction
├── Convolution Neural-network-Numpy_Batchnorm               # Most frequent images for input data
├── Images                                                   # Input data for summary.
├── Readme                                                   # Readme for SODWTSMFW
├── requiremnts                                              # Requirements file for SODWTSMFW

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

Implentation of different deep learning techniques using Numpy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages