Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arvinsingh/ml-and-dl

Machine Learning and Deep Learning projects on various datasets.
https://github.com/arvinsingh/ml-and-dl

cnn deep-learning keras machine-learning object-recognition

Last synced: 2 days ago
JSON representation

Machine Learning and Deep Learning projects on various datasets.

Awesome Lists containing this project

README

        

## **Machine Learning Notebooks**

#### **Datasets analyzed**

- [Fisher Iris](https://archive.ics.uci.edu/dataset/53/iris)
- [Wine Data](https://archive.ics.uci.edu/dataset/109/wine)
- [MNIST Digits](https://www.tensorflow.org/datasets/catalog/mnist)
- [CIFAR 10 and CIFAR-100](https://www.cs.toronto.edu/%7Ekriz/cifar.html)
- Random datasets

#### **Algorithms used**

- KMeans
- Naive Bayes Classifer
- Gaussian Mixture Model
- Scree Test
- Linear Regression
- Multiclass Support Vector Machine
- Neural Network
- Convolutional Neural Network

#### **Frameworks used**

- Keras with TensorFlow backend
- NumPy
- Matplotlib
- SciPy
- Scikit Learn

#### **Capstone**

- Convolutional Neural Network
vs
Support Vector Machine

on CIFAR-100 and CIFAR-10 datasets

#### Experiment Report:
[Computer Vision: Implementing and studying performance of two different algorithms for Object Recognition on CIFAR-10 and CIFAR-100 datasets.](http://dx.doi.org/10.13140/RG.2.2.29830.34881)

#### **Outcome**
- Deep understanding of Machine Learning and Deep Learning algorithms
- Data Analysis
- Data Visualization
- Linear Algebra
- Probability
- Sample generation