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