All Projects → jinglescode → Demos

jinglescode / Demos

Some JavaScript works published as demos, mostly ML or DS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Demos

Mlinterview
A curated awesome list of AI Startups in India & Machine Learning Interview Guide. Feel free to contribute!
Stars: ✭ 410 (+645.45%)
Mutual labels:  natural-language-processing, reinforcement-learning
Notes
The notes for Math, Machine Learning, Deep Learning and Research papers.
Stars: ✭ 53 (-3.64%)
Mutual labels:  natural-language-processing, reinforcement-learning
Courses
Quiz & Assignment of Coursera
Stars: ✭ 454 (+725.45%)
Mutual labels:  natural-language-processing, reinforcement-learning
Arxivtimes
repository to research & share the machine learning articles
Stars: ✭ 3,651 (+6538.18%)
Mutual labels:  natural-language-processing, reinforcement-learning
Coursera
Quiz & Assignment of Coursera
Stars: ✭ 774 (+1307.27%)
Mutual labels:  natural-language-processing, reinforcement-learning
Awesome Self Supervised Learning
A curated list of awesome self-supervised methods
Stars: ✭ 4,492 (+8067.27%)
Mutual labels:  natural-language-processing, reinforcement-learning
Leakgan
The codes of paper "Long Text Generation via Adversarial Training with Leaked Information" on AAAI 2018. Text generation using GAN and Hierarchical Reinforcement Learning.
Stars: ✭ 533 (+869.09%)
Mutual labels:  natural-language-processing, reinforcement-learning
Catalyst
Accelerated deep learning R&D
Stars: ✭ 2,804 (+4998.18%)
Mutual labels:  natural-language-processing, reinforcement-learning
Machine learning examples
A collection of machine learning examples and tutorials.
Stars: ✭ 6,466 (+11656.36%)
Mutual labels:  natural-language-processing, reinforcement-learning
Dl Nlp Readings
My Reading Lists of Deep Learning and Natural Language Processing
Stars: ✭ 656 (+1092.73%)
Mutual labels:  natural-language-processing, reinforcement-learning
Deep Learning Nlp Rl Papers
Recent Deep Learning papers in NLU and RL
Stars: ✭ 288 (+423.64%)
Mutual labels:  natural-language-processing, reinforcement-learning
Conversational Ai
Conversational AI Reading Materials
Stars: ✭ 34 (-38.18%)
Mutual labels:  natural-language-processing, reinforcement-learning
Matterport3dsimulator
AI Research Platform for Reinforcement Learning from Real Panoramic Images.
Stars: ✭ 260 (+372.73%)
Mutual labels:  natural-language-processing, reinforcement-learning
Tensorlayer Tricks
How to use TensorLayer
Stars: ✭ 357 (+549.09%)
Mutual labels:  natural-language-processing, reinforcement-learning
Awesome Tensorlayer
A curated list of dedicated resources and applications
Stars: ✭ 248 (+350.91%)
Mutual labels:  natural-language-processing, reinforcement-learning
Ml Mipt
Open Machine Learning course at MIPT
Stars: ✭ 480 (+772.73%)
Mutual labels:  natural-language-processing, reinforcement-learning
Minerva
Meandering In Networks of Entities to Reach Verisimilar Answers
Stars: ✭ 205 (+272.73%)
Mutual labels:  natural-language-processing, reinforcement-learning
Machine Learning Notebooks
Machine Learning notebooks for refreshing concepts.
Stars: ✭ 222 (+303.64%)
Mutual labels:  natural-language-processing, reinforcement-learning
Fast abs rl
Code for ACL 2018 paper: "Fast Abstractive Summarization with Reinforce-Selected Sentence Rewriting. Chen and Bansal"
Stars: ✭ 569 (+934.55%)
Mutual labels:  natural-language-processing, reinforcement-learning
Ciff
Cornell Instruction Following Framework
Stars: ✭ 23 (-58.18%)
Mutual labels:  natural-language-processing, reinforcement-learning

JavaScript Exhibits

Here are the list of JavaScript projects in this repo. I work on them during my free time. If you are interested to collaborate on working a cool JavaScript side project together, reach out to me, I will be happy to chat!

Depreciated

This repo has been decommissioned. But here are the updated repos:

Time Series Forecasting With TensorFlow.Js

Pull stock prices from online API and perform predictions using Recurrent Neural Network and Long Short-Term Memory (LSTM) with TensorFlow.js framework.

Demo | Code | Article

Packages dependencies:

  • @tensorflow/tfjs
  • @angular/common/http

Reinforcement Learning Value Function with Tic Tac Toe

Reinforcement learning algorithm for agents to learn the tic-tac-toe, using the value function. Train the agent to play tic-tac-toe, by having 2 agents play against each other through simulation. You can experiment by adjusting 2 parameters, 1) learning rate and 2) probability of exploration of each agent. After training, try playing against the agent.

Demo | Code | Article

Phrases Extraction And D3 Wordcloud

100% JavaScript solution to extracting ngrams from text and display high frequency in beautiful D3 wordcloud. Phrases (ngrams) extraction are done inside d3-wordcloud-phrases.js, there are a few params which you could tweak and edit stopwords list. Adjustments to wordcloud can be found in d3-wordcloud-wordcloud.js.

Demo | Code | Article

Packages dependencies:

  • d3
  • d3.layout.cloud

Sentence Similarity With TensorFlow.Js Sentence Encoder

Universal Sentence Encoder (Cer et al., 2018) is a language model that encodes text into fixed-length embeddings. It aims to convert sentences into semantically-meaningful dense real-valued vectors.

Demo | Code | Article

Packages dependencies:

  • @tensorflow/tfjs
  • @tensorflow-models/universal-sentence-encoder

Features

  • packages are shared among all the exhibits, reduces setup time and we can focus on building JavaScript projects
  • each project are separated as different app/components, this is neat

Install

With npm installed, run

$ npm install

That will install all the dependencies listed in package.json.

Usage

To start, simply run

$ npm start

This project is build on Angular, design styles are based on Material.

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