Skip to content

makinarocks/link-example

Repository files navigation

Link Examples

Jupyter notebooks in this folder illustrate how to construct LinkTM pipelines when conducting exploratory data analysis or performing machine learning modelling task.

  1. Spiral Pattern Classification (notebook, screenshot)
  2. Iris Data EDA and Modelling (notebook, screenshot)
  3. Titanic Data EDA and Modelling (notebook, screenshot)
  4. Image Generation using Variational Autoencoder (notebook, screenshot)
  5. Image Restoration using Denoising Autoencoder (notebook, screenshot)
  6. MNIST Image Classification using CNN (notebook, screenshot)
  7. Using XGBoost for scikit-learn Datasets (notebook, screenshot)
  8. Text Data Classification using RNN (notebook, screenshot)
  9. Deep Q-Network Reinforcement Learning for CartPole Environment (notebook, screenshot)

How to view a Link example notebook

  1. Clone this repository to get all the example notebooks (git clone https://github.com/makinarocks/link-example).
    Or download a notebook file you want to view as follows:
    • Click the notebook's link.
    • In the github-rendered page, click the mouse right button on the raw button and select "Save As..." menu.
    • Save the file as Jupyter notebook.
  2. If you dont't have LinkTM installed on your local machine, first install the program. Visit LinkTM homepage for more information. (https://link.makinarocks.ai/)
  3. Run LinkTM by executing jupyter lab on your terminal.
  4. Open the downloaded notebook file.

The procedure above is roughly illustrated in the motion GIF below.

Download and Open Procedure

How to use Link

For more information on user guide of LinkTM, please visit the introduction page at https://makinarocks.gitbook.io/link/v/en/.



Classification of 2D spiral-distributed data using Pytorch framework

Spiral Pattern Classification


Basic exploratory data analysis (EDA) and modelling of iris data using Scikit-Learn library

Iris Data EDA and Modelling


Various EDA and ensemble modelling of titanic data using Scikit-Learn library

Titanic Data EDA and Modelling


MNIST image generation test with variational autoencoder (VAE) using Pytorch framework

Image Generation using Variational Autoencoder


Restoring corrupted MNIST images with denoising autoencoder using Pytorch framework

Denoising Autoencoder


Classification of MNIST images with convolutional neural network (CNN) and fully-connected network (FCN) being compared using Pytorch framework

MNIST Image Classification using CNN


Modelling of diabetes data for regression, classificaion, cross-validation, and hyperparameter searching using Scikit-Learn and XGBoost library

Using XGBoost for scikit-learn datasets


Text classification with RNN using Pytorch library

Text Data Classification using RNN


Deep Q-Network Reignforcement Learning (RL) for CartPole environment using Pytorch and OpenAI-Gym frameworks

Deep Q-Network Reinforcement Learning for CartPole Environment

Releases

No releases published

Packages

No packages published