初级知识0

作者: hopewinder | 来源:发表于2018-02-09 21:55 被阅读0次

    1. Python

    Python 教程

    Python笔记(jupyter)

    快速学会python

    2.Matplotlib

    官网

    tutorial1-nicolas

    tutorial2-benjamin

    3.Numpy

    官网

    Quickstart tutorial

    numpy

    4.scikit-learn

    scikit-learn官网

    Machine Learning in Python (Scikit-learn)

    scikit-learn参考手册

    Scikit-learn使用总结

    结合Scikit-learn介绍几种常用的特征选择方法

    [译]使用scikit-learn进行机器学习(scikit-learn教程1)

    5.TensorFlow

    TensorFlow社区-中文

    TensorFlow-官网

    aymericdamien/TensorFlow-Examples

    6. caffe -卷积神经网络框架-Convolutional Architecture for Fast Feature Embedding

    caffe官网

    Berkeley Vision and Learning Center(Github)

    BVLC/caffe   (c++/Github)

    0. Bash 终端/云端控制台

    Bash 快速参考表

    Bash 参考手册

    bash 是一个为GNU计划编写的Unixshell。它的名字是一系列缩写:Bourne-Again SHell — 这是关于Bourne shell(sh)的一个双关语(Bourne again / born again)。Bourne shell是一个早期的重要shell,由史蒂夫·伯恩在1978年前后编写,并同Version 7 Unix一起发布。bash则在1987年由布莱恩·福克斯创造。在1990年,Chet Ramey成为了主要的维护者。

    shell (Shell俗称壳(用来区别于核),是指“提供使用者使用界面”的软件(命令解析器)。类似于dos下的command.com和后来的cmd.exe。它接收用户命令,然后调用相应的应用程序。)

    shell教程

    ======

    ======

    python 2.7/3.6

    numpy + sckit learn

    tensorflow + caffe

    skit learn => 基础算法,例如logistic regression, naive bayes, decision tree 的应用

    tensorflow 深度学习框架

    =====

    cd Downloads/Test_AI/xh_pycharm

    PythonIDE(集成开发环境)

    http://www.runoob.com/python/python-ide.html

    PyCharm设置Ipython交互环境和宏快捷键进行数据分析图文详解

    http://blog.csdn.net/jsyzliuyu/article/details/55211019

    第一次安装好Anaconda以后,可以在命令行输入以下命令使Anaconda保持最新:

    conda update conda

    conda update anaconda

    Matplotlib图表不能在Pycharm中显示的问题

    http://blog.csdn.net/xinluqishi123/article/details/63523531

    pycharm中同时注释多行代码快捷键:

    代码选中的条件下,同时按住 Ctrl+/,被选中行被注释,再次按下Ctrl+/,注释被取消

    http://nbviewer.jupyter.org/github/lijin-THU/notes-python/blob/master/index.ipynb

    相关文章

      网友评论

        本文标题:初级知识0

        本文链接:https://www.haomeiwen.com/subject/oxpqtftx.html