728x90 반응형 텐서플로우2 텐서플로우 - 간단한 기계학습 시키기 https://teachablemachine.withgoogle.com/ Teachable Machine Train a computer to recognize your own images, sounds, & poses. A fast, easy way to create machine learning models for your sites, apps, and more – no expertise or coding required. teachablemachine.withgoogle.com 여러가지 종류의 프로젝트를 생성할 수 있음 [이미지 프로젝트 로컬에서 실행시키기] import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' import tensorflow as tf from .. 2022. 5. 19. 텐서플로우 - 꽃 이미지 맞추기 from shutil import ExecError import matplotlib.pyplot as plt import numpy as np import os import PIL import tensorflow as tf from tensorflow import keras from tensorflow.keras import layers from tensorflow.keras.models import Sequential # 데이터세트 다운로드 및 탐색하기 import pathlib dataset_url = "https://storage.googleapis.com/download.tensorflow.org/example_images/flower_photos.tgz" data_dir = tf.keras.ut.. 2022. 4. 29. 이전 1 다음 728x90 반응형