Global web icon
tensorflow.org
https://www.tensorflow.org/tutorials/quickstart/be…
TensorFlow 2 quickstart for beginners | TensorFlow Core
Python programs are run directly in the browser—a great way to learn and use TensorFlow. To follow this tutorial, run the notebook in Google Colab by clicking the button at the top of this page.
Global web icon
tensorflow.org
https://www.tensorflow.org/tutorials
Tutorials | TensorFlow Core
Complete, end-to-end examples to learn how to use TensorFlow for ML beginners and experts. Try tutorials in Google Colab - no setup required.
Global web icon
tensorflow.org
https://www.tensorflow.org/learn
Introduction to TensorFlow
TensorFlow makes it easy for beginners and experts to create machine learning models for desktop, mobile, web, and cloud. See the sections below to get started.
Global web icon
tensorflow.org
https://www.tensorflow.org/resources/learn-ml
Machine learning education | TensorFlow
The Machine Learning Crash Course with TensorFlow APIs is a self-study guide for aspiring machine learning practitioners. It features a series of lessons with video lectures, real-world case studies, and hands-on practice exercises.
Global web icon
tensorflow.org
https://www.tensorflow.org/tutorials/quickstart/be…
Guia inicial de TensorFlow 2.0 para principiantes | TensorFlow Core
Los programas de Python se executan directamente en tu navegador— una gran manera de aprender y utilizar TensorFlow. Para poder seguir este tutorial, ejecuta este notebook en Google Colab presionando el boton en la parte superior de esta pagina.
Global web icon
tensorflow.org
https://www.tensorflow.org/resources/learn-ml/basi…
Basics of machine learning | TensorFlow
Completing this step continues your introduction, and teaches you how to use TensorFlow to build basic models for a variety of scenarios, including image classification, understanding sentiment in text, generative algorithms, and more.
Global web icon
tensorflow.org
https://www.tensorflow.org/tutorials/quickstart/be…
텐서플로 2.0 시작하기: 초보자용 | TensorFlow Core
훈련된 이미지 분류기는 이 데이터셋에서 약 98%의 정확도를 달성합니다. 더 자세한 내용은 TensorFlow 튜토리얼 을 참고하세요. 모델이 확률을 반환하도록 하려면 다음과 같이 훈련된 모델을 래핑하고 여기에 소프트맥스를 첨부할 수 있습니다.
Global web icon
tensorflow.org
https://www.tensorflow.org/tutorials/keras/classif…
Basic classification: Classify images of clothing - TensorFlow
It's okay if you don't understand all the details; this is a fast-paced overview of a complete TensorFlow program with the details explained as you go. This guide uses tf.keras, a high-level API to build and train models in TensorFlow.
Global web icon
tensorflow.org
https://www.tensorflow.org/tutorials/quickstart/ad…
TensorFlow 2 quickstart for experts | TensorFlow Core
Python programs are run directly in the browser—a great way to learn and use TensorFlow. To follow this tutorial, run the notebook in Google Colab by clicking the button at the top of this page.
Global web icon
tensorflow.org
https://www.tensorflow.org/tutorials/quickstart/be…
初心者のための TensorFlow 2.0 入門 | TensorFlow Core
ほとんどの TensorFlow モデルはレイヤーで構成されています。 このモデルでは、 Flatten (平坦化された) Dense (密な) Dropout (ドロップアウト)レイヤーが使用されています。