Skip to content

vincentadam87/intro_to_jax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Jax for the Bamb!2022 summer school.

This repo contains Python notebooks training simple models via (stochastic) gradient descent. The example notebooks use the Python library JAX and its neural network library stax

Models include:

  • linear regression. Open In Colab
  • logistic regression. Open In Colab
  • image classification with neural networks. Open In Colab
  • image classification with convolutional neural networks. Open In Colab

Ressources for the MATLAB user

Installation

You need python>=3.7

you can install all the dependencies using

pip install -r requirements.txt

About

Introductory notebooks to deep learning using jax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published