python programming using IDEA or Ipython
python机器学习常用package:
Numpy
Scipy
scikit-learn: is a Python module for machine learning built on top of SciPy and distributed under the 3-Clause BSD license.


在IDEA中编写python程序:
IDEA settings中安装Python插件。
打开已有python项目。
project structure设置Project SDK,选择python2.7.6 (/usr/bin/python2.7)。

使用Ipython:
ipython是一个 python 的交互式 shell,比默认的python shell 好用得多,支持变量自动补全,自动缩进,支持 bash shell 命令,内置了许多很有用的功能和函数。在ubuntu 下只要 sudo apt-get install ipython 就装好了,通过 ipython 启动。
安装:pip install ipython
进入:ipython

Logo

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐