Skip to content

Ebrahiminegin67/ConvolutionalNeuralNetworks-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Convolutional Neural Networks (CNNs)

In this lab, we learn how to create and train a Convolutional Neural Network (CNN) using PyTorch.
The main goal is to classify images from the CIFAR-10 dataset and compare the performance of Fully Connected Networks (FCN) and CNNs.


Key Topics

  • Basic PyTorch operations
  • Understanding CNN architecture and components
  • Loading and preprocessing image data
  • Building and training a simple CNN
  • Evaluating performance on a test set
  • Using pre-trained models for image classification

Tools & Libraries

  • Python
  • PyTorch
  • torchvision, torchsummary
  • NumPy, Pandas
  • Matplotlib, scikit-learn

About

Deep learning lab focusing on image classification using fully connected and convolutional neural networks (CNN) in PyTorch, applied to the CIFAR-10 dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages