-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #129 from ojhankit/trafficCNN
implemented a cnn model for classifying traffic signs , used grstb da…
- Loading branch information
Showing
2 changed files
with
454 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.