JONNY ALOHA
AERO-CHOI's BLOG
JONNY ALOHA
전체 방문자
오늘
어제
  • 분류 전체보기 (35)
    • Learning S.. (29)
      • X-Foil (3)
      • Aerodynami.. (1)
      • Autonomous.. (5)
      • Machine Le.. (6)
      • MATLAB (0)
      • C++ (3)
      • ROS (8)
      • Optimizati.. (3)

블로그 메뉴

  • 홈
  • About Me

인기 글

태그

티스토리

hELLO · Designed By 정상우.
JONNY ALOHA

AERO-CHOI's BLOG

[Machine Learning] 환경구축(TensorFlow)
Learning Space/Machine Learning, Deep Learning

[Machine Learning] 환경구축(TensorFlow)

2023. 6. 14. 11:50

TensorFlow의 설치(23.06.14 기준)

공식 문서를 기준으로 작성하였다.

 

지원 버전

- Python 3.6 ~ 3.9

- Ubuntu 16.04 이상 - Windows 7 이상 - macOS 10.12.6 이상(GPU 지원 X)

 

설치과정(GPU를 이용하지 않을 경우)

pip install --upgrade pip
python3 -m pip install tensorflow
# Verify install:
python3 -c "import tensorflow as tf; print(tf.reduce_sum(tf.random.normal([1000, 1000])))"

 

설치버전 확인

python3
import tensorflow as tf

tf.__version__

 

 

728x90
저작자표시 비영리 동일조건 (새창열림)

'Learning Space > Machine Learning, Deep Learning' 카테고리의 다른 글

[Machine Learning] TensorFlow를 시작하며  (0) 2023.06.14
KNN(K-Nearest Neighbor)  (0) 2023.01.02
머신러닝의 이해  (0) 2023.01.01
환경 설정  (0) 2023.01.01
Linear Models for Regression(선형회귀 모델)  (0) 2022.12.21
    'Learning Space/Machine Learning, Deep Learning' 카테고리의 다른 글
    • [Machine Learning] TensorFlow를 시작하며
    • KNN(K-Nearest Neighbor)
    • 머신러닝의 이해
    • 환경 설정
    JONNY ALOHA
    JONNY ALOHA

    티스토리툴바