Skip to content

This repository contains Jupyter notebooks showcasing different deep learning experiments and models. It covers preprocessing steps, artificial neural networks (ANN), convolutional neural networks (CNN), and hyperparameter tuning.

License

Notifications You must be signed in to change notification settings

sumit9000/Deep-Learning-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning Projects

This repository contains Jupyter notebooks showcasing different deep learning experiments and models. It covers preprocessing steps, artificial neural networks (ANN), convolutional neural networks (CNN), and hyperparameter tuning.

📌 Notebooks

1. Hyperparameter Tuning (Hyperparametertunig.ipynb)

  • Focused on tuning model hyperparameters for better performance.
  • Demonstrates techniques like grid search, random search, and manual tuning.

2. Artificial Neural Networks (ANN) (ANN.ipynb)

  • Title: Preprocessing → Array to Tabular Data Form
  • Covers preprocessing techniques to convert raw data into model-friendly formats.
  • Builds and trains ANN models for classification/regression tasks.

3. Convolutional Neural Networks (CNN) (CNN.ipynb)

  • Title: Model Building
  • Focuses on CNN architecture for image-related tasks.
  • Explains layers like convolution, pooling, activation, and fully connected layers.
  • Trains CNN on sample datasets to demonstrate image classification.

⚙️ Requirements

Make sure you have the following dependencies installed before running the notebooks:

pip install numpy pandas matplotlib seaborn scikit-learn tensorflow keras

About

This repository contains Jupyter notebooks showcasing different deep learning experiments and models. It covers preprocessing steps, artificial neural networks (ANN), convolutional neural networks (CNN), and hyperparameter tuning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published