8000 GitHub - pseudoPixels/ML_Playground
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pseudoPixels/ML_Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Playground

Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective

Table of Contents

1.0 Tools or Concepts

1.1 LSTM Autoencoders

  • LSTM Autoencoders with Keras :: An Autoencoder is a type of Artificial Neural Network model that learns a compressed representation of input (i.e., Wiki). LSTM autoencoder is an implementation for compressed sequence representation for Encoder-Decoder LSTM. The Encoder part can compress the original input sequence to a fixed length, which can be used as feature vector for other supervised learning algorithms or even data visualization.

1.2 TensorFlow

1.3 PyTorch

  • [Name Classification using PyTorch]

2.0 Sequence To Sequence Learning & Language Models

3.0 Time Series Prediction

  • Time Series Forecasting with LSTM Autoencoders :: Time Series Forecasting on the Shampoo Sale Dataset. The dataset contains information of monthy shampoo sales for 36 consecutive months, i.e., time series. We train on the first 24 months using LSTM. We then evaluate the model for shampoo sales forecasting on the last 12 test months of the dataset.

4.0 Kaggle Competitions

  • Titanic Passenger Survival Prediction :: In this challenge, we need to complete the analysis of what sorts of people were likely to survive. Applying the tools of machine learning to predict which passengers survived the tragedy. The challenge description can be found here in Kaggle

  • House Price Prediction :: Developing predictive machine learning model for predicting house prices. The detailed description of the machine learning problem can be found here

5.0 Extra

Installation

Use the following commands to install the conda virtual environment for installing all the requirements and notebooks:

git clone https://github.com/pseudoPixels/machine_learning_diary.git
cd machine_learning_diary
conda create -n python3.6 python=3.6
conda activate python3.6
pip install -r requirements.txt
jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0