• Stars
    star
    1
  • Language
    Jupyter Notebook
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Unsupervised Machine Learning model on Iris dataset using KMeans algorithm. Aim is to find opimum number of clusters for the dataset.

More Repositories

1

Predict-Student-Score-Percentage-on-the-basis-of-Study-Hours.

A supervised Machine Learning model that predict student score percentage on the basis of study hours. The model uses Linear Regression to predict percentage score of a student. The linear regression is provided by Scikit-learn.
Jupyter Notebook
1
star
2

Exploratory-Data-Analysis-on-World-Wide-Terrorism-Dataset.

Performed Exploratory Data Analysis on Terrorism Dataset to find useful information related to world wide terrorist attacks. Tools used are Python, Numpy, Pandas, Matplotlib, Seaborn and Plotly.
Jupyter Notebook
1
star
3

Sentiment-Analysis-using-LSTM-and-GloVe-Embeddings

The model uses 50K movie reviews labelled as 'positive' and 'negative' that implements a Sentiment Analysis model using LSTM and GloVe(Global Vectors) Word Embeddings. There is 100-dimmensional GloVe(Global Vectors) word Embeddings is used. It is an unsupervised learning algorithm used for the similar representation of words having same meanings. LSTM(Long Short-term Memory) is a type of RNN model used for handling long sequence dependencies for classification task.
Jupyter Notebook
1
star
4

Exploratory-Data-Analysis-on-Retail-Supertore-Dataset.

I've tried to find out the weak areas where we can work to make more profit. What all business problems we can derive by exploring the data. Technologies used are Python, Numpy, Pandas, Matplotlib, Seaborn.
Jupyter Notebook
1
star
5

Face-Mask-Detector.

Task#4 as an "IoT and Computer Vision" intern at THE SPARKS FOUNDATION. A real time Face Mask Detector using MobileNet, OpenCV, Tensorflow and keras, sklearn, Numpy, and Matplotlib. In this project, I've used transfer learning using 'imagenet' weights and further trained my model on DNN. I've implemented YOLO to make it a real time face mask detector using webcam.
Jupyter Notebook
1
star