Skip to content

Instantly share code, notes, and snippets.

Array<T>

Legend:

  • ✏️ this(본래의 배열)을 수정합니다.
  • 🔒 this(본래의 배열)을 수정하지 않습니다.

Array<T>.prototype.*:

  • concat(...items: Array): T[] 🔒 ES3
@DeadIntegral
DeadIntegral / TensorFlow 시작하기.md
Last active March 12, 2016 11:19 — forked from haje01/TensorFlow 시작하기.md
TensorFlow 시작하기

텐서플로우 시작하기

글쓴이: 김정주([email protected])

이 문서는 텐서플로우 공식 페이지 내용을 바탕으로 만들어졌습니다.


소개

텐서플로우(TensorFlow)는 기계 학습과 딥러닝을 위해 구글에서 만든 오픈소스 라이브러리입니다. 데이터 플로우 그래프(Data Flow Graph) 방식을 사용하였습니다.