Pinned Repositories
cat_or_dog_or_something_else
利用AI模型(PNASNET模型)识别图像是桌子、猫、狗还是其它
chatbot_simbert
检索类型的微信聊天机器人/问答系统,通过API异步通信,实现在微信上交互,本项目包括模型和工程化部署一体化。用到SimBert等模型。
Deep_Learning_for_Natural_Language_Processing
面向自然语言处理的深度学习--用Python创建神经网络
Design_Pattern_With_Python
python设计模式
huawei_od
华为od题目库
Learn_Python3_the_hard_way
《“笨方法”学Python3》
leetcode_CPP
c++版本leetcode
leetcode_cpp_python
leetcode C++ and python3
python-for-data-analysis
《利用Python进行数据分析》第二版
Python3CookBook
《Python3 Cookbook》
lidianxiang's Repositories
lidianxiang/Kaggle_Competitions
Kaggle competition
lidianxiang/30-seconds-of-python-code
A curated collection of useful Python snippets that you can understand in 30 seconds or less.
lidianxiang/adanet
Fast and flexible AutoML with learning guarantees.
lidianxiang/chatbot
一个基于深度学习的中文聊天机器人,这里有详细的教程与代码,每份代码都有详细的注释,作为学习与毕设是美好的选择。A Chinese chatbot based on deep learning.
lidianxiang/coding-interview-university
A complete computer science study plan to become a software engineer.
lidianxiang/DeepLearning_Notes_CV
:notebook: tensorflow,keras、python、numpy、matplotlib、scikit-learn、python image processing and so on
lidianxiang/examples-of-web-crawlers
一些有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
lidianxiang/GitHub-Chinese-Top-Charts
:cn: GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!(最近更新于10月1日,国庆节快乐 :tada:)
lidianxiang/gitignore
A collection of useful .gitignore templates
lidianxiang/HelloGitHub
:octocat: Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目
lidianxiang/hexo
A fast, simple & powerful blog framework, powered by Node.js.
lidianxiang/interview_internal_reference
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
lidianxiang/learn-regex
Learn regex the easy way
lidianxiang/leetcode-1
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
lidianxiang/libra
Libra’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people.
lidianxiang/Machine-Learning-for-Beginner-by-Python3
为机器学习的入门者提供多种基于实例的sklearn、TensorFlow以及自编函数(AnFany)的ML算法程序。
lidianxiang/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
lidianxiang/named_entity_recognition
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
lidianxiang/nlp
兜哥出品 <一本开源的NLP入门书籍>
lidianxiang/nlp-competitions-list-review
复盘所有NLP比赛的TOP方案,只关注NLP比赛,持续更新中!
lidianxiang/nlp-journey
nlp相关的一些论文及代码, 包括主题模型、词向量(Word Embedding)、命名实体识别(NER)、文本分类(Text Classificatin)、文本生成(Text Generation)、文本相似性(Text Similarity)计算等,涉及到各种与nlp相关的算法,基于keras和tensorflow。
lidianxiang/nn4nlp-code
Code Samples from Neural Networks for NLP
lidianxiang/python-cheatsheet
Comprehensive Python Cheatsheet
lidianxiang/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
lidianxiang/regular-investing-in-box
定投改变命运 —— 让时间陪你慢慢变富
lidianxiang/something_important_in_python
python学习中的一些重要的知识点
lidianxiang/Spider_something_in_web
简单的爬虫练习
lidianxiang/tech-interview-handbook
💯 Materials to help you rock your next coding interview
lidianxiang/tensorflow-handbook
简单粗暴 TensorFlow 2.0 | A Concise Handbook of TensorFlow 2.0
lidianxiang/uis-rnn
This is the library for the Unbounded Interleaved-State Recurrent Neural Network (UIS-RNN) algorithm, corresponding to the paper Fully Supervised Speaker Diarization.