Python Numpy Tutorial 发个Python机器学习入门实例

来源:互联网 发布:制造业大数据 编辑:程序博客网 时间:2024/05/16 17:05

This tutorial was contributed by Justin Johnson.

We will use the Python programming language for all assignments in this course. Python is a great general-purpose programming language on its own, but with the help of a few popular libraries (numpy, scipy, matplotlib) it becomes a powerful environment for scientific computing.

We expect that many of you will have some experience with Python and numpy; for the rest of you, this section will serve as a quick crash course both on the Python programming language and on the use of Python for scientific computing.

Some of you may have previous knowledge in Matlab, in which case we also recommend the numpy for Matlab users page.

You can also find an IPython notebook version of this tutorial here created by Volodymyr Kuleshov and Isaac Caswellfor CS 228.

Table of contents:

  • Python
    • Basic data types
    • Containers
      • Lists
      • Dictionaries
      • Sets
      • Tuples
    • Functions
    • Classes
  • Numpy
    • Arrays
    • Array indexing
    • Datatypes
    • Array math
    • Broadcasting
  • SciPy
    • Image operations
    • MATLAB files
    • Distance between points
  • Matplotlib
    • Plotting
    • Subplots
    • Images
原文地址:

http://cs231n.github.io/python-numpy-tutorial/

0 0
原创粉丝点击