There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Python
Python and related to all basic concepts.Deep-learning-
Deep learning for data scienceLearning-various-classifiers-on-Iris-dataset
Performing the model like Decision Tree Page. Coding up KNN from scratch in Python. KNN using SKlearn. Navie Bayes using SKlearn. Boosting in Python. Feature importance using ensemble Classifiers. Voting Classifiers using SKLearn.Logistic-regression-on-the-titanic-dataset
Performing the model like Logistic regression on the titanic dataset. Visualizing a logistic regression model.R
R and related to all basic conceptsData-visualisation-
Data visualisation for data scienceR-Mini-Project---Analysis-using-R-Why-Are-Low-Quality-Diamonds-More-Expensive-
learning variance and covarianceData-mining
Data mining for data sciencePython-Mini-Project---Data-Analysis-and-Prediction-using-the-Loan-Prediction-Dataset
We have the loan application information like the applicant's name, personal details, financial information and requested loan amount and related details and the outcome (whether the application was approved or rejected). Based on this we are going to train a model and predict if a loan will get approved or not.Text-mining-and-Analytics-
Text mining and analytics for data scienceMachine-learning-
Data science for machine learningWeb-mining
Web mining for data scienceData-collection-
Data collection for data sciencePython-Mini-Project---Word-Ladders-Game
You are given two words of the same length: e.g., cold and warm ! Your problem is to find a chain of words from the starting word cold to the ending word warm so that each successive word differs from the previous in exactly one letter. ! Example: cold, cord, card, ward, warm.Probability-and-Statistics-
Data science for probability and statisticsHand-Written-Digit-Recognition
Performing the model like MLP for Hand-written digit recognition with no hidden layer with 10 output neurons. MLP for Hand-written digit recognition with two hidden layers.Use-CoNLL-2002-data-to-build-a-NER-system
Making module like CoNLL 2002 data to build a NER system Understand the dataset. Use CoNLL 2002 data to build a NER system Define features. Use CoNLL 2002 data to build a NER system Learn and evaluate the CRF. Use CoNLL 2002 data to build a NER system- Hyper-parameter Optimization. Use CoNLL 2002 data to build a NER system Feature Importances.Churn-Prediction
Customers of a big international bank decided to leave the bank. The bank is investigating a very high rate of customer leaving the bank. The dataset contains 10000 records, and we use it to investigate and predict which of the customers are more likely to leave the bank soon. The approach here is supervised classification; the classification model to be built on historical data and then used to predict the classes for the current customers to identify the churn. The dataset contains 13 features, and also the label column (Exited or not). The best accuracy was obtained with the Naïve Bayes model (83.29%). Such churn prediction models could be very useful for applications such as churn prediction in Telecom sector to identify the customers who are switching from current network, and also for Churn prediction in subscription services.Love Open Source and this site? Check out how you can help us