Pinned Repositories
996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
A-Detailed-Cplusplus-Concurrency-Tutorial
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
accumulation-dev
基础套件以及网络库
gac
Will move to https://github.com/vczh-libraries soon
PrimarySchoolMathematics
孩子上小学一年级了,加减乘除的口算就要开始练习了,估计老师肯定会让家长出题,所以提前准备一下,利用Python开发了一套自动生成小学生口算题的小应用。而且今天是程序员节,撸200行代码庆祝一下。:)
lllhhhqqq's Repositories
lllhhhqqq/A-Detailed-Cplusplus-Concurrency-Tutorial
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
lllhhhqqq/actor-framework
An Open Source Implementation of the Actor Model in C++
lllhhhqqq/Bangalore_Sentiment
Various NLP methods (in python) to perform sentiment analysis
lllhhhqqq/bfs
The Baidu File System.
lllhhhqqq/bond
Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.
lllhhhqqq/cellnet
简单,方便,高效的Go语言的游戏服务器底层
lllhhhqqq/chromium.src
mirror of https://chromium.googlesource.com/chromium/src.git
lllhhhqqq/CNN-LSTM-CTC-text-recognition
CNN and LSTM model for text recognition
lllhhhqqq/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
lllhhhqqq/Deep-Semantic-Similarity-Model
My Keras implementation of the Deep Semantic Similarity Model (DSSM)/Convolutional Latent Semantic Model (CLSM) described here: http://research.microsoft.com/pubs/226585/cikm2014_cdssm_final.pdf.
lllhhhqqq/deep_learning_tools_for_dsvm
Useful deep learning tools for the Data Science Virtual Machine
lllhhhqqq/learning-dl
Learning Deep Learning
lllhhhqqq/mcg
Multiscale Combinatorial Grouping - Object Proposals and Segmentation
lllhhhqqq/mono
Mono open source ECMA CLI, C# and .NET implementation.
lllhhhqqq/mxnet-ssd
MXNet port of SSD: Single Shot MultiBox Object Detector. Reimplementation of https://github.com/weiliu89/caffe/tree/ssd
lllhhhqqq/MXNMT
MXNet based Neural Machine Translation
lllhhhqqq/nds4ios
Port of the Nintendo DS emulator, nds4droid to iOS.
lllhhhqqq/notes-linear-algebra
线性代数笔记
lllhhhqqq/notes-LSJU-machine-learning
机器学习笔记
lllhhhqqq/nw.js
Call all Node.js modules directly from DOM and enable a new way of writing applications with all Web technologies.
lllhhhqqq/ocr_recognition
验证码识别,该模型是基于xlvector模型上进行加工,验证码内容包含了大小字母以及数字,采用lstm+warp-ctc+cnn达到不分割字符而识别验证码内容~
lllhhhqqq/simplify
Generic Android Deobfuscator
lllhhhqqq/SPP_net
SPP_net : Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
lllhhhqqq/stock_market_reinforcement_learning
This project provides a stock market environment using OpenGym with Deep Q-learning and Policy Gradient.
lllhhhqqq/StockProdiction
Stock Prodiction by SVM & ARIMA
lllhhhqqq/warp-ctc
Fast parallel CTC.
lllhhhqqq/webrtc_nw15
lllhhhqqq/WebViewDebugHook
Use Xposed force all webView to debug on android 4.4+
lllhhhqqq/word2vec
This tool provides an efficient implementation of the continuous bag-of-words and skip-gram architectures for computing vector representations of words. These representations can be subsequently used in many natural language processing applications and for further research.
lllhhhqqq/YOLOv2
YOLOv2のchainerの再現実装です(darknetのchainerローダと、完全なchainer上での訓練コードを含みます)