All Projects → FluxML → Model Zoo

FluxML / Model Zoo

Licence: other
Please do not feed the models

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Model Zoo

Fluorine
[UNMAINTAINED] Reactive state and side effect management for React using a single stream of actions
Stars: ✭ 287 (-50.52%)
Mutual labels:  flux
Reactjs101
從零開始學 ReactJS(ReactJS 101)是一本希望讓初學者一看就懂的 React 中文入門教學書,由淺入深學習 ReactJS 生態系 (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)。
Stars: ✭ 4,004 (+590.34%)
Mutual labels:  flux
Almin
Client-side DDD/CQRS for JavaScript.
Stars: ✭ 477 (-17.76%)
Mutual labels:  flux
Vueflux
♻️ Unidirectional State Management Architecture for Swift - Inspired by Vuex and Flux
Stars: ✭ 315 (-45.69%)
Mutual labels:  flux
Dynamic Dark Mode
The smart, automatic Dark Mode toggle for macOS Mojave+
Stars: ✭ 397 (-31.55%)
Mutual labels:  flux
Gank
干货集中营 app 安卓实现,基于 RxFlux 架构使用了 RxJava、Retrofit、Glide、Koin等
Stars: ✭ 444 (-23.45%)
Mutual labels:  flux
Flux.jl
Relax! Flux is the ML library that doesn't make you tensor
Stars: ✭ 3,358 (+478.97%)
Mutual labels:  flux
Reatom
State manager with a focus of all needs
Stars: ✭ 567 (-2.24%)
Mutual labels:  flux
Dutier
The immutable, async and hybrid state management solution for Javascript applications.
Stars: ✭ 401 (-30.86%)
Mutual labels:  flux
Nylas Mail
💌 An extensible desktop mail app built on the modern web.
Stars: ✭ 473 (-18.45%)
Mutual labels:  flux
Grox
Grox helps to maintain the state of Java / Android apps.
Stars: ✭ 336 (-42.07%)
Mutual labels:  flux
Reactor Core
Non-Blocking Reactive Foundation for the JVM
Stars: ✭ 3,891 (+570.86%)
Mutual labels:  flux
Normalizr
Normalizes nested JSON according to a schema
Stars: ✭ 20,721 (+3472.59%)
Mutual labels:  flux
Kunidirectional
The goal of this sample app is to show how we can implement unidirectional data flow architecture based on Flux and Redux on Android... using Kotlin 😉
Stars: ✭ 303 (-47.76%)
Mutual labels:  flux
Microcosm
Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.
Stars: ✭ 484 (-16.55%)
Mutual labels:  flux
Verge
🟣 Verge is a very tunable state-management engine on iOS App (UIKit / SwiftUI) and built-in ORM.
Stars: ✭ 273 (-52.93%)
Mutual labels:  flux
React Native Train
I use this book to train my team, help them to know how to build React-native app in the right way.
Stars: ✭ 407 (-29.83%)
Mutual labels:  flux
React Native Nw React Calculator
Mobile, desktop and website Apps with the same code
Stars: ✭ 5,116 (+782.07%)
Mutual labels:  flux
Redux Api
Flux REST API for redux infrastructure
Stars: ✭ 502 (-13.45%)
Mutual labels:  flux
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+3531.03%)
Mutual labels:  flux

Flux Model Zoo

This repository contains various demonstrations of the Flux machine learning library. Any of these may freely be used as a starting point for your own models.

The models are broadly categorised into the folders vision (e.g. large convolutional neural networks (CNNs)), text (e.g. various recurrent neural networks (RNNs) and natural language processing (NLP) models), games (Reinforcement Learning / RL). See the READMEs of respective models for more information.

Usage

The zoo comes with its own Julia project, which lists the packages you need to run the models. You can run the models by opening Julia in the project folder and running

using Pkg; Pkg.activate("."); Pkg.instantiate()

to install all needed packages. Then you can run the model code with include("<model-to-run>.jl") or by running the model script line-by-line.

Models may also be run with NVIDIA GPU support, if you have a CUDA installed. Most models will have this capability by default, pointed at by calls to gpu in the model code.

Gitpod Online IDE

Each model can be used in Gitpod, just open the repository by gitpod

  • Based on Gitpod's policies, free access is limited.
  • All of your work will place in the Gitpod's cloud.
  • It isn't an officially maintained feature.

Contributing

We welcome contributions of new models. They should be in a folder with a project and manifest file, to pin all relevant packages, as well as a README to explain what the model is about, how to run it, and what results it achieves (if applicable). If possible models should not depend directly on GPU functionality, but ideally should be CPU/GPU agnostic. Please keep the code short, clean and self-explanatory, with as little boilerplate code as possible.

Examples Listing

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].