[PYTHON] Introduction à TensorFlow - Hello World Edition

Construction de l'environnement TensorFlow à l'aide de Docker

docker run -it -p 8888:8888 --name tensorflow gcr.io/tensorflow/tensorflow

Se connecter au conteneur

docker exec -it tensorflow /bin/bash

Installation du package requise

apt-get update
apt-get install -y vim wget

Sortie Hello World avec référence au didacticiel

#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
>>> quit

Recommended Posts

Introduction à TensorFlow - Hello World Edition
Introduction à Ansible Partie 1 Hello World !! '
Introduction à la préparation python-environnement (édition Mac)
Bonjour le monde
Introduction au Deep Learning ~ Dropout Edition ~
Introduction à Python Django (2) Édition Mac
Bonjour le monde avec Raspberry Pi + Minecraft Pi Edition
Comment créer Hello, World avec #Nix
Probablement l'introduction la plus simple à TensorFlow
Les débutants lisent "Introduction à TensorFlow 2.0 pour les experts"
Tutoriel Flask (de l'installation à Hello World)
Introduction à Machine Learning-Hard Margin SVM Edition-
Comment afficher Hello World en python
Introduction à MQTT (Introduction)
Introduction à Scrapy (1)
Introduction à Scrapy (3)
Premiers pas avec Supervisor
Introduction à Tkinter 1: Introduction
Pymacs helloworld
Introduction à PyQt
Introduction à Scrapy (2)
[Linux] Introduction à Linux
Introduction à Scrapy (4)
Introduction à discord.py (2)
cython helloworld
De la création de l'environnement Kivy à l'affichage de Hello World
Dites bonjour au monde avec Python avec IntelliJ
[Introduction à TensorBoard] Visualisez le traitement TensorFlow pour approfondir la compréhension
Pour moi en tant que débutant Django (3) - Bonjour tout le monde! ---
Introduction à Lightning Pytorch
Premiers pas avec le Web Scraping
bonjour le monde avec ctypes
Introduction aux baies non paramétriques
Introduction à EV3 / MicroPython
Tutoriel RabbitMQ 1 ("Hello World!")
Introduction au langage Python
Introduction à la reconnaissance d'image TensorFlow
Configuration de RaspberryPi3 (STRETCH) depuis l'installation du système d'exploitation vers Hello World
Introduction à OpenCV (python) - (2)
Introduction à PyQt4 Partie 1
Bonjour le monde avec Docker
Exécution de MINST dans TensorFlow 2.0 et visualisation dans TensorBoard (version 2019)
Hello World avec Django
Introduction à l'injection de dépendances
Introduction à Private Chainer
[Introduction à RasPi4] Construction de l'environnement; OpenCV / Tensorflow, entrée japonaise ♪
Le premier Hello World de Django
Bonjour le monde sur flacon
Introduction à l'apprentissage automatique
[Introduction à TensorBoard: image] TensorFlow Visualisez le traitement d'image pour approfondir la compréhension
[Explication pour les débutants] Introduction au traitement du pliage (expliqué dans TensorFlow)
[Explication pour les débutants] Introduction au traitement du pool (expliqué dans TensorFlow)
20200329_Introduction à l'analyse de données avec Python 2nd Edition Personal Summary
De la configuration de l'environnement Rust à l'exécution de Hello World
Tutoriel Rabbit MQ (1) - De l'installation à Hello World (traduction du site officiel)
[Introduction à Tensorflow] Comprendre correctement Tensorflow et essayer de créer un modèle
Introduction à l'API Socket apprise en langage C 2e édition client
Les débutants en python / tensorflow créent l'environnement jupyter + tensorflow et font Hello World
AOJ Introduction à la programmation Sujet 1, Sujet 2, Sujet 3, Sujet 4
Introduction au module de papier électronique