Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple image classifier with JAX and Elegy

Introduction to JAX

https://towardsdatascience.com/deep-learning-with-jax-and-elegy-c0765e3ec31a

What will you find here?

This is a simple example on how to build a image classifier based on JAX and Elegy.
I am using transfer learning through bottleneck features, which gives me the ability to use any architecture as a feature extractor and build the upper layers with JAX.
Some of the more famous architecture, are not yet implemented in JAX, so this is an example on how to use a Keras/Tensorflow feature extractor and use it to feed JAX model.

About

Image classifier with Jax and Elegy. Using as an input any net to get the bottleneck features.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages