All Projects → ragvri → machine-learning

ragvri / machine-learning

Licence: other
Contains some of the ML codes which I made while learning ML

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

machine-learning

A repository which contains all of my snippets and projects related to Machine Learning.

  • classical_ml : Consists of all the basic machine learning algorithms. All of them have been first coded without using sklearn in order to understand how the algorithm actually works. Later, they have been coded using sklearn.
    Libraries used : numpy, sklearn and pandas

  • deep_learning : Consists of snippets of various deep learning libraries like Tensorflow and Keras. It also includes my projects in deep learning.
    Frameworks used : Tensorflow, Keras, Theano

The various projects that I have done are:

  • Image Classifier model :

  1. First made my own Image Classifier model using Tensorflow and Keras on a small dataset. Achieved 90% accuracy. Needed to use Image Augumentation and a heavy Dropout in order to achieve this.
  2. Applied Transfer Learning on the VGG 16 model by training my model just on the final fully connected layer of VGG16 model. Accuracy > 95%
  • Google Dinosaur using CNN and Reinforcement Learning:

  1. Model is still in development phase (It has some bugs). Want to develop a model that is able to play the Google Dinosaur Game on its own.
  • Sentiment Analysis of Movie Reviews:

  1. Given any movie review, the model is able to predict whether the review was "positive" or "negative".
  2. Accuracy > 80%

Sources

Installation Tutorials (Just Google it):

NOTE: In order to train various deep learning models, it is recommended that you have a GPU which supports CUDA framework to speed up things.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].