gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
575 stars 173 forks source link

[EXE]Mine vs Rock #131

Open tanviagwl98 opened 3 years ago

tanviagwl98 commented 3 years ago

Learning Goals

Learn the concept of neural networks and tensorflow framework

Exercise Statement

Mines vs Rocks, identifying whether the obstacle is rock or a mine [e.g. apply simple random-forest model to classify titanic survivability from titanic data ]

Prerequisites

Primary programming language like python, confusion matrix, epoch definition.

Data source/summary:

https://www.kaggle.com/mattcarter865/mines-vs-rocks/download

(Optional) Suggest/Propose Solutions

I have a solution using tensorflow, will be happy to create pull request to include the exercise statement/solution

gimseng commented 3 years ago

@tanviagwl98 sounds like another cool project, looking forward to your PR. Thanks !

tanviagwl98 commented 3 years ago

Will be adding a PR soon @gimseng ,thanks!