Skip to content

Deep learning models and techniques implemented using PyTorch. It includes examples of neural networks and convolutional networks complete with code along with detailed explanations

License

Notifications You must be signed in to change notification settings

bunnythewiz/DeepLearning-With-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning with PyTorch

Overview

This repository contains various deep learning projects implemented using PyTorch. Each project follows a structured approach to ensure effective model development and evaluation.

Project Structure

  1. Data Visualization & Pre-Processing:

    • Explore and clean the data.
    • Handle missing values and normalize features.

    image

  2. Model Architecture:

    • Design and select the appropriate model.
    • Define layers and activation functions.

    image

    Screenshot 2024-12-19 181931

  3. Model Training:

    • Train the model using gradient descent.
    • Adjust hyperparameters and monitor performance.

    image image

  4. Model Evaluation:

    • Assess the model’s accuracy and generalization on test data.

    image image image

  5. Outliers Handling:

    • Detect and manage outliers to ensure model robustness.

    image

About

Deep learning models and techniques implemented using PyTorch. It includes examples of neural networks and convolutional networks complete with code along with detailed explanations

Topics

Resources

License

Stars

Watchers

Forks