Skip to content

Commit

Permalink
implemented a cnn model for classifying traffic signs , used grstb da…
Browse files Browse the repository at this point in the history
…taset for training
  • Loading branch information
ojhankit committed Oct 7, 2024
1 parent 967d5a2 commit 7b880f8
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Neural Networks/traffic_sign_recognition/ReadME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Project Title: CNN Traffic Sign Recognition

## Description

The CNN Image Classification project utilizes a Convolutional Neural Network (CNN) to clasify different traffic signs.

## Features

- Implementation of a CNN model for image classification.
- Training and validation metrics (loss and accuracy) visualization.
- Ability to modify model architecture and hyperparameters.

## Technologies Used

- Python
- Pytorch
- NumPy
- Matplotlib
436 changes: 436 additions & 0 deletions Neural Networks/traffic_sign_recognition/code.ipynb

Large diffs are not rendered by default.

0 comments on commit 7b880f8

Please sign in to comment.