Pinned Repositories
ai_papers
AI Papers
algorithm
算法练习
ant-design
An enterprise-class UI design language and React UI library
attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
awesome-ai-best-papers
A curated list of famous CV/NLP/ML/AI best papers, inspired by Best Paper Awards in Computer Science (since 1996).
CirclesExperiment
使用LSTM预测从随机圆上截取序列的下一个点的坐标
classify
使用CNN分类图像的demo
DistributedSystem
MIT分布式系统课程的实践项目
mynote
Plane_Direct2D
本科时用 C++ DX2D 和 纯winSDK 写的雷霆战机游戏
GameHoo's Repositories
GameHoo/mynote
GameHoo/ai_papers
AI Papers
GameHoo/ant-design
An enterprise-class UI design language and React UI library
GameHoo/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
GameHoo/CirclesExperiment
使用LSTM预测从随机圆上截取序列的下一个点的坐标
GameHoo/DistributedSystem
MIT分布式系统课程的实践项目
GameHoo/Plane_Direct2D
本科时用 C++ DX2D 和 纯winSDK 写的雷霆战机游戏
GameHoo/chineseocr
yolo3+ocr
GameHoo/ddz-ai
以孤立语假设和宽度优先搜索为基础,构建了一种多通道堆叠注意力Transformer结构的斗地主ai
GameHoo/Deep-Hedging
GameHoo/FDRNN
Deep Direct Reinforcement Learning for Financial Signal Representation and Trading
GameHoo/GameAISDK
基于图像的游戏AI自动化框架
GameHoo/git-demo
GameHoo/interview_internal_reference
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
GameHoo/Mid-LSTM-meets-Mid-ARMA
Mid-LSTM meets Mid-ARMA: deep learning for midterm stock prediction.
GameHoo/multi-agent-emergence-environments
Environment generation code for the paper "Emergent Tool Use From Multi-Agent Autocurricula"
GameHoo/Papers-Literature-ML-DL-RL-AI
Highly cited and useful papers related to machine learning, deep learning, AI, game theory, reinforcement learning
GameHoo/PGPortfolio
PGPortfolio: Policy Gradient Portfolio, the source code of "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem"(https://arxiv.org/pdf/1706.10059.pdf).
GameHoo/Pop-Art-Translation
Translation and understanding for the Pop-art paper.
GameHoo/Principles
My Principles
GameHoo/purposeful-ios-animations
Meaningful iOS animations built to inspire you in creating useful animations for your apps. Each of the animations here was cloned with SwiftUI. Have you seen an app animation you love to rebuild and add to this repo?, contact [@amos_gyamfi](https://twitter.com/amos_gyamfi) and [@stefanjblos](https://twitter.com/stefanjblos) on Twitter.
GameHoo/RAT
GameHoo/Reinforcement-learning-for-portfolio-allocation
Optimistic Bull or Pessimistic Bear: Adaptive Deep Reinforcement Learning for Stock Portfolio Allocation
GameHoo/Reinforcement-learning-in-portfolio-management-
In this paper, we implement three state-of-art continuous reinforcement learning algorithms, Deep Deterministic Policy Gradient (DDPG), Proximal Policy Optimization (PPO) and Policy Gradient (PG)in portfolio management.
GameHoo/RL-Stock
📈 如何用深度强化学习自动炒股
GameHoo/seq2seq-csc401A2-
GameHoo/Stock-Prediction-Models
Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
GameHoo/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
GameHoo/TENER
Codes for "TENER: Adapting Transformer Encoder for Named Entity Recognition"
GameHoo/the-swift-programming-language-in-chinese
中文版 Apple 官方 Swift 教程《The Swift Programming Language》