본문 바로가기
IT 와 Social 이야기

[Mario Cho] 오픈소스로 시작하는 인공지능 실습

by manga0713 2018. 8. 10.

 

 

 

 

 

 

I. Set up Virtual Environment

II. OS : Download

- Virtual box setup

- Ready to install

- Install

III. Setting Network

- SSH server install

- install local terminal

- open local terminal using putty or term

- Repository update

IV. Install docker

V. Execute dev. Based on web

VI. Tutorial

 

○ #1

- hello world

- install pip package

- Hello TensorFlow

- add operation

- loop

 

○ #2

- matrix multiplication

 

○ #3

- word2vector

 

○ #4

- data representation

 

○ #5

- Linear regression

 

○ #6

- MNIST