- Notifications
You must be signed in to change notification settings - Fork0
Classifying 4 kinds of pasta's using SVM and ANN
NotificationsYou must be signed in to change notification settings
mmd52/Classifying_Pastas
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
What do you do when you are new inItaly and unable to determine what kind of pasta is being served to you?
Its simple use Machine Learning!
- The main task here is that we have 4 different kinds of pastas and we need to classify them
- For each kind of pasta we have around 1000 images
The different kinds of pastas are -
- Ragu
- Carbonara
- Lasagna
- gnocchi
The problem can be solved using SVM kernel combinations or artificial neural networksInterpretations and explanations are included in theJupyter notebook
- There is just one jupyter notebook
- To download the data go here -https://drive.google.com/open?id=1dDMWnXzQS4RTGWiPUMIQblDNu_iTkAvD
- 3783908.jpg is the corrupt image
Note:MLCE project uses only Python 3.X and above for analysis