Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 953 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 953 Bytes

Benchmarking of NODE

The aim of this project is to compare Neural Ordinary Differential Equations (NODE) to other neural networks and machine learning algorithms. This was done as part of the summer internship for PES Innovation Lab (May 2020 - August 2020).

Time Series Forecasting

This was done in order to compare the performance of NODE when predicting COVID-19 cases and deaths.

The Neural Networks included:

  • LSTMs
  • GRUs
  • RNNs
  • Simple neural networks

The Machine Learning algorithms included:

  • Gradient Boosting
  • Linear Regression
  • Polynomial Regression

Image Processing

This was done in order to compare the performance of NODE with respect to the MNIST and CIFAR datasets.

NODE was compared to the following:

  • CNN (with and without transfer learning)
  • RESNET

Additionally, the time-accuracy tradeoff for NODE was also tested.

Contributors

INTERNS:

  • Aanchal Narendran
  • Kartika Nair
  • Sujith K

MENTOR:

  • Saahil Jain