Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- yolo
- YOLOv5
- pdf merge
- Text-to-Speech
- 업무자동화
- Google API
- 파이썬 #업무자동화 #python
- processstart
- pypdf2
- 사무자동화 #Selenium
- ironpython
- pyautogui
- computervision
- google cloud
- DeepLearning
- YOLOv7
- 사무자동화
- pythonnet
- Text To Speech
- objectdetection
Archives
- Today
- Total
Doarchive
개발환경설정 버전 확인 본문
import scipy
import numpy
import matplotlib
import pandas
import sklearn
import pydot
import h5py
import theano
import tensorflow
import keras
print('scipy ' + scipy.__version__)
print('numpy ' + numpy.__version__)
print('matplotlib ' + matplotlib.__version__)
print('pandas ' + pandas.__version__)
print('sklearn ' + sklearn.__version__)
print('pydot ' + pydot.__version__)
print('h5py ' + h5py.__version__)
print('theano ' + theano.__version__)
print('tensorflow ' + tensorflow.__version__)
print('keras ' + keras.__version__)
728x90
'Computer Vision > Deep learning' 카테고리의 다른 글
[라이브러리] 데이터 시각화: Matplotlib /Seaborn (0) | 2021.01.12 |
---|---|
[라이브러리] 데이터 조작: NumPy / Pandas (0) | 2021.01.12 |
개발환경 설정 - python 기반 - jupyter notebook/keras/tensorflow (0) | 2021.01.12 |
Creating an Image Classifier Model in Swift playground (0) | 2020.01.22 |
Getting started with Apple Create ML 애플 CreateML 사용하기 (0) | 2020.01.22 |