titanic-kaggle
There are 420 repositories under titanic-kaggle topic.
ashishpatel26/Titanic-Machine-Learning-from-Disaster
Start here if... You're new to data science and machine learning, or looking for a simple intro to the Kaggle prediction competitions. Competition Description The sinking of the RMS Titanic is one of the most infamous shipwrecks in history. On April 15, 1912, during her maiden voyage, the Titanic sank after colliding with an iceberg, killing 1502 out of 2224 passengers and crew. This sensational tragedy shocked the international community and led to better safety regulations for ships. One of the reasons that the shipwreck led to such loss of life was that there were not enough lifeboats for the passengers and crew. Although there was some element of luck involved in surviving the sinking, some groups of people were more likely to survive than others, such as women, children, and the upper-class. In this challenge, we ask you to complete the analysis of what sorts of people were likely to survive. In particular, we ask you to apply the tools of machine learning to predict which passengers survived the tragedy. Practice Skills Binary classification Python and R basics
zmzhouXJTU/Titanic_Rescue_Prediction
Kaggle入门级机器学习项目:泰坦尼克号生存预测
amberkakkar01/Titanic-Survival-Prediction
Using Machine learning algorithm on the famous Titanic Disaster Dataset for Predicting the survival of the passenger.
DanielGunna/Titanic-Machine-Learning
Applying Machine Learning Algorithms to the Kaggle "Titanic Survival Prediction Problem".
oliviergimenez/learning-machine-learning
Experiments in ML with tidymodels
tamanna18/Titanic-Survival-prediction
Titanic Survival prediction: Titanic dataset- how many people survive and how many were Male and Female
alicevillar/titanic-kaggle
Titanic rescue prediction using Decision Tree, SVM, Logistic Regression, Random Forest and KNN. The best accuracy score was from Random Forest: 84.35%
imgoodman/kaggle-spark-ml
kaggle machine learning with spark
jakesherman/titanic-kaggle
Introductory Kaggle competition
techytushar/would-you-have-survived
Predict if you would have survived if you were on the Titanic Ship
Aditya-Rajgor/Personal-Projects
This is my personal repository, I upload my personal projects here. You can copy the code without a second thought. Thank you
ivanmrsulja/titanic-survivability-prediction
Testing different ML models on famous Titanic dataset from kaggle. (100% accuracy)
Singhak/MLPortfolio
This is collection of My Data Analysis and Python Leaning
ubamba98/Competitions
My Solutions to Machine Learning competitions on Kaggle, Analytics Vidhya etc
ishanbhandari-19/Titanic-Challenge
My take on the Kaggle Titanic Challenge, Accuracy: 0.80681
venky14/Data-Analysis-Project-Titanic
Data Analysis Solution for Titanic passenger data.
jawad3838/Titanic-Survival-Prediction-Using-R
Predicting the survival of passengers on RMS Titanic using information about the passengers.
PaulYangSz/MyJavaLogisticRegression
Learn Logistic Regression and implement by Java, also used to solve Kaggle-Titanic predict。
rakibnsajib/Titanic-Survival-Prediction-Using-Machine-Learning
Machine learning models for predicting Titanic survival. Includes data preprocessing, model training, and performance comparison using various algorithms. Features a Random Forest model with the highest ROC AUC for accurate predictions.
tanulsingh/Titanic-Dataset-Analysis
EDA,Feature Engineering and Modelling for classical Titanic Problem
Anshumank399/Titanic-Disaster
Using Machine learning algorithm on the famous Titanic Disaster Dataset
chaitanya6761/Udacity-Data-Analyst-Nano-Degree
This Repo holds the projects, which I completed as part Udacity Data Analyst Nano Degree. 👨🎓🤘
DataScienceVibes/Kaggle-Challenges
DataScience projects for learning : Kaggle challenges,
kheraAniruddh/Machine-learning-examples
Titanic kaggle comp, Spam Ham (Regressors and classifiers)
KirosG/Community_Projects
Ames Housing price Prediction, SAT_ACT statistical analysis,Reddit engagement using natural Language processing TF-IDF, Titanic survival predictions
meetgandhi123/Machine-Learning-101
Hello friends, I am making a Machine Learning repo. where I will upload several datasets and its solution with explanation. Starting from the basic and moving up in difficulty level.
mhmzdev/Titanic-Survival-ML-Model
A Machine Learning Model based on Logistic Regression that predicts the survival of passengers travelled in Titanic.
salim-benhamadi/Predicting-survival-on-the-Titanic
Prediction survival on the Titanic using Logistic Regression
arhcoder/Titanic-Survival-Patterns
🚢 Association and Pattern Recognition Algorithms on data from Titanic survivors.
elfgk/Titanic-Data-Analysis
Titanic Data Analysis
gaskeo/yandex-lyceum-selection-round
Решение для отборочного раунда в Яндекс Лицей++
Koldim2001/test_api
API взаимодействие с моделью
kshitizrohilla/titanic-survival-prediction-using-naive-bayes-classifier-algorithm
This project aims to predict the survival of passengers aboard the Titanic using the Naive Bayes classifier algorithm. The dataset used in this project contains information about Titanic passengers, such as their age, gender, passenger class, and other relevant features.
nano-bot01/Titanic-Survival-Prediction-using-Machine-Learning
Titanic Survival Prediction using Logistic Regression
vitoriaselista/Titanic-Analysis
Process of Data Analysis of the famous Titanic dataset with Predict Model of survival
WalidAlsafadi/Titanic-Disaster
In this challenge, we ask you to build a predictive model that answers the question: “what sorts of people were more likely to survive?” using passenger data (ie name, age, gender, socio-economic class, etc).