Skip to content

A library with implementations for machine learning algorithms and deep learning layers

Notifications You must be signed in to change notification settings

pranshu97/ml_dl_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml_dl_lib

A library with implementations for machine learning algorithms and deep learning layers.

How to run

Clone the repo
Run dl_example.py with: python3 dl_example.py

OR

import into your notebook and play with it like

from dl_layers import ConvLayer, PoolLayer, GlobalAveragePoolLayer, DropoutLayer, LinearLayer
from ml_models import KMeans, KNN

Note: For learning purposes only. Backpropagation is not implemented for the deep learning modules.

About

A library with implementations for machine learning algorithms and deep learning layers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages