Building a Windows 7 environment for getting started with machine learning with Python

Describes the procedure for building a Windows 7 environment for an introduction to machine learning using Python in "Data Scientist Training Reader: Introduction to Machine Learning" by Gijutsu-Hyoronsha. (As of May 4, 2016)

  1. Download Python 3.5 for Windows. -Open python.org download page with a web browser. -Click the "Download Python 3.5.1" button to start downloading. (The 32-bit version has been downloaded.)

  2. Install Python 3.5. -Run python-3.5.1.exe. ・ When asked "Do you want to execute this file?", Click "Execute". -When the installer screen is displayed, check "Add Python 3.5 to PATH" and then click "Install Now". -When the installation is complete, click "Close".

  3. Install the library. -Download Numpy and SciPy from Christoph Gohlke's page.  numpy-1.11.0+mkl-cp35-cp35m-win32.whl  scipy-0.17.0-cp35-cp35m-win32.whl -Right-click "Start"-> "All Programs"-> "Accessories"-> "Command Prompt" and select "Run as administrator". -Cd at the command prompt and move to the folder with whl. ・ Update pip itself to the latest version. (If you do not make it version 8 or higher, you will get an error when installing the whl file.)  pip install --upgrade pip -Install Numpy.  pip install "numpy-1.11.0+mkl-cp35-cp35m-win32.whl" -Install SciPy.  pip install scipy-0.17.0-cp35-cp35m-win32.whl -Install matplotlib.  pip install matplotlib -Install scikit-learn.  pip install scikit-learn

  4. Start Python 3.5. -Click "Start"-> "All Programs"-> "Python 3.5"-> "Python 3.5 (32-bit)" to start it.

Recommended Posts

Building a Windows 7 environment for getting started with machine learning with Python
Memo for building a machine learning environment using Python
Building a Python 3.6 environment with Windows + PowerShell
How about Anaconda for building a machine learning environment in Python?
Build a Python machine learning environment with a container
[Definitive Edition] Building an environment for learning "machine learning" using Python on Windows
Build a machine learning application development environment with Python
Procedure for building a CDK environment on Windows (Python)
Getting Started with Python for PHPer-Classes
Building a virtual environment with Python 3
Getting started with Python 3.8 on Windows
Getting Started with Python for PHPer-Functions
Rebuilding an environment for machine learning with Miniconda (Windows version)
Let's get started with Python ~ Building an environment on Windows 10 ~
Until you create a machine learning environment with Python on Windows 7 and run it
Building a Python3 environment with Amazon Linux2
Amplify images for machine learning with python
[Mac] Building a virtual environment for Python
[Shakyo] Encounter with Python for machine learning
Getting Started with Python for PHPer-Super Basics
Building a Python development environment for AI development
Creating a development environment for machine learning
Build AI / machine learning environment with Python
Create a Python execution environment for Windows with VScode + Remote WSL
1.1 Getting Started with Python
Getting Started with Python
Getting Started with Python
Building a python environment with virtualenv and direnv
[Translation] Getting Started with Rust for Python Programmers
Building an Anaconda environment for Python with pyenv
Building a Python environment with WLS2 + Anaconda + PyCharm
[Python] Collect images with Icrawler for machine learning [1000 images]
Image Processing with Python Environment Setup for Windows
Commands for creating a python3 environment with virtualenv
I started machine learning with Python Data preprocessing
Settings for getting started with MongoDB in python
[Definitive Edition] Building an environment for learning "machine learning" using Python on Mac
Quickly build a python environment for deep learning and data science (Windows)
Building a machine learning environment with Tellus GPU server (Sakura high-power computing)
Getting Started with Python Functions
Building a Python environment for pyenv, pyenv-virtualenv, Anaconda (Miniconda)
Write about building a Python environment for writing Qiita Qiita
Build an interactive environment for machine learning in Python
Recommendation of building a portable Python environment with conda
Run a machine learning pipeline with Cloud Dataflow (Python)
Django Getting Started: 1_Environment Building
Build a machine learning Python environment on Mac OS
Getting Started with Python Django (1)
Build a python environment for each directory with pyenv-virtualenv
Machine learning with Python! Preparation
Getting Started with Python Django (4)
Getting Started with Python Django (3)
Building an environment for natural language processing with Python
Building a Python virtual environment
Getting Started with Google App Engine for Python & PHP
Build a machine learning environment
[Python] I made a classifier for irises [Machine learning]
Getting Started with Python Django (6)
conda memorandum: Building a Python environment with supercomputer ITO
Beginning with Python machine learning
Building a Python environment for programming beginners (Mac OS)