GithubHelp home page GithubHelp logo

umangjpatel / kerax Goto Github PK

View Code? Open in Web Editor NEW
50.0 50.0 6.0 10.24 MB

Keras-like APIs for JAX framework

License: The Unlicense

Python 100.00%
automatic-differentiation beginner-friendly deep-learning deep-neural-networks deeplearning-framework google jax kerax matplotlib numpy pandas python3 tqdm

kerax's People

Contributors

dependabot[bot] avatar umangjpatel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

kerax's Issues

Constant accuracy in CNN

Description
Constant accuracy and large losses while using CNN APIs

Expected behaviour
Accuracy should increase while loss should decrease

Optimizers

Description
Add optimization algorithms

Solution
Use JAX experimental module

Multinomial / Multiclass classification implementation

Description of feature request
Multiclass / Multinomial classification problems not supported.

Solution proposed
Implement softmax function

Additional context
Refer to docs.fast.ai, PyTorch and Keras documentation for implementation details

DataBunch-like API

Description
Implement a databunch-like API for loading image data.

Solution
Use PyTorch and TensorFlow data loading libraries

Additional context
Refer to jax.readthedocs.io for more info.

JAX imports not working

Description
JAX imports displays NotImplementedError

Expected behavior
To use JAX-numpy in accordance with the original NumPy package.

Proposed Solution
Replace JAX computation engine with PyTorch package.

Support for saving and loading models

Is your feature request related to a problem? Please describe.
After training large models, we shall be able to save and reload them for further experiments.

Describe the solution you'd like
Models shall be able to save (serialize) and load (deserialize) items as follows :

  • Model parameters
  • Layers in models

Additional context
Refer to flax serialization logic for more info. It involves serializing and deserializing JAX PyTrees to MessagePack format.

Stax-like layers API

Description
Stax-like layers API refactoring

Solution
Write every layer with apply_fun and init_fun

Regression loss functions missing

Feature request description
Regression algorithms missing.

Solution proposed
Implement loss functions like MSE, RMSE, etc.

Additional context
Refer to docs.fast.ai, PyTorch and Keras docs for implementation

CNN APIs

Description
Implement CNN layers and relevant APIs

Solution
Use LAX APIs

Additional context
Refer to jax.readthedocs.io for more info.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.