DYJ's starred repositories

leetcode-master

《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀

bert

TensorFlow code and pre-trained models for BERT

Language:PythonLicense:Apache-2.0Stargazers:38013Issues:998Issues:1143

fairseq

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.

Language:PythonLicense:MITStargazers:30322Issues:428Issues:4190

modern-cpp-tutorial

📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/

fastbook

The fastai book, published as Jupyter Notebooks

Language:Jupyter NotebookLicense:NOASSERTIONStargazers:21685Issues:508Issues:235

athena

Java后端知识图谱🔥 帮助Java初学者成长

ml-visuals

🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.

pytorch-cnn-visualizations

Pytorch implementation of convolutional neural network visualization techniques

Language:PythonLicense:MITStargazers:7828Issues:114Issues:106

PyTorch-VAE

A Collection of Variational Autoencoders (VAE) in PyTorch.

Language:PythonLicense:Apache-2.0Stargazers:6552Issues:43Issues:85

pyannote-audio

Neural building blocks for speaker diarization: speech activity detection, speaker change detection, overlapped speech detection, speaker embedding

Language:Jupyter NotebookLicense:MITStargazers:6113Issues:71Issues:991

nanodet

NanoDet-Plus⚡Super fast and lightweight anchor-free object detection model. 🔥Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphone🔥

Language:PythonLicense:Apache-2.0Stargazers:5706Issues:67Issues:462

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.

An-Introduction-to-Statistical-Learning

This repository contains the exercises and its solution contained in the book "An Introduction to Statistical Learning" in python.

Language:Jupyter NotebookStargazers:2347Issues:70Issues:3

dimensionality_reduction_alo_codes

特征提取/数据降维:PCA、LDA、MDS、LLE、TSNE等降维算法的python实现

Language:PythonLicense:Apache-2.0Stargazers:2289Issues:43Issues:5

micronet

micronet, a model compression and deploy lib. compression: 1、quantization: quantization-aware-training(QAT), High-Bit(>2b)(DoReFa/Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference)、Low-Bit(≤2b)/Ternary and Binary(TWN/BNN/XNOR-Net); post-training-quantization(PTQ), 8-bit(tensorrt); 2、 pruning: normal、regular and group convolutional channel pruning; 3、 group convolution structure; 4、batch-normalization fuse for quantization. deploy: tensorrt, fp32/fp16/int8(ptq-calibration)、op-adapt(upsample)、dynamic_shape

Language:PythonLicense:MITStargazers:2212Issues:40Issues:110

PyTorch-Networks

Pytorch implementation of cnn network

tsne-cuda

GPU Accelerated t-SNE for CUDA with Python bindings

Language:CudaLicense:BSD-3-ClauseStargazers:1785Issues:29Issues:127

awesome-diarization

A curated list of awesome Speaker Diarization papers, libraries, datasets, and other resources.

ECCV2022-Papers-with-Code

ECCV 2022 论文开源项目合集,同时欢迎各位大佬提交issue,分享ECCV 2020开源项目

yolact_edge

The first competitive instance segmentation approach that runs on small edge devices at real-time speeds.

Language:PythonLicense:MITStargazers:1257Issues:29Issues:228

vae

a simple vae and cvae from keras

speech-synthesis-paper

List of speech synthesis papers.

conformer

[Unofficial] PyTorch implementation of "Conformer: Convolution-augmented Transformer for Speech Recognition" (INTERSPEECH 2020)

Language:PythonLicense:Apache-2.0Stargazers:948Issues:9Issues:37

deep-speaker

Deep Speaker: an End-to-End Neural Speaker Embedding System.

Language:PythonLicense:MITStargazers:903Issues:49Issues:85

glow-tts

A Generative Flow for Text-to-Speech via Monotonic Alignment Search

Language:PythonLicense:MITStargazers:660Issues:19Issues:73

pytorch-NetVlad

Pytorch implementation of NetVlad including training on Pittsburgh.

Deep-Compression-PyTorch

PyTorch implementation of 'Deep Compression: Compressing Deep Neural Networks with Pruning, Trained Quantization and Huffman Coding' by Song Han, Huizi Mao, William J. Dally

Pruning-Filter-in-Filter

Pruning Filter in Filter(NeurIPS2020)

Variational_Discriminator_Bottleneck

Implementation (with some experimentation) of the paper titled "VARIATIONAL DISCRIMINATOR BOTTLENECK: IMPROVING IMITATION LEARNING, INVERSE RL, AND GANS BY CONSTRAINING INFORMATION FLOW" (arxiv -> https://arxiv.org/pdf/1810.00821.pdf)

Language:PythonLicense:MITStargazers:153Issues:8Issues:7

VIBI

Explaining a black-box using Deep Variational Information Bottleneck Approach