gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[EXE]Mine vs Rock

tanviagwl98 opened this issue · comments

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

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

Will be adding a PR soon @gimseng ,thanks!