Pinned Repositories
a-PyTorch-Tutorial-to-Text-Classification
Hierarchical Attention Networks | a PyTorch Tutorial to Text Classification
attention-networks-for-classification
Hierarchical Attention Networks for Document Classification in PyTorch
awesome-deep-learning-papers
The most cited deep learning papers
Awesome-Text-to-Image
(ෆ`꒳´ෆ) A Survey on Text-to-Image Generation/Synthesis.
C-Toturials
C语言教程
coding-interview-university
A complete computer science study plan to become a software engineer.
CS-Notes
:books: Tech Interview Guide 技术面试必备基础知识、Leetcode 题解、Java、C++、Python、后端面试、操作系统、计算机网络、系统设计
gitttt
GloVe
GloVe model for distributed word representation
hello
nightzero123's Repositories
nightzero123/awesome-deep-learning-papers
The most cited deep learning papers
nightzero123/a-PyTorch-Tutorial-to-Text-Classification
Hierarchical Attention Networks | a PyTorch Tutorial to Text Classification
nightzero123/Awesome-Text-to-Image
(ෆ`꒳´ෆ) A Survey on Text-to-Image Generation/Synthesis.
nightzero123/gitttt
nightzero123/GloVe
GloVe model for distributed word representation
nightzero123/hello
nightzero123/Hierarchical-Multi-Label-Text-Classification
The code of CIKM'19 paper《Hierarchical Multi-label Text Classification: An Attention-based Recurrent Network Approach》
nightzero123/hyperbolic-image-embeddings
create peojects
nightzero123/hyperbolic-learning
Implemented ML algorithms in hyperbolic geometry (MDS, K-Means, Support vector machines, etc.)
nightzero123/hyperbolic_embedding_papers
Papers on Hyperbolic embeddings and Hyperbolic Neural Network
nightzero123/HyperIM
PyTorch implementation of the paper "Hyperbolic Interaction Model For Hierarchical Multi-Label Classification"
nightzero123/leetcode
nightzero123/Machine-Learning
:zap:机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归
nightzero123/machine-learning-for-software-engineers
A complete daily plan for studying to become a machine learning engineer.
nightzero123/machine_learning
nightzero123/MachineLearningModels
nightzero123/making-better-mistakes
nightzero123/my_first_blog
nightzero123/NLP-Interview-Notes
该仓库主要记录 NLP 算法工程师相关的面试题
nightzero123/NLPer-Interview
该仓库主要记录 NLP 算法工程师相关的面试题
nightzero123/pku
nightzero123/Production-Level-Deep-Learning
A guideline for building practical production-level deep learning systems to be deployed in real world applications.
nightzero123/project-based-learning
Curated list of project-based tutorials
nightzero123/pytorch_elmo_example
A text classification example with ELMo and glove in pytorch
nightzero123/SequenceTagging
nightzero123/spring-boot-examples
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
nightzero123/tensorflow
An Open Source Machine Learning Framework for Everyone
nightzero123/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
nightzero123/text-classification-surveys
文本分类资源汇总,包括深度学习文本分类模型,如SpanBERT、ALBERT、RoBerta、Xlnet、MT-DNN、BERT、TextGCN、MGAN、TextCapsule、SGNN、SGM、LEAM、ULMFiT、DGCNN、ELMo、RAM、DeepMoji、IAN、DPCNN、TopicRNN、LSTMN 、Multi-Task、HAN、CharCNN、Tree-LSTM、DAN、TextRCNN、Paragraph-Vec、TextCNN、DCNN、RNTN、MV-RNN、RAE等,浅层学习模型,如LightGBM 、SVM、XGboost、Random Forest、C4.5、CART、KNN、NB、HMM等。介绍文本分类数据集,如MR、SST、MPQA、IMDB、Yelp、20NG、AG、R8、DBpedia、Ohsumed、SQuAD、SNLI、MNLI、MSRP、MRDA、RCV1、AAPD,评价指标,如accuracy、Precision、Recall、F1、EM、MRR、HL、Micro-F1、Macro-F1、P@K,和技术挑战,包括多标签文本分类。
nightzero123/textClassifier
Text classifier for Hierarchical Attention Networks for Document Classification