Tensorflow

Tensor Flow #


텐저 플로우는 2015년 구글에서 공개한 머신러닝 라이브러리. 케라스는 딥러닝 라이브러리를 Backend로 하는 신경망 모델 구성 라이브러리. 구글은 쥬피터 노트북이라는 오픈 소스 웹 어플리케이션을 코랩이라는 서비스를 통해 제공하고 있음.

Tensor Flow
Keras
Python
Jupyter Notebook
Colab

이때 Tensor는 흘러다니는 데이터를 의미함.

graph LR A((X:Tensor))-->|Edge|C((+:Node))-->|Edge|D((X+Y:Tensor)) B((Y:Tensor))-->|Edge|C style A fill:#ffffff,stroke:#000000,stroke-width:1px style B fill:#ffffff,stroke:#000000,stroke-width:1px style C fill:#ffffff,stroke:#000000,stroke-width:1px style D fill:#ffffff,stroke:#000000,stroke-width:1px

모두를 위한 딥러닝 시즌2 #

아래는 모두를 위한 딥러닝 시즌2의 Tensorflow 2 Code를 분석한 내용임.





comments powered by Disqus