An open API service indexing awesome lists of open source software.

https://github.com/hanzopgp/randomkagglesolving

Trying to build models to resolve some interesting Kaggle datasets thanks to deep learning.
https://github.com/hanzopgp/randomkagglesolving

artificial-intelligence deep-learning jupyter-notebook machine-learning matplotlib numpy personal tensorflow

Last synced: 7 months ago
JSON representation

Trying to build models to resolve some interesting Kaggle datasets thanks to deep learning.

Awesome Lists containing this project

README

          

# RandomKaggleSolving

## Presentation

>Building deep learning models using kaggle datasets.

RandomKaggleSolving/

├── notebooks/ (notebooks containing code)
│ ├── mlp/ (multilayer perceptron models)
│ └── cnn-x-mlp/ (convolutional neural x mlp models)
├── datasets/ (some datasets that I could push)
└── README.md

## Subjects (Click on title for dataset link)

### MLP :

1. [Heart attack prediction](https://www.kaggle.com/rashikrahmanpritom/heart-attack-analysis-prediction-dataset)
2. [Stroke prediction](https://www.kaggle.com/fedesoriano/stroke-prediction-dataset)

### CNN x MLP :

1. [Chest X-rays disease classification](https://www.kaggle.com/nih-chest-xrays/data)