-
free-programming-books Public
Forked from EbookFoundation/free-programming-books📚 Freely available programming books
Other UpdatedAug 29, 2021 -
HanLP Public
Forked from hankcs/HanLP自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁
Java Apache License 2.0 UpdatedNov 19, 2019 -
awesome-python-applications Public
Forked from mahmoud/awesome-python-applications💿 Free software that works great, and also happens to be open-source Python.
Jupyter Notebook UpdatedOct 18, 2019 -
the-way-to-go_ZH_CN Public
Forked from unknwon/the-way-to-go_ZH_CN《The Way to Go》中文译本,中文正式名《Go 入门指南》
Go UpdatedOct 15, 2019 -
-
Python-100-Days Public
Forked from jackfrued/Python-100-DaysPython - 100天从新手到大师
Jupyter Notebook UpdatedOct 3, 2019 -
Python-1 Public
Forked from geekcomputers/PythonMy Python Examples
Python MIT License UpdatedSep 26, 2019 -
Python Public
Forked from TheAlgorithms/PythonAll Algorithms implemented in Python
Jupyter Notebook MIT License UpdatedSep 20, 2019 -
CS-Notes Public
Forked from CyC2018/CS-Notes📚 Tech Interview Guide 技术面试必备基础知识、Leetcode 题解、Java、C++、Python、后端面试、操作系统、计算机网络、系统设计
Java UpdatedSep 19, 2019 -
advanced-java Public
Forked from doocs/advanced-java😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习
Java Creative Commons Attribution Share Alike 4.0 International UpdatedSep 19, 2019 -
TensorFlow-Examples Public
Forked from aymericdamien/TensorFlow-ExamplesTensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Jupyter Notebook Other UpdatedSep 18, 2019 -
d2l-zh Public
Forked from d2l-ai/d2l-zh《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
Python Apache License 2.0 UpdatedSep 18, 2019 -
A-to-Z-Resources-for-Students Public
Forked from dipakkr/A-to-Z-Resources-for-Students✅ Curated list of resources for college students
MIT License UpdatedSep 17, 2019 -
-
Web Public
Forked from qianguyihao/Web前端入门和进阶学习笔记,超详细的Web前端学习图文教程。从零开始学前端,做一个Web全栈工程师。持续更新...
JavaScript MIT License UpdatedSep 3, 2019 -
faceswap Public
Forked from deepfakes/faceswapDeepfakes Software For All
Python GNU General Public License v3.0 UpdatedSep 3, 2019 -
JavaGuide Public
Forked from Snailclimb/JavaGuide【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
Java UpdatedSep 3, 2019 -
Data-Science--Cheat-Sheet Public
Forked from georgearun/Data-Science--Cheat-SheetCheat Sheets
UpdatedSep 2, 2019 -
vue-admin-webapp Public
Forked from gcddblue/vue-admin-webappthis is a admin project
Vue MIT License UpdatedSep 2, 2019 -
machine-learning-notes Public
Forked from roboticcam/machine-learning-notesMy continuously updated Machine Learning, Probabilistic Models and Deep Learning notes and demos (1000+ slides) 我不间断更新的机器学习,概率模型和深度学习的讲义(1000+页)和视频链接
Jupyter Notebook UpdatedSep 1, 2019 -
funNLP Public
Forked from fighting41love/funNLP中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、…
Python UpdatedAug 31, 2019 -
vue-form-making Public
Forked from GavinZhuLei/vue-form-making基于Vue的表单设计器,让表单开发简单而高效。
JavaScript GNU Lesser General Public License v3.0 UpdatedAug 30, 2019 -
Jtyoui Public
Forked from jtyoui/PyUnit搜狗词库下载,新词发现算法, 照片和PDF相互转化, 微信自动聊天机器人,中国农历与阳历的转换关系,简体字与繁体字的转换,坦克小游戏,分形模式,邮箱,地图,正则,装饰器, 数学统计,数据处理,nlp算法、进制转换 验证码识别 数据下载 分形模型 小游戏 照片与PDF互转 语言处理 邮箱应用 阳历转农历 搜狗下载 网页处理 新词发现 微信 正则 装饰器 异常 地图 计算统计 贝叶斯算法 常见的…
Python UpdatedAug 30, 2019 -
You-Dont-Know-JS Public
Forked from getify/You-Dont-Know-JSA book series on JavaScript. @YDKJS on twitter.
Other UpdatedAug 29, 2019 -
examples-of-web-crawlers Public
Forked from shengqiangzhang/examples-of-web-crawlers一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
Python MIT License UpdatedAug 23, 2019 -
pytorch-handbook Public
Forked from zergtant/pytorch-handbookpytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
Jupyter Notebook UpdatedAug 21, 2019 -
pyproxy-async Public
Forked from pjialin/pyproxy-async基于 Python Asyncio + Redis 实现的代理池
Python Apache License 2.0 UpdatedAug 16, 2019 -
learn-regex Public
Forked from ziishaned/learn-regexLearn regex the easy way
MIT License UpdatedAug 15, 2019 -
from_coder_to_expert Public
Forked from 0voice/from_coder_to_expert2019年最新总结,从程序员到CTO,从专业走向卓越,分享大牛企业内部pdf与PPT
UpdatedAug 2, 2019 -
Chinese-Text-Classification-Pytorch Public
Forked from 649453932/Chinese-Text-Classification-Pytorch中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
Python MIT License UpdatedAug 2, 2019