Pinned Repositories
AdversarialNetsPapers
The classical papers and codes about generative adversarial nets
AIChanllegerSeq2Seq
AISystem
AISystem 主要是指AI系统,包括AI芯片、AI编译器、AI推理和训练框架等AI全栈底层技术
allennlp
An open-source NLP research library, built on PyTorch.
angel
A Flexible and Powerful Parameter Server for large-scale machine learning
applied-reinforcement-learning
Reinforcement Learning and Decision Making tutorials explained at an intuitive level and with Jupyter Notebooks
ATen
ATen: A TENsor library for C++11
awesome-artificial-intelligence
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers
GP-SARSA
PyBrain Style Implementation of Gaussian Process SARSA Reinforcement Learning Agent. Originally discussed here
MachineLearningCourse
机器学习精简入门教程
hairy-crab's Repositories
hairy-crab/machine-learning-2
:earth_americas: machine learning algorithms tutorials (mainly in Python3)
hairy-crab/nltk
NLTK Source
hairy-crab/machine-learning-for-software-engineers
A complete daily plan for studying to become a machine learning engineer.
hairy-crab/allennlp
An open-source NLP research library, built on PyTorch.
hairy-crab/spaCy
💫 Industrial-strength Natural Language Processing (NLP) with Python and Cython
hairy-crab/awesome-deep-learning-papers
The most cited deep learning papers
hairy-crab/reinforcement-learning-an-introduction
Python implementation of Reinforcement Learning: An Introduction
hairy-crab/catboost
CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box for Python, R
hairy-crab/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
hairy-crab/TensorFlow-World
:earth_americas: Simple and ready-to-use tutorials for TensorFlow
hairy-crab/groupofmingzailao
hairy-crab/ml-videos
A collection of video resources for machine learning
hairy-crab/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners with Latest APIs
hairy-crab/awesome-rl
Reinforcement learning resources curated
hairy-crab/dive-into-machine-learning
Dive into Machine Learning with Python Jupyter notebook and scikit-learn!
hairy-crab/python-machine-learning-book
The "Python Machine Learning (1st edition)" book code repository and info resource
hairy-crab/tensorboard-pytorch
tensorboard for pytorch
hairy-crab/stanford-tensorflow-tutorials
This repository contains code examples for the course CS 20SI: TensorFlow for Deep Learning Research.
hairy-crab/Machine-Learning
机器学习实战(Python3)
hairy-crab/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
hairy-crab/TensorFlow-Tutorials
TensorFlow Tutorials with YouTube Videos
hairy-crab/tensorflow_template_application
TensorFlow template application for deep learning
hairy-crab/pattern
Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
hairy-crab/DeepNLP-models-Pytorch
Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)
hairy-crab/reinforcement-learning
Minimal and Clean Reinforcement Learning Examples
hairy-crab/tflearn
Deep learning library featuring a higher-level API for TensorFlow.
hairy-crab/keras-rl
Deep Reinforcement Learning for Keras.
hairy-crab/generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
hairy-crab/tensorflow
Computation using data flow graphs for scalable machine learning
hairy-crab/MachineLearning_Python
机器学习算法python实现