Skip to content

sammgithub/Machine-Learning-Notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

84 Commits

Repository files navigation

Machine Learning and Deep learning Notebooks

Notebook DescriptionLinkNotes
Iris Flower ClassificationIris_flower_classification.ipynbBuild a neural network model using Keras & Tensorflow. Evaluated the model using scikit learn's k-fold cross validation.
Recognizing CIFAR-10 images (Part I - Simple model)Recognizing-CIFAR-10-images-Simple-Model.ipynbBuild a simple Convolutional Neural Network(CNN) model to classify CIFAR-10 image dataset with Keras deep learning library achieving classification accuracy of 67.1%.
Recognizing CIFAR-10 images (Part II - Improved model)Recognizing-CIFAR-10-images-Simple-Model.ipynbBuild an improved CNN model by adding more layers with Keras deep learning library achieving classification accuracy of 78.65%.
Recognizing CIFAR-10 images (Part III - Data Augmentation)Recognizing-CIFAR-10-images-Improved-Model-Data-Augmentation.ipynbBuild an improved CNN model by data augmentation with Keras deep learning library achieving classification accuracy of 80.73%.
Traffic Sign Recognition using Deep LearningTraffic-Sign-Recognition.ipynbBuild a deep learning model to detect traffic signs using the German Traffic Sign Recognition Benchmark(GTSRB) dataset achieving an accuracy of 98.4%.
Movie Recommendation EngineMovie_Recommendation_Engine.ipynbBuild a movie recommendation engine using k-nearest neighbour algorithm implemented from scratch.
Linear RegressionLinear_Regression.ipynbBuild a simple linear regression model to predict profit of food truck based on population and profit of different cities.
Multivariate Linear RegressionMultivariate_Linear_Regression.ipynbBuild a simple multivariate linear regression model to predict the price of a house based on the size of the house in square feet and number of bedrooms in the house.
Sentiment Analysis of Movie ReviewsSentiment_Analysis.ipynbExperiment to analyze sentiment according to their movie reviews.
Wine quality predictionPredicting_wine_quality.ipynbExperiment to predict wine quality with feature selection (In progress).
Unsupervised Learningunsupervised_learning-Part_1.ipynbHands-on with Unsupervised learning.
Autoencoders using Fashion MNISTAutoencoder_Fashion_MNIST.ipynbBuilding an autoencoder as a classifier using Fashion MNIST dataset.
Logistic RegressionLogistic_Regression.ipynbBuild a logistic regression model from scratch - Redoing it
Fuzzy string matchingfuzzywuzzy.ipynbTo study how to compare strings and determine how similar they are in Python.
Spam email classificationspam_email_classification.ipynbBuild a spam detection classification model using an email dataset.
Customer churn predictioncustomer_churn_prediction.ipynbTo predict if customers churn i.e. unsubscribed or cancelled their service.- In Progress
Predicting Credit Card Approvalspredicting_credit_card_approvals.ipynbTo predict the approval or rejection of a credit card application

About

15+ Machine/Deep Learning Projects in Ipython Notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook100.0%