This Repository Contains all my Machine Learning Projects that I have mad for, Competitions that I have Participated or tried for Practice.
This Repository contains all of the Machine Learning as well as Deep Learning Projects, that i have made for any Competition or have done only for Practice. In this repo. all the projects will have at least one Complete Notebook, and the number of inComplete notebooks, i don’t know. In some of the Projects the Dataset is not uploaded, along with the notebook, it is because the Dataset is very huge in size, but I have mentioned the Source or link of the dataset, if by mistake i have not mentioned it in any of the projects, let me know!. Hope you get benefitted with this repo of mine.
Detects emotion of Tom and Jerry characters in the video, using CNN with 25,696,261 parameters. Dataset used is from HackerEarth Competition with name “Detect emotions of your favorite toons”.
Extracts sentiment hidden in the tweets posted during Mother’s Day, using NLTK, tf-idf, SGD Classifier. Dataset used is from HackerEarth Competition with name “Machine Learning with Mother’s Day”.
Detects the Dance form in which the person in the image is posing, using VGG-16 pre-trained model, by transfer learning with 21,139,528 parameters. Dataset used is from HackerEarth Competition with name “Identify the Dance Form”.
HackerRarth Score: 57.51433 ( with Image Augmentation )
Detects objects in the frame, from one of the ten classes included in the training dataset i.e. [Airplane, Automobile, Bird, Cat, Deer, Dog, Frog, Horse, Ship, Truck] , using CNN with 1,250,858 parameters. Dataset used is CIFAR-10.
Detects the Handwritten digits in the given image, using CNN with 600,810 parameters. Dataset used for training is MNIST.