Quickly build a python environment for deep learning and data science (Windows)

environment

OS: Windows 10 (Surface Pro4) No GPU

procedure

--Download and install Miniconda from the following site - https://conda.io/miniconda.html --Use Miniconda3-latest-Windows-x86_64.exe --As of 06/10/2018, conda4.5.4 and python3.6.5 are installed by default. --Create a virtual environment for deep learning with conda and install the necessary modules --Launch Anaconda Prompt from the Start Menu --Create virtual environment: conda create -n env_name python = 3.5 --Create with the above command assuming python3.5, which has many library support --Virtual environment activation: ʻactivate env_name --Installation of required modules: Many modules can be installed from each conda pip, but priority is given to conda --From conda:conda install numpy scipy sympy pandas scikit-learn matplotlib seaborn pillow ipython cython pytest jupyter m2w64-toolchain Werkzeug pyyaml tensorflow keras --Install from pip:pip install ipdb` --Operation check

Creating a project with pycharm

--Select Create New Project and create a project in any location and with any name. --If you are asked for Project Interpreter at the time of creation, specify (install_path) \ Miniconda3 \ envs \ env_name \ python.exe --Changes after creation: From File> Settings> Project: project_name> Project Interpreter

update

--Update of what you installed with conda: conda update --all --Update what you installed with pip: pip install module_name -u

Recommended Posts

Quickly build a python environment for deep learning and data science (Windows)
Build a python environment to learn the theory and implementation of deep learning
Build a Python environment and transfer data to the server
Build and test a CI environment for multiple versions of Python
Build a 64-bit Python 2.7 environment with TDM-GCC and MinGW-w64 on Windows 7
Building a Windows 7 environment for getting started with machine learning with Python
Simply build a Python 3 execution environment on Windows
Quickly build a Python Django environment with IntelliJ
Build a "Deep learning from scratch" learning environment on Cloud9 (jupyter miniconda python3)
Build a Python machine learning environment with a container
Build a local development environment with WSL + Docker Desktop for Windows + docker-lambda + Python
Build a GVim-based Python development environment on Windows 10 (3) GVim8.0 & Python3.6
Build an interactive environment for machine learning in Python
Building a Docker working environment for R and Python
Build a python virtual environment with virtualenv and virtualenvwrapper
Build a python environment for each directory with pyenv-virtualenv
Build a GVim-based Python development environment on Windows 10 (1) Installation
Build a machine learning application development environment with Python
Procedure for building a CDK environment on Windows (Python)
Build a python virtual environment with virtualenv and virtualenvwrapper
Create a decent shell and python environment on Windows
Memo for building a machine learning environment using Python
Build a machine learning environment natively on Windows 10 (x64)
Build Python environment on Windows
Build python environment on windows
Build a machine learning environment
Build a Python environment offline
Steps to quickly create a deep learning environment on Mac with TensorFlow and OpenCV
Build a basic Data Science environment (Jupyter, Python, R, Julia, standard library) with Docker.
Until you create a machine learning environment with Python on Windows 7 and run it
Build a python machine learning study environment on macOS sierra
Build an environment for machine learning using Python on MacOSX
Build a machine learning scikit-learn environment with VirtualBox and Ubuntu
Dockerfile for creating a data science environment based on pip3
Build a GVim-based Python development environment on Windows 10 (2) Basic settings
Build a PyData environment for a machine learning study session (January 2017)
Build a python environment on CentOS 7.7 for your home server
Build a python3 environment on CentOS7
Create a Python environment for professionals in VS Code on Windows
Create a Python execution environment for Windows with VScode + Remote WSL
Building a Docker working environment for R and Python 2: Japanese support
How about Anaconda for building a machine learning environment in Python?
Build a local development environment for Lambda + Python using Serverless Framework
Build a Python environment on your Mac with Anaconda and PyCharm
Try using virtualenv, which can build a virtual environment for Python
Create a USB boot Ubuntu with a Python environment for data analysis
[DynamoDB] [Docker] Build a development environment for DynamoDB and Django with docker-compose
LaTeX and R (a little Python) environment construction with SublimeText3 (Windows)
Build an environment for Blender built-in Python
Python 2.7, 3.4, 3.5 extension module build environment on Windows
Python project environment construction procedure (for windows)
Build Python3 and OpenCV environment on Ubuntu 18.04
Build a python environment on MacOS (Catallina)
Let's create a virtual environment for Python
Building a Python 3.6 environment with Windows + PowerShell
I want to build a Python environment
[Mac] Building a virtual environment for Python
Creating a python virtual environment on Windows
Python data structure and operation (Python learning memo ③)
Python and machine learning environment construction (macOS)
Build a python virtual environment with pyenv