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

https://github.com/polakowo/mlprojects

Some of my ML projects and Kaggle competitions
https://github.com/polakowo/mlprojects

fastai machine-learning pytorch sklearn tensorflow

Last synced: 5 months ago
JSON representation

Some of my ML projects and Kaggle competitions

Awesome Lists containing this project

README

          

# mlprojects
My portfolio of projects related to data science.

#### Time Series

- [Forecasting monthly 1C sales for every product and store](https://github.com/polakowo/mlprojects/tree/master/1c-sales-prediction)
- [Forecasting daily Rossmann sales for up to six weeks in advance](https://github.com/polakowo/mlprojects/tree/master/rossmann-sales-prediction)

#### Fraud Detection

- [Detecting fraudulent credit card transactions with anomaly detection](https://github.com/polakowo/mlprojects/tree/master/credit-card-fraud-detection)

#### Recommendation

- [Movie recommendation system using collaborative filtering](https://github.com/polakowo/mlprojects/tree/master/movielens-recommendation)

#### Computer Vision

- [Detection and segmentation of ships in satellite images](https://github.com/polakowo/mlprojects/tree/master/airbus-ship-segmentation)
- [Classification of satellite images for different conditions](https://github.com/polakowo/mlprojects/tree/master/planet-amazon-classification)
- [Visual explanation of the model's decision making](https://github.com/polakowo/mlprojects/tree/master/visual-model-explanation)

#### Sentiment Analysis

- [Sentiment analysis of Amazon product reviews](https://github.com/polakowo/mlprojects/tree/master/amazon-reviews-sentiment-analysis)