All Projects โ†’ ml5js โ†’ Ml5 Library

ml5js / Ml5 Library

Licence: mit
Friendly machine learning for the web! ๐Ÿค–

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ml5 Library

Flow Forecast
Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).
Stars: โœญ 368 (-93.03%)
Mutual labels:  lstm
Class Balanced Loss
Class-Balanced Loss Based on Effective Number of Samples. CVPR 2019
Stars: โœญ 433 (-91.8%)
Mutual labels:  imagenet
Cnn lstm ctc ocr
Tensorflow-based CNN+LSTM trained with CTC-loss for OCR
Stars: โœญ 464 (-91.21%)
Mutual labels:  lstm
Zhihu Text Classification
[2017็ŸฅไนŽ็œ‹ๅฑฑๆฏ ๅคšๆ ‡็ญพ ๆ–‡ๆœฌๅˆ†็ฑป] ye็ป„(็ฌฌๅ…ญๅ) ่งฃ้ข˜ๆ–นๆกˆ
Stars: โœญ 392 (-92.58%)
Mutual labels:  lstm
Sentimentanalysis
ๆ–‡ๆœฌๆƒ…ๆ„Ÿๅˆ†ๆž
Stars: โœญ 421 (-92.03%)
Mutual labels:  lstm
Msdnet
Multi-Scale Dense Networks for Resource Efficient Image Classification ๏ผˆICLR 2018 Oral๏ผ‰
Stars: โœญ 443 (-91.61%)
Mutual labels:  imagenet
Easy Deep Learning With Keras
Keras tutorial for beginners (using TF backend)
Stars: โœญ 367 (-93.05%)
Mutual labels:  lstm
Lstm Fcn
Codebase for the paper LSTM Fully Convolutional Networks for Time Series Classification
Stars: โœญ 482 (-90.87%)
Mutual labels:  lstm
Chinese poem generator
ๅ”่ฏ—ใ€ๅฎ‹่ฏ็”Ÿๆˆๅ™จ๏ผŒๆœ‰่ฏฆ็ป†่ฏดๆ˜Ž
Stars: โœญ 428 (-91.89%)
Mutual labels:  lstm
Robustness
Corruption and Perturbation Robustness (ICLR 2019)
Stars: โœญ 463 (-91.23%)
Mutual labels:  imagenet
Actionai
custom human activity recognition modules by pose estimation and cascaded inference using sklearn API
Stars: โœญ 404 (-92.35%)
Mutual labels:  lstm
Neural Backed Decision Trees
Making decision trees competitive with neural networks on CIFAR10, CIFAR100, TinyImagenet200, Imagenet
Stars: โœญ 411 (-92.22%)
Mutual labels:  imagenet
Pytorch Ntm
Neural Turing Machines (NTM) - PyTorch Implementation
Stars: โœญ 453 (-91.42%)
Mutual labels:  lstm
Espnetv2
A light-weight, power efficient, and general purpose convolutional neural network
Stars: โœญ 377 (-92.86%)
Mutual labels:  imagenet
Dancenet
DanceNet -๐Ÿ’ƒ๐Ÿ’ƒDance generator using Autoencoder, LSTM and Mixture Density Network. (Keras)
Stars: โœญ 469 (-91.12%)
Mutual labels:  lstm
Mobilenetv2.pytorch
72.8% MobileNetV2 1.0 model on ImageNet and a spectrum of pre-trained MobileNetV2 models
Stars: โœญ 369 (-93.01%)
Mutual labels:  imagenet
Tensorflow Lstm Regression
Sequence prediction using recurrent neural networks(LSTM) with TensorFlow
Stars: โœญ 433 (-91.8%)
Mutual labels:  lstm
Tensorflow object tracking video
Object Tracking in Tensorflow ( Localization Detection Classification ) developed to partecipate to ImageNET VID competition
Stars: โœญ 491 (-90.7%)
Mutual labels:  imagenet
Musical Neural Net
Train an LSTM to generate piano or violin/piano music.
Stars: โœญ 478 (-90.95%)
Mutual labels:  lstm
Cryptocurrencyprediction
Predict Cryptocurrency Price with Deep Learning
Stars: โœญ 453 (-91.42%)
Mutual labels:  lstm

Read our ml5.js Code of Conduct and software licence here!

ml5

All Contributors BrowserStack Status Version Twitter Follow

This project is currently in development.

Friendly machine learning for the web!

ml5.js aims to make machine learning approachable for a broad audience of artists, creative coders, and students. The library provides access to machine learning algorithms and models in the browser, building on top of TensorFlow.js.

The library is supported by code examples, tutorials, and sample data sets with an emphasis on ethical computing. Bias in data, stereotypical harms, and responsible crowdsourcing are part of the documentation around data collection and usage.

ml5.js is heavily inspired by Processing and p5.js.

Please read our Code of Conduct, which establishes our commitment to make ml5.js a friendly and welcoming environment.

Usage

Before getting started with ml5.js, review our Code of Conduct. There are several ways you can use the ml5.js library:

  • You can use the latest version (0.7.1) by adding it to the head section of your HTML document:

v0.7.1

<script src="https://unpkg.com/[email protected]/dist/ml5.min.js" type="text/javascript"></script>

  • If you need to use an earlier version for any reason, you can change the version number. The previous versions of ml5 can be found here. You can use those previous versions by replacing <version> with the ml5 version of interest:
<script src="https://unpkg.com/ml5@<version>/dist/ml5.min.js" type="text/javascript"></script>

For example:

<script src="https://unpkg.com/[email protected]/dist/ml5.min.js" type="text/javascript"></script>
  • You can also reference "latest", but we do not recommend this as your code may break as we update ml5.
<script src="https://unpkg.com/ml5@latest/dist/ml5.min.js" type="text/javascript"></script>

Resources

Standalone Examples

You can find a collection of standalone examples in this repository within the examples/ directory. You can also test working hosted of the examples online on the ml5.js examples index website.

These examples are meant to serve as an introduction to the library and machine learning concepts.

Code of Conduct

We believe in a friendly internet and community as much as we do in building friendly machine learning for the web. Please refer to our Code of Conduct for our rules for interacting with ml5 as a developer, contributor, or as a person using the library.

Contributing

Want to be a contributor ๐Ÿ— to the ml5.js library? If yes and you're interested to submit new features, fix bugs, or help develop the ml5.js ecosystem, please go to our CONTRIBUTING documentation to get started.

See CONTRIBUTING ๐Ÿ› 

Acknowledgements

ml5.js is supported by the time and dedication of open source developers from all over the world. Funding and support is generously provided by a Google Education grant at NYU's ITP/IMA program.

Many thanks BrowserStack for providing testing support.

Contributors

Thanks goes to these wonderful people (emoji key):


Daniel Shiffman

๐Ÿ’ป ๐Ÿ’ก ๐Ÿ“† ๐Ÿ‘€ โš ๏ธ ๐Ÿ“น

Cristรณbal Valenzuela

๐Ÿ’ป ๐Ÿ’ก ๐Ÿ‘€ ๐Ÿ”ง โš ๏ธ

Yining Shi

๐Ÿ’ป ๐Ÿ’ก ๐Ÿ‘€ ๐Ÿ”ง โš ๏ธ ๐Ÿ›

Hannah Davis

๐Ÿ’ป ๐Ÿ’ก

Joey Lee

๐Ÿ’ป ๐Ÿ’ก ๐Ÿ‘€ ๐Ÿ–‹ โš ๏ธ

AshleyJaneLewis

๐Ÿ“ ๐ŸŽจ ๐Ÿ“‹ ๐Ÿ–‹

Ellen Nickles

๐Ÿ“ ๐Ÿ–‹ ๐Ÿค” โœ…

Itay Niv

๐Ÿ’ป ๐Ÿ’ก

Nikita Huggins

๐Ÿ“ ๐Ÿ–‹ ๐Ÿค”

Arnab Chakravarty

๐Ÿ–‹ ๐Ÿ““

Aidan Nelson

๐Ÿ’ป ๐Ÿ’ก

WenheLI

๐Ÿ’ป ๐Ÿ’ก ๐Ÿšง ๐Ÿค”

Darius Kazemi

๐Ÿค” ๐Ÿ’ฌ

Dingsu Wang

๐Ÿ’ป ๐Ÿ’ก

garym140

๐Ÿ–‹ ๐Ÿ“ ๐Ÿค” ๐Ÿ““

Gene Kogan

๐Ÿ’ป ๐Ÿ’ก ๐Ÿค”

Hayley Hwang

๐Ÿ’ป ๐Ÿ’ก ๐Ÿค”

Lisa Jamhoury

๐Ÿ’ก ๐Ÿค”

Alejandro Matamala Ortiz

๐ŸŽจ ๐Ÿ–‹ ๐Ÿ“

Maya Man

๐Ÿ’ป ๐Ÿ’ก

Mimi Onuoha

๐Ÿค” ๐Ÿ–‹ ๐Ÿ‘€

Yuuno, Hibiki

๐Ÿ’ป ๐Ÿ’ก ๐Ÿšง

Dan Oved

๐Ÿ’ป ๐Ÿ’ก ๐Ÿ’ฌ ๐Ÿค”

Stephanie Koltun

๐Ÿ’ป ๐Ÿ’ก ๐Ÿ–‹ ๐Ÿ“ ๐ŸŽจ

YG Zhang

๐Ÿ’ป ๐Ÿ’ก ๐Ÿค”

Wenqi Li

๐Ÿ’ป ๐Ÿ’ก ๐Ÿš‡

Brent Bailey

โš ๏ธ ๐Ÿ’ป ๐Ÿ’ก

Jonarod

๐Ÿ’ป

Jasmine Otto

๐Ÿ’ป โš ๏ธ ๐Ÿ’ก

Zaid Alyafeai

๐Ÿ’ป ๐Ÿ’ก ๐Ÿค” ๐Ÿ’ฌ

Jacob Foster

๐Ÿ’ป ๐Ÿ’ก โš ๏ธ

Memo Akten

๐Ÿ’ป ๐Ÿ’ก

Mohamed Amine

๐Ÿ’ป ๐Ÿ’ก ๐Ÿค” โš ๏ธ

Oliver Wright

๐Ÿ’ป โš ๏ธ

Marshal Hayes

๐Ÿ“–

Reiichiro Nakano

๐Ÿ’ป โš ๏ธ ๐Ÿ’ก

Nikhil Thorat

๐Ÿ’ป ๐Ÿ’ก ๐Ÿค” ๐Ÿš‡

Irene Alvarado

๐Ÿ’ป ๐Ÿ’ก ๐Ÿšง ๐Ÿค”

Andrew Lee

๐Ÿ’ป ๐Ÿ’ก ๐Ÿค”

Jerhone

๐Ÿ“–

achimkoh

๐Ÿ’ป ๐Ÿ’ก โš ๏ธ

Jim

๐Ÿ’ก ๐Ÿ“– ๐Ÿ–‹

Junya Ishihara

๐Ÿšง ๐Ÿ’ป

Naoto HIร‰DA

๐Ÿšง

aarรณn montoya-moraga

๐Ÿšง ๐Ÿ’ก

b2renger

๐Ÿ’ป ๐Ÿš‡

Aditya Sharma

๐Ÿšง

okuna291

๐Ÿค”

Jenna

๐Ÿค”

nicoleflloyd

๐Ÿ–‹ ๐ŸŽจ ๐Ÿ““

jepster-dk

๐Ÿ’ป ๐Ÿค”

Xander Jake de los Santos

๐Ÿค”

Cassie Tarakajian

๐Ÿ› ๐Ÿš‡ ๐Ÿค”

Dave Briccetti

๐Ÿ›

Sblob1

๐Ÿ›

Jared Wilber

๐Ÿ’ก ๐Ÿค” ๐Ÿ’ป

danilo

๐Ÿ’ป ๐Ÿค”

Emma Goodliffe

๐Ÿค” ๐Ÿ’ฌ ๐Ÿšง

Yang

๐Ÿ’ป ๐Ÿ›

Lydia Jessup

๐Ÿ’ป ๐Ÿค” ๐Ÿ’ก

CJ R.

๐Ÿ“– ๐Ÿ–‹

Fabio Corona

๐Ÿ›

Tobias Nickel

๐Ÿ› ๐Ÿ’ป

Michael Salaverry

๐Ÿ–‹ ๐Ÿ›

Rob

๐Ÿ› ๐Ÿ’ฌ

Pujaa Rajan

๐Ÿ’ก ๐Ÿ›

Nick McIntyre

โš ๏ธ ๐Ÿ›

Andy Baio

๐Ÿ–‹ ๐Ÿšง

Wenqi Li

๐Ÿ–‹ ๐Ÿ’ป ๐Ÿš‡ ๐Ÿšง ๐Ÿค”

garym140

๐ŸŽจ

Jim

๐Ÿ–‹ ๐Ÿšง ๐Ÿค”

Yeswanth

๐Ÿšง ๐Ÿ›

Pettrus Sherlock

๐Ÿ› ๐Ÿšง

danilo

๐Ÿ–‹

Andreas Refsgaard

๐Ÿ–‹

Brian Jordan

๐Ÿ–‹

bradley inniss

๐Ÿ–‹

Kaushlendra Pratap

๐Ÿ–‹

maxdevjs

๐Ÿ–‹

josher19

๐Ÿ–‹ ๐Ÿ›

Frederik De Bleser

๐Ÿ–‹

Violet

๐Ÿ›

Tirta Wening Rachman

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿค”

Mikรก Kruschel

๐Ÿ’ป ๐Ÿ›

Takanobu Asanuma

๐Ÿ–‹

Martin L. Jensen

๐Ÿ–‹

Hugo Romano

๐Ÿ–‹

Darshan Sen

๐Ÿ–‹

Ludwig Stumpp

๐Ÿ‘€ ๐Ÿ› ๐Ÿ’ก

Bomani Oseni McClendon

๐Ÿ–‹ ๐Ÿ’ป

Jang Haemin

๐Ÿ–‹

Anton Filatov

๐Ÿ–‹

Elijah Lucian

๐Ÿ“–

Tam

๐Ÿ–‹

RGV

๐Ÿ’ฌ

hansvana

๐Ÿ–‹

Ali Karpuzoglu

๐Ÿ› ๐Ÿšง

Jacob Wysko

๐Ÿ–‹

Dilwoar Hussain

๐Ÿ“–

Manaswini Das

๐Ÿ“–

Benjamin Botwin

๐Ÿ‘€ ๐Ÿ’ฌ ๐Ÿค”

Henrique Mota

๐Ÿ‘€ ๐Ÿ’ฌ ๐Ÿค”

CaseyPan

๐Ÿ’ป ๐Ÿค”

Sam Tarakajian

๐Ÿ’ป ๐Ÿ› ๐Ÿšง ๐Ÿค”

Michael Bell

๐Ÿ“– ๐Ÿ› ๐Ÿšง

machenmusik

๐Ÿ’ก

Pranav Dudhane

๐Ÿ“–

Tรผndi Szรกsz

๐ŸŽจ ๐Ÿค”

hellonun

๐Ÿค” ๐Ÿ““

Pierre Grimaud

๐Ÿ“– ๐Ÿ–‹

Greg French

๐Ÿ›

Dale Markowitz

๐Ÿ’ป ๐Ÿค”

Ragland Asir

๐Ÿ“–

Tom-Lucas Sรคger

๐Ÿ“–

altruios

๐Ÿ“–

mennosc

๐Ÿ’ป

neta

๐Ÿ’ป ๐Ÿ“–

Koji

๐Ÿ’ป ๐Ÿ“–

josephrocca

๐Ÿ’ป ๐Ÿ“–

Lauren Lee McCarthy

๐Ÿ’ป ๐Ÿ“–

Sorin Curescu

๐Ÿ’ป ๐Ÿ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

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].