在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):ogrisel/parallel_ml_tutorial开源软件地址(OpenSource Url):https://github.com/ogrisel/parallel_ml_tutorial开源编程语言(OpenSource Language):Jupyter Notebook 96.8%开源软件介绍(OpenSource Introduction):Parallel Machine Learning with scikit-learn and IPythonVideo recording of this tutorial given at PyCon in 2013. The tutorial material has been rearranged in part and extended. Look at the title of the of the notebooks to be able to follow along the presentation. Browse the static notebooks on nbviewer.ipython.org. Scope of this tutorial:
Target audienceThis tutorial targets developers with some experience with scikit-learn and machine learning concepts in general. It is recommended to first go through one of the tutorials hosted at scikit-learn.org if you are new to scikit-learn. You might might also want to have a look at SciPy Lecture Notes first if you are new to the NumPy / SciPy / matplotlib ecosystem. SetupInstall NumPy, SciPy, matplotlib, IPython, psutil, and scikit-learn in their latest stable version (e.g. IPython 2.2.0 and scikit-learn 0.15.2 at the time of writing). You can find up to date installation instructions on scikit-learn.org and ipython.org . To check your installation, launch the
If you don't get any message, everything is fine. If you get an error message, please ask for help on the mailing list of the matching project and don't forget to mention the version of the library you are trying to install along with the type of platform and version (e.g. Windows 8.1, Ubuntu 14.04, OSX 10.9...). You can exit the Fetching the dataIt is recommended to fetch the datasets ahead of time before diving into the
tutorial material itself. To do so run the
Using the IPython notebook to follow the tutorialThe tutorial material and exercises are hosted in a set of IPython executable notebook files. To run them interactively do:
This should automatically open a new browser window listing all the notebooks of the folder. You can then execute the cell in order by hitting the "Shift-Enter" keys and watch the output display directly under the cell and the cursor move on to the next cell. Go to the "Help" menu for links to the notebook tutorial. CreditsSome of this material is adapted from the scipy 2013 tutorial:
Original authors:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论