Pinned Repositories
adversarial
Code and hyperparameters for the paper "Generative Adversarial Networks"
AdversarialNetsPapers
The classical papers and codes about generative adversarial nets
ai-learning-roadmap
Ai Learning Roadmap based on lots of open course sources and book materials. 我总结的 AI 学习路径。
AI-resources
Selection of resources to learn Artificial Intelligence / Machine Learning / Deep Learning
algorithm
apue
《UNIX环境高级编程》随书代码与课后习题
ASR_awesome
语音识别 论文 前沿
ASRT_SpeechRecognition
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
deep_learning_theory_and_practice
《深度学习理论与实战:基础篇》代码
jupyter4kids
A series of notebooks that help teach kids principles of programming, python and maths.
niucheney's Repositories
niucheney/deep_learning_theory_and_practice
《深度学习理论与实战:基础篇》代码
niucheney/ASRT_SpeechRecognition
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
niucheney/Attentive-Filtering-Network
University of Edinbrugh-Johns Hopkins University's system for ASVspoof 2017 Version 2.0 dataset.
niucheney/awesome-kaldi
This is a list of features, scripts, blogs and resources for better using Kaldi ( http://kaldi-asr.org/ )
niucheney/awesome-public-datasets
A topic-centric list of HQ open datasets. PR ☛☛☛
niucheney/Bayesian-Pitch-Tracking-Using-Harmonic-model
Fast Bayesian pitch and harmonic order tracking, voicing unvoicing detection (VAD) using the harmonic model
niucheney/C-Plus-Plus
All Algorithms implemented in C++
niucheney/computer-science
:mortar_board: Path to a free self-taught education in Computer Science!
niucheney/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
niucheney/errant
ERRor ANnotation Toolkit: Automatically extract and classify grammatical errors in parallel original and corrected sentences.
niucheney/espnet
End-to-End Speech Processing Toolkit
niucheney/hands-on-ml-zh
niucheney/helo_word
Team Kakao&Brain's Grammatical Error Correction System for the ACL 2019 BEA Shared Task
niucheney/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。
niucheney/jfleg
JFLEG (JHU FLuency-Extended GUG) corpus for Grammatical Error Correction Evaluation
niucheney/leeml-notes
李宏毅《机器学习》笔记,在线阅读地址:https://datawhalechina.github.io/leeml-notes
niucheney/LightCNN
A Light CNN for Deep Face Representation with Noisy Labels, TIFS 2018
niucheney/lihang-code
《统计学习方法》的代码实现
niucheney/lihang_book_algorithm
致力于将李航博士《统计学习方法》一书中所有算法实现一遍
niucheney/ml-class
Machine learning lessons and teaching projects designed for engineers
niucheney/numpy-ml
Machine learning, in numpy
niucheney/openbilibili-go-common
听说这是来自 https://github.com/openbilibili/go-common/ 的 “哔哩哔哩 bilibili 网站后台工程 源码”,不过咱也不知道这是啥。
niucheney/pansori
Tools for ASR Corpus Generation from Online Video
niucheney/PerformanceNet
PerformanceNet: Score-to-Audio Music Generation with Multi-Band Convolutional Residual Network
niucheney/Python
All Algorithms implemented in Python
niucheney/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
niucheney/pytorch-kaldi
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
niucheney/pytorch-transformers
👾 A library of state-of-the-art pretrained models for Natural Language Processing (NLP)
niucheney/sail
niucheney/SpecAugment
A Implementation of SpecAugment with Tensorflow & Pytorch, introduced by Google Brain