텐서플로 https://www.tensorflow.org/
구글(Google)사에서 개발한 기계 학습(machine learning) 엔진. 검색, 음성 인식, 번역 등의 구글 앱에 사용되는 기계 학습용 엔진으로, 2015년에 공개 소스 소프트웨어(open source software)로 전환되었다.
텐서플로는 C++ 언어로 작성되었고, 파이선(Python) 응용 프로그래밍 인터페이스(API)를 제공한다.
텐서플로는 빠르고 유연하여 한 대의 스마트 폰에서도 운영될 수 있고, 데이터센터의 수천 대 컴퓨터에서도 동작될 수 있다.
Google : https://googleblog.blogspot.kr/2015/11/tensorflow-smarter-machine-learning-for.html
Github : https://github.com/tensorflow/tensorflow
FB Sight에 오신것을 환영합니다 (Terms of Service)! : http://fbsight.com/c/TF-KR
About TensorFlow
TensorFlow™ is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API. TensorFlow was originally developed by researchers and engineers working on the Google Brain Team within Google's Machine Intelligence research organization for the purposes of conducting machine learning and deep neural networks research, but the system is general enough to be applicable in a wide variety of other domains as well.
.
'프로그래밍 > AI_DeepLearning' 카테고리의 다른 글
네이버 뉴스, 인공지능이 추천한다 (0) | 2017.02.21 |
---|---|
유다시티, 자율주행차 시뮬레이터 오픈소스로 공개 (0) | 2017.02.13 |
스마트폰 이후…'AI비서 전쟁' 승자는 (0) | 2017.01.18 |
AI혁명…'제로스크린 시대'가 온다 (0) | 2017.01.17 |
[Machine Learning] 구글 머신러닝 오픈소스 텐서플로(TensorFlow) (0) | 2015.11.11 |