Pinned Repositories
66Days__NaturalLanguageProcessing
I am sharing my Journey of 66DaysofData in Natural Language Processing.
ai-learning-roadmap
Ai Learning Roadmap based on lots of open course sources and book materials. 我总结的 AI 学习路径。
AI-NLP-Paper-Readings
This is my reading list for my PhD in AI, NLP, Deep Learning and more.
Awesome-DeepLearning-500FAQ
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。声明:所有内容来自(仅供学习):https://github.com/scutan90/DeepLearning-500-questions
CCDR
GraphDR
GraphTR
Graph Neural Network for Tag Ranking in Tag-enhanced Video Recommendation(CIKM20)
LSTM_classification_with_pretrainedEmbedding
Based on tensorflow ptb examples, changed for Chinese short sentence classification based on pretrained_Embedding
SentenceSimilarityGet_Based_Simas_LSTM
tensorflow implementation of SiamaseLSTM which used to calculate similarity between two Chinses sentences
text_CNN_with_Eembedding
text_cnn for text classification with pre_trained wordEembedding
lqfarmer's Repositories
lqfarmer/GraphTR
Graph Neural Network for Tag Ranking in Tag-enhanced Video Recommendation(CIKM20)
lqfarmer/ai-learning-roadmap
Ai Learning Roadmap based on lots of open course sources and book materials. 我总结的 AI 学习路径。
lqfarmer/algo
101+ coding interview problems with detailed solutions, test cases, and program analysis
lqfarmer/Awesome-Deep-Learning-Papers-for-Search-Recommendation-Advertising
Awesome Deep Learning papers for industrial Search, Recommendation and Advertising. They focus on Embedding, Matching, Ranking (CTR prediction, CVR prediction), Post Ranking, Transfer, Reinforcement Learning, Self-supervised Learning and so on.
lqfarmer/awesome-tensorflow-2
👉 Tensorflow 2.x resources such as tutorial, blog, code and videos
lqfarmer/AwesomeCpp
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括多态、虚表、移动语义、友元函数、符号重载、完美转发、智能指针、const和static、数组指针和指针数组、struct内存对齐、enum和union关键字等等
lqfarmer/coding_interviews
《剑指Offer》题目汇总&常考题总结(Python实现)
lqfarmer/Datasets-for-Recommender-Systems
This is a repository of a topic-centric public data sources in high quality for Recommender Systems (RS)
lqfarmer/DeepRec
推荐、广告工业界经典以及最前沿的论文、资料集合/ Must-read Papers on Recommendation System and CTR Prediction
lqfarmer/DL_Topics
List of DL topics and resources essential for cracking interviews
lqfarmer/ed4
Computational Cognitive Neuroscience, Fourth Edition
lqfarmer/hello-algorithm
🙈🙉🙊 本项目包括:1、我写的三十万字图解算法题典 2、100 张 IT 相关超清思维导图 3、100 篇大厂面经汇总 4、各语言编程电子书 100 本 5、English version supported !!! 🚀🚀 国人项目上榜首不易,右上角助力一波!干就对了,奥利给 !🚀🚀
lqfarmer/ImageProcessing100Wen
「画像処理100本ノック」中文版本!为图像处理初学者设计的 100 个问题。
lqfarmer/interview-questions
根据超过 1500 篇真实面经整理的腾讯,阿里,字节跳动,Shopee,美团,滴滴高频面试题
lqfarmer/interview_internal_reference
2020年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
lqfarmer/Introduction-NLP
HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。
lqfarmer/Knowledge_distillation_via_TF2.0
The codes for recent knowledge distillation algorithms and benchmark results via TF2.0 low-level API
lqfarmer/KnowledgeGraphData
史上最大规模1.4亿中文知识图谱开源下载
lqfarmer/LeetCode
LeetCode solutions with Chinese explanation.
lqfarmer/LeetCode-1
LeetCode-Algorithms-DataStructure(write LeetCode with Python3)
lqfarmer/leetcode_category
Leetcode solutions organized by the problem categories
lqfarmer/leetcode_company_wise_questions
This is a repository containing the list of company wise questions available on leetcode premium
lqfarmer/LeetcodeTop
汇总各大互联网公司容易考察的高频leetcode题🔥
lqfarmer/Machine-Learning-Notes
白板推导系列课程笔记 初版
lqfarmer/NLP4Rec-Papers
Paper list of NLP for recommender systems
lqfarmer/pyHGT
Pytorch Code for WWW'20 "Heterogeneous Graph Transformer", which is based on pytorch_geometric
lqfarmer/RecSys
计算广告/推荐系统/机器学习(Machine Learning)/点击率(CTR)/转化率(CVR)预估/点击率预估
lqfarmer/Reflection_Summary
算法理论基础知识应知应会
lqfarmer/TeachYourselfCS-CN
TeachYourselfCS 的中文翻译 | A Chinese translation of TeachYourselfCS
lqfarmer/transformers
🤗 Transformers: State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch.