abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
316 stars 290 forks source link

titanic task on kaggle #787

Open nagamukesh opened 2 weeks ago

nagamukesh commented 2 weeks ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: PROJECT TITLE : Walk through to solve titanic task in kaggle
:red_circle: Aim : to solve famous titanic task which is considered as a basic task to do to get a gist of machine learninig
:red_circle: Dataset : kaggle dataset for titanic task(https://www.kaggle.com/competitions/titanic/data)
:red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


📍 Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :

All the best. Enjoy your open source journey ahead. 😎

github-actions[bot] commented 2 weeks ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

abhisheks008 commented 2 weeks ago

What are the deep learning models you are planning to implement here for this problem statement?

nagamukesh commented 2 weeks ago

a neural network to train on the data

abhisheks008 commented 1 week ago

a neural network to train on the data

Can you elaborate on the problem statement and the approach for this project?