计算机专业必不可少的工具集锦

来源:互联网 发布:thinkphp5 子域名部署 编辑:程序博客网 时间:2024/04/20 09:19

基于网页的代码搜索和浏览平台:https://www.codatlas.com/ (我借此工具查看了tensorflow的源码)

               该工具的中文使用介绍:http://www.jianshu.com/p/cccab7a0761f

https://www.codatlas.com/github.com/tensorflow/tensorflow/master/tensorflow/cc/

python和Java进行自然语言处理的工具集合:http://www.bubuko.com/infodetail-1842771.html

python语言参考手册(中文版):http://www.chinesepython.org/pythonfoundry/pythondoc/ref2.3/tmp/contents.html

python语言参考手册(英文版):https://docs.python.org/3/reference/

PYTHON-进阶-ITERTOOLS模块小结:http://wklken.me/posts/2013/08/20/python-extra-itertools.html#itertoolschainiterables

Stanford deep learning: https://cs224d.stanford.edu/syllabus.html

python 中 Counter : http://www.pythoner.com/205.html

机器学习中算法分类:

https://static.coggle.it/diagram/WHeBqDIrJRk-kDDY

一点一滴收集好用的工具帮助学习。

0 0