[PYTHON] Creating a development environment for machine learning

What to put this time

Install tensorflow

A memo for your thoughts

I'm just putting in what I thought I was commanding today, and I'm not sure if it's correct.

pyenv is for changing the state of python in your computer pyenv versions → You can see everything in pyenv pyenv version → Change the state of python that is currently set Set to ~~ in pyenv with pyenv global ~~ If you download something, you should pyenv rehash

Code to test if tensorflow is included

(tensorflow0.9.0) $ python
>>> import tensorflow as tf
>>> hello = tf.constant('Hello, TensorFlow!')
>>> sess = tf.Session()
>>> print(sess.run(hello))
Hello, TensorFlow!
>>> a = tf.constant(10)
>>> b = tf.constant(32)
>>> print(sess.run(a + b))
42
>>> 

Added 6/4

I wanted to include matplotlib

pyenv global py351tensorflow Touchi Within this version

I did pip install matplotlib   → Successful.

Question 6/14

The one installed with pip is Does it only apply to the same version within the pyenv version? Or is it still unknown if it applies to all versions → Maybe all versions are missing ,,,

Postscript 7/15

Because matlibplot wasn't working properly http://qiita.com/katryo/items/918667f28301fdec89ba Fixed to work normally using

Recommended Posts

Creating a development environment for machine learning
Build a machine learning environment
Build a machine learning application development environment with Python
Memo for building a machine learning environment using Python
Build a PyData environment for a machine learning study session (January 2017)
Building a Python development environment for AI development
Building a Windows 7 environment for getting started with machine learning with Python
I created a Dockerfile for Django's development environment
Commands for creating a python3 environment with virtualenv
Build a Kubernetes environment for development on Ubuntu
A memo for creating a python environment by a beginner
Build a mruby development environment for ESP32 (Linux)
Build a Python machine learning environment with a container
Set up a development environment for natural language processing
Japanese preprocessing for machine learning
Image collection Python script for creating datasets for machine learning
Build an interactive environment for machine learning in Python
Development environment suitable for ArcPy
Build a local development environment for Laravel6.X on Mac
Build a machine learning Python environment on Mac OS
Notes on creating a python development environment on macOS Catalina
Machine learning environment construction macbook 2021
[Python] I made a classifier for irises [Machine learning]
Creating a position estimation model for the Werewolf Intelligence Tournament using machine learning
How to build a development environment for TensorFlow (1.0.0) (Mac)
[For organizing] Python development environment
xgboost: A valid machine learning model for table data
Create a machine learning environment from scratch with Winsows 10
Build a machine learning environment natively on Windows 10 (x64)
Rebuilding an environment for machine learning with Miniconda (Windows version)
Build a python machine learning study environment on macOS sierra
Build a machine learning environment on mac (pyenv, deeplearning, opencv)
Build a machine learning scikit-learn environment with VirtualBox and Ubuntu
[Memo] Build a development environment for Django + Nuxt.js with Docker
Building a development environment for Android apps-creating Android apps in Python
Launching a machine learning environment using Google Compute Engine (GCE)
I tried using Tensorboard, a visualization tool for machine learning
Dockerfile for creating a data science environment based on pip3
Step by Step for creating a Dockerfile
[For beginners] Django -Development environment construction-
Python development environment options for May 2020
<For beginners> python library <For machine learning>
Emacs settings for Python development environment
Machine learning meeting information for HRTech
Creating a learning model using MNIST
Application development using Azure Machine Learning
Build a local development environment for Lambda + Python using Serverless Framework
Machine learning
A memorandum of scraping & machine learning [development technique] by Python (Chapter 4)
Create a development environment for Go + MySQL + nginx with Docker (docker-compose)
I made a development environment for Django 3.0 with Docker, Docker-compose, Poetry
[DynamoDB] [Docker] Build a development environment for DynamoDB and Django with docker-compose
Python & Machine Learning Study Memo: Environment Preparation
Python development environment for macOS using venv 2016
Easily build a development environment with Laragon
Amplify images for machine learning with python
First Steps for Machine Learning (AI) Beginners
Creating amateur python environment settings (for MAC)
An introduction to OpenCV for machine learning
Commands for creating a new django project
[Mac] Building a virtual environment for Python