There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Car-Dekho-Price-Prediction-Regression-ML
In this project prices are predicted for various 2nd hand car avaliable on car dekho website using regression.Applied-Social-Network-Analysis-in-Python
This is the fifth course of 5 course specialisation in Applied Data Science in python.Flight-Fare-Prediction-regression-models
After cleaning the data ,and encoding the categorical variables ,removing the outliers,and seeing feature importance and then depicting the flight fare of national flights with the help of regression modelsData-Structures-and-Algorithms
These are the algorithms in C for the subject Design and Analysis of algorithms.Password-Strength-Prediction-NLP
Its a password strength prediction model designed with the help of TF-IDF vectorizer which predicts whether the password strength is good or notEmail-Spam-Classifier-Naive-Bayes-NLP-ML
The SMS Spam Collection is a set of SMS tagged messages that have been collected for SMS Spam research. It contains one set of SMS messages in English of 5,574 messages, tagged according being ham (legitimate) or spam. The files contain one message per line. Each line is composed by two columns: v1 contains the label (ham or spam) and v2 contains the raw text. It will predict the correct classification of emails as SPAM or HEM ,developed with analysing on SMS Spam collection datasetApplied-Text-Mining-in-Python
This is the fourth course of 5 course specialization in Applied Data Science in python.Restaurant-Reviews-Analysis-NLP-ML
In this project sentiment Analysis of Restaurant reviews has been done. Firstly proper sentiment and tokenization of reviews has been done. all stopwords are removed then Naive Bayes Model has been trained with training data ( some reviews ) then we make predictions for the test data whether the reviews are negative or positive so it is a classification problem which is done using gaussian naive bayes.Market-Basket-Optimization-Apriori-Analysis-ML
The Apriori algorithm uses frequent itemsets to generate association rules, and it is designed to work on the databases that contain transactions. With the help of these association rule, it determines how strongly or how weakly two objects are connected. Frequent itemsets are those items whose support is greater than the threshold value or user-specified minimum support. It means if A & B are the frequent itemsets together, then individually A and B should also be the frequent itemset. Suppose there are the two transactions: A= {1,2,3,4,5}, and B= {2,3,7}, in these two transactions, 2 and 3 are the frequent itemsets. In this project the transactions of a store is noted for a week and apriori algorithm is used to make frequent item data so that a proper decision can be taken regarding those items which helps to make better offers for the customers which helps in increasing profit for the store.Love Open Source and this site? Check out how you can help us