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

https://github.com/francois-rozet/papers-101

Implementation of papers in 101 lines of code.
https://github.com/francois-rozet/papers-101

101 deep-learning generative machine-learning papers research

Last synced: 11 months ago
JSON representation

Implementation of papers in 101 lines of code.

Awesome Lists containing this project

README

          

# Papers in 101 lines of code

Implementation of machine learning related papers and algorithms in (more or less) 101 lines of code.

> Inspired by the great [Papers-in-100-Lines-of-Code](https://github.com/MaximeVandegar/Papers-in-100-Lines-of-Code) by [Maxime Vandegar](https://github.com/MaximeVandegar).

## Implemented papers

##### Flow Matching [[code](flow_matching)]

> Flow Matching for Generative Modeling (Lipman et al., 2023)
> https://openreview.net/forum?id=PqvMRDCJT9t

##### Free-form Flows [[code](free_form_flows)]

> Free-form Flows: Make Any Architecture a Normalizing Flow (Draxler et al., 2023)
> https://arxiv.org/abs/2310.16624

> Maximum Likelihood Training of Autoencoders (Sorrensonet al., 2023)
> https://arxiv.org/abs/2306.01843