블로그
- 머신러닝//변수가 둘 이상일 때의 선형회귀 알고리즘. 이번에는 H(x) = XW로 나타내는 행렬을 이용해서 최소의 W를 계산한다. import tensorflow as tftf.set_random_seed(777) # for reproducibility
- 머신러닝// TensorFlow로 기본적인 선형모델 구현 코드를 보면 import tensorflow as tf //이미 관측된 데이터는 x와 y를 리스트로 정의. x_train = [1,2,3] y_train = [1,2,3] // 여기서
- [tensorflow] QT window 사용 방법 # QT Window(qwindows.dll에러) 사용 방법 QT_QPA_PLATFORM_PLUGIN_PATH 환경변수 값을 anaconda의 platforms(C:\Program Files\Anaconda3\Library\plugins\platforms)로 설정
- 구글 딥더닝 tensorflow 설치 및 실행 샘플 (Windows 버전) How to install and run TensorFlow on a Windows PC첫번째로 아래의 링크를 클릭하여 Docker를 설치합니다. How I was able to run TensorFlow on my Windows machineFirst, I installed the Docker toolbox for Windows
- [인공지능] 기계학습 입문 - TensorFlow 시작하기 TensorFlow 오픈소스를 활용해보자 요즈음 IT 업계의 오픈소스 풍조는 입문자들도 해당 분야에 뛰어들기 쉽게(?) 하고 있다.
- [인공지능] Tensorflow의 배경지식 Tensorflow 활용의 기초 Tensorflow를 어떻게 활용해야 할지에 대한 단서를 주는 강의 영상이다.
- 구글, 머신러닝 보물 왜 공짜로 풀었나 구글이 머신러닝 핵심 소프트웨어인 텐서플로우(TensorFlow)를 오픈소스로 전격 개방했다.
- 왜 구글은 딥러닝 라이브러리 'TensorFlow' 를 open source 로 공개했을까 ? 왜 구글은 딥러닝 라이브러리 'TensorFlow' 를 open source 로 공개했을까 ? 2015Why Google Open Sourced Deep Learning Library TensorFlowAlex WoodieGoogle last week open sourced TensorFlow
← 이전
10 페이지