Training pipeline of LSTM-CNN-RNN-MLP-InceptionTime

Jan 1, 2022 ยท 1 min read

๐Ÿ”ฌ Project Overview

This project involves the development of major scripts in python to train and evaluate major fundamental ML architectures such as :

  • 1D CNN
  • LSTM
  • MLP
  • RNN
  • InceptionTime

โš™๏ธ Technical Details

  • How to split dataset
  • DataLoader
  • Model Inference
  • Configuration of model
  • Train Scripts
  • Evaluation Metrics

(For full source code, pin configurations, and implementation details, please view the GitHub repository using the button above).