Skip to content

jain-pratham/Deeplearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Deep Learning Fundamentals

This repository contains implementation of core deep learning concepts from scratch using Python.

πŸ“Œ Topics Covered

  • Perceptron
  • Multi Layer Neural Network
  • Gradient Descent
  • Regularization

πŸ“‚ Files

  • Perceptron.ipynb
  • Multi_layer.ipynb
  • Gradient_Descent.ipynb
  • Regularization.ipynb

🎯 Purpose

This project is created to understand:

  • Mathematical intuition behind neural networks
  • Backpropagation concept
  • Optimization using gradient descent
  • Overfitting and regularization techniques

πŸ›  Technologies Used

  • Python
  • NumPy
  • Matplotlib
  • Jupyter Notebook

πŸŽ“ Suitable For

  • Students learning Deep Learning
  • Interview preparation
  • Building strong ML foundation

Happy Learning πŸš€

About

Deep learning fundamentals implementation including perceptron, multi layer neural network, gradient descent and regularization from scratch using python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors