CarinaFo / intro_to_jax

Introductory notebooks to deep learning using jax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 91.7%Language:Python 8.3%