Algo-Phantoms / Algo-ScriptML

Scripts of Machine Learning Algorithms from Scratch. Implementations of machine learning models and algorithms using nothing but NumPy with a focus on accessibility. Aims to cover everything from basic to advance.
MIT License
90 stars 66 forks source link

Pruning of neural network #191

Open Atul-Kashyap opened 3 years ago

Atul-Kashyap commented 3 years ago

Pruning of neural network remove the less contributing node(means weight of node which has low weight than others node) from the neural network. It increases the accuracy of neural network models.

geekquad commented 3 years ago

Hey @Atul-Kashyap, are you a part of GSSOC'21?

Atul-Kashyap commented 3 years ago

Yes, I am participant of GSSOC'21.