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).