bgnkim's Stars
HarisIqbal88/PlotNeuralNet
Latex code for making neural networks diagrams
apache/mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
huggingface/datasets
๐ค The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
tensorflow/tfjs
A WebGL accelerated JavaScript library for training and deploying ML models.
allenai/allennlp
An open-source NLP research library, built on PyTorch.
google/dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
sweetice/Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
TheAlgorithms/Algorithms-Explanation
Popular algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
Kyubyong/nlp_tasks
Natural Language Processing Tasks and References
PetrochukM/PyTorch-NLP
Basic Utilities for PyTorch Natural Language Processing (NLP)
google-deepmind/mathematics_dataset
This dataset code generates mathematical question and answer pairs, from a range of question types at roughly school-level difficulty.
kakao/khaiii
Kakao Hangul Analyzer III
Khrylx/PyTorch-RL
PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.
eaplatanios/tensorflow_scala
TensorFlow API for the Scala Programming Language
dasguptar/treelstm.pytorch
Tree LSTM implementation in PyTorch
xwhan/DeepPath
code and docs for my EMNLP paper "DeepPath: A Reinforcement Learning Method for Knowledge Graph Reasoning"
princeton-vl/CoqGym
A Learning Environment for Theorem Proving with the Coq proof assistant
jiyfeng/rl4nlp
Reinforcement learning for natural language processing reading group
google-deepmind/AQuA
A algebraic word problem dataset, with multiple choice questions annotated with rationales.
bwang514/awesome-HAI
A curated list of awesome Human-AI Interaction
ctongfei/nexus
Experimental tensor-typed deep learning
koalanlp/koalanlp
KoalaNLP = Korean + Scala + NLP. ํ๊ตญ์ด ํํ์ ๋ฐ ๊ตฌ๋ฌธ ๋ถ์๊ธฐ์ ๋ชจ์์ ๋๋ค.
MiuLab/DDQ
Deep Dyna-Q: Integrating Planning for Task-Completion Dialogue Policy Learning
botkop/scorch
scorch is a deep learning framework in Scala inspired by PyTorch
koalanlp/nodejs-support
ํ๊ตญ์ด ํํ์ ๋ฐ ๊ตฌ๋ฌธ ๋ถ์๊ธฐ์ ๋ชจ์์ธ, KoalaNLP์ Javascript(Node.js) ๋ฒ์ ์ ๋๋ค.
rdangovs/rotational-unit-of-memory
RUM
allenai/semeval-2019-task-10
Data and code for SemEval 2019, Task 10: Math Question Answering
emorynlp/ud-korean
Universal Dependency Treebanks in Korean
koalanlp/python-support
Python wrapper for KoalaNLP (Korean NLP with Java/Scala)
wlmiller/BKTSimulatedAnnealing
A modification of Baker et al.'s BKT Brute Force code which uses simulated annealing algorithm to more efficiently choose optimal Bayesian Knowledge Tracing parameters.