ZilongZhang's Stars
centre-for-health-informatics/Hypertension-Case-Identification
Code for Publication "Hypertension identification using inpatient clinical notes from electronic medical records: an explainable, data-driven algorithm study"
dmlc/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
gzc/leetcode
LeetCode solutions.
NLP-LOVE/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
Mikoto10032/DeepLearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
wisdompeak/LeetCode
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
oscarychen/django-oauth-toolkit-spa
A set of out-of-box REST endpoints for auth operations, providing refresh token in HttpOnly cookie and access token in body, perfect for SPA web apps. Built on top of models provided by django-oauth-toolkit.
MTG/essentia
C++ library for audio and music analysis, description and synthesis, including Python bindings
damian-dz/CppFFTW
The full project for the C++ tutorial video at https://youtu.be/geYbCA137PU
mosco/fftw-convolution-example-1D
A simple example of performing a one-dimensional discrete convolution using the FFTW library.
spatialaudio/python-sounddevice
:sound: Play and Record Sound with Python :snake:
LvHang/pitch
a standalone pitch extractor
utkuozbulak/pytorch-cnn-visualizations
Pytorch implementation of convolutional neural network visualization techniques
haiderstats/ISDEvaluation
Code to pair with the paper "Effective Ways to Build and Evaluate Individual Survival Distributions".
mansweet/Gaussian-LDA-word2vec
LDA topic modeling with word2vec using gaussian topic distributions for infinite vocabulary
MIT-LCP/mimic-code
MIMIC Code Repository: Code shared by the research community for the MIMIC family of databases
Georgetown-IR-Lab/QuickUMLS
System for Medical Concept Extraction and Linking
guotong1988/BERT-GPU
multi-gpu pre-training in one machine for BERT from scratch without horovod (Data Parallelism)
paulbauriegel/tensorflow-tools
Python Scripts for working with Tensorflow
qiguming/MLAPP_CN_CODE
《Machine Learning: A Probabilistic Perspective》(Kevin P. Murphy)中文翻译和书中算法的Python实现。
vietnh1009/Hierarchical-attention-networks-pytorch
Hierarchical Attention Networks for document classification
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
houshanren/hangzhou_house_knowledge
2017年买房经历总结出来的买房购房知识分享给大家,希望对大家有所帮助。买房不易,且买且珍惜。Sharing the knowledge of buy an own house that according to the experience at hangzhou in 2017 to all the people. It's not easy to buy a own house, so I hope that it would be useful to everyone.
zhangyan32/HiCPlus
amaas/rnn-speech-denoising
Recurrent neural network training for noise reduction in robust automatic speech recognition
Uberi/speech_recognition
Speech recognition module for Python, supporting several engines and APIs, online and offline.
arjo129/uSpeech
Speech recognition toolkit for the arduino
ZilongZhang/Pitch-Shifting
Matlab code for shifting the pitch. using the spectrum resample method