Skip to content

Collection of ML Models, mostly implemented in JAX

Notifications You must be signed in to change notification settings

nklkhlr/ml_models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

A Collection of ML/DL Models

These are models I came across during my studies (through various) courses. Since the main purpose of this project is to remind myself how these methods work and to get more familiar with the JAX framework, this repository will be filled over the course of the next weeks.

Generative Models

Some types of Generative Models that will be included:

  • Normalizing Flows
  • (Variational Inference on univariate gaussian mixtures)
  • Variational Autoencoders
  • Generative Adversarial Networks
  • Topological Autoencoder

Bayesian Optimization

A collection of Gaussian Process Regression, different acquisition functions, and kernel methods.

Interpretability

  • Shapely values
  • SHAP
  • LIME
  • GradCam

About

Collection of ML Models, mostly implemented in JAX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages