Pinned Repositories
ActionDetection-DBG
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
alpa
Training and serving large-scale neural networks
alphaflow
AlphaFold Meets Flow Matching for Generating Protein Ensembles
alphafold
Open source code for AlphaFold.
alphafold3
AlphaFold 3 inference pipeline.
alphafold3-pytorch
Implementation of Alphafold 3 in Pytorch
PepFlow
Full-Atom Peptide Design based on Multi-modal Flow Matching (ICML 2024)
tensorflow_PSENet
This is a tensorflow re-implementation of PSENet: Shape Robust Text Detection with Progressive Scale Expansion Network.My blog:
train_cnn-rnn-attention
cnn+rnn+attention: vgg(vgg16,vgg19)+rnn(LSTM, GRU)+attention, resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152)+rnnrnn(LSTM, GRU)+attention, inception_v4+rnn(LSTM, GRU)+attention, inception_resnet_v2+rnn(LSTM, GRU)+attention,.....
Maikuraky's Repositories
Maikuraky/tensorflow_PSENet
This is a tensorflow re-implementation of PSENet: Shape Robust Text Detection with Progressive Scale Expansion Network.My blog:
Maikuraky/train_cnn-rnn-attention
cnn+rnn+attention: vgg(vgg16,vgg19)+rnn(LSTM, GRU)+attention, resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152)+rnnrnn(LSTM, GRU)+attention, inception_v4+rnn(LSTM, GRU)+attention, inception_resnet_v2+rnn(LSTM, GRU)+attention,.....
Maikuraky/AttentionCluster
TensorFlow Implementation of "Attention Clusters: Purely Attention Based Local Feature Integration for Video Classification"
Maikuraky/flownet2-tf
FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
Maikuraky/LearnablePoolingMethods
TensorFlow Implementation of "Learnable Pooling Methods for Video Classification"
Maikuraky/M-PACT
A one stop shop for all of your activity recognition needs.
Maikuraky/Machine-learning-learning-notes
周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!
Maikuraky/seq2seq_chatbot_encoder_decoder_model_with_attention
Sequence to Sequence Encoder Decoder Model with Attention and Beam Search