Pinned Repositories
Artificial_Intelligence_2019
attention
some attention implements
Char-RNN-TensorFlow
Multi-language Char RNN for TensorFlow >= 1.2.
CNN-text-classification-keras
Text Classification by Convolutional Neural Network in Keras
crnn-relation-classification
Tensorflow implementation of the Convolutional Recurrent Neural Network model with max pooling and attentive pooling, for relation classification on biomedical text.
deep-learning-with-python-notebooks
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
DeepLearnToolbox
Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.
Google-Machine-learning-crash-course
谷歌机器学习速成课程+机器学习术语表PDF+机器学习规则PDF 。该资源适用于机器学习、深度学习和TensorFlow爱好者参考!
HanLP
中文分词 词性标注 命名实体识别 依存句法分析 语义依存分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
seq_ppi
This is the repository for PIPR. This repository contains the source code and links to some datasets used in the ISMB/ECCB-2019 paper "Multifaceted Protein-Protein Interaction Prediction Based on Siamese Residual RCNN".
yxinshidai's Repositories
yxinshidai/seq_ppi
This is the repository for PIPR. This repository contains the source code and links to some datasets used in the ISMB/ECCB-2019 paper "Multifaceted Protein-Protein Interaction Prediction Based on Siamese Residual RCNN".
yxinshidai/Artificial_Intelligence_2019
yxinshidai/attention
some attention implements
yxinshidai/Char-RNN-TensorFlow
Multi-language Char RNN for TensorFlow >= 1.2.
yxinshidai/CNN-text-classification-keras
Text Classification by Convolutional Neural Network in Keras
yxinshidai/crnn-relation-classification
Tensorflow implementation of the Convolutional Recurrent Neural Network model with max pooling and attentive pooling, for relation classification on biomedical text.
yxinshidai/deep-learning-with-python-notebooks
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
yxinshidai/DeepLearnToolbox
Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.
yxinshidai/Google-Machine-learning-crash-course
谷歌机器学习速成课程+机器学习术语表PDF+机器学习规则PDF 。该资源适用于机器学习、深度学习和TensorFlow爱好者参考!
yxinshidai/HanLP
中文分词 词性标注 命名实体识别 依存句法分析 语义依存分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
yxinshidai/keras
Deep Learning for humans
yxinshidai/Keras-GAN
Keras implementations of Generative Adversarial Networks.
yxinshidai/keras-text-classification
Text classification using Convolutional Neural Networks (CNN)
yxinshidai/lstm-context-embeddings
Enriching word embeddings with their surrounding context using bidirectional RNN
yxinshidai/MLInActionCode
《机器学习实践》源码和《机器学习-算法原理与编程实践》源码以及学习心得
yxinshidai/pro
yxinshidai/Recurrent-Convolutional-Neural-Network-Text-Classifier
My (slightly modified) Keras implementation of the Recurrent Convolutional Neural Network (RCNN) described here: http://www.aaai.org/ocs/index.php/AAAI/AAAI15/paper/view/9745.
yxinshidai/Sequence-Labelling
Implementing , learning and re implementing "End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF" in keras
yxinshidai/Theano
Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It can use GPUs and perform efficient symbolic differentiation.
yxinshidai/variational-text-tensorflow
TensorFlow implementation of Neural Variational Inference for Text Processing
yxinshidai/Yun