An open API service indexing awesome lists of open source software.

https://github.com/ipitio/m4l

Evaluating models, from regressors to autoregressive transformers
https://github.com/ipitio/m4l

deep-learning ml nlp

Last synced: over 1 year ago
JSON representation

Evaluating models, from regressors to autoregressive transformers

Awesome Lists containing this project

README

          

# Models4Learning

![artwork](evaluation.png)

M4L is a collection of analyses about various machine learning models. The goal is to provide a comprehensive overview of the models, their applications, and their implementations. The analyses are written in Jupyter notebooks.

## Models

The following models are currently included:

### Regressors

- [Linear](linear-tree-forest)
- [Decision Tree](linear-tree-forest)
- [Random Forest](linear-tree-forest)
- [XGBoost](xgboost)

### NLP

- [Skip-Gram](skip-gram)
- [Deep Averaging Network](dan-gru)
- [Gated Recurrent Unit](dan-gru)
- [DistilBERT](distilbert)
- [GPT-3](gpt)