Giter Site home page Giter Site logo

tokyohuang123 / neuronika Goto Github PK

View Code? Open in Web Editor NEW

This project forked from neuronika/neuronika

0.0 0.0 0.0 56.64 MB

Tensors and dynamic neural networks in pure Rust.

Home Page: https://docs.rs/neuronika

License: Mozilla Public License 2.0

Rust 100.00%

neuronika's Introduction

Neuronika Logo


Neuronika is a machine learning framework written in pure Rust, built with a focus on ease of use, fast prototyping and performance.

Dynamic neural networks and auto-differentiation

At the core of Neuronika lies a mechanism called reverse-mode automatic differentiation, that allows you to define dynamically changing neural networks with very low effort and no overhead by using a lean, fully imperative and define by run API.

The power of Rust

The Rust language allows for an intuitive, light and easy to use interface while achieving incredible performance. There's no need for a FFI, everything happens in front of your eyes.

Crate Feature Flags

The following crate feature flags are available. They configure the ndarray backend.

  • serialize

    • Enables serialization support for serde 1.x.
  • blas

    • Enables transparent BLAS support for matrix multiplication. Uses blas-src for pluggable backend, which needs to be configured separately. See here for more informations.
  • matrixmultiply-threading

Project Status

Neuronika is very young and rapidly evolving, we are continously developing the project and breaking changes are expected during transitions from version to version. We adopt the newest stable Rust's features if we need them.

neuronika's People

Contributors

frjnn avatar ste-pac avatar

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.