
Tutorials | TensorFlow Core
Sep 19, 2023 · Complete, end-to-end examples to learn how to use TensorFlow for ML beginners and experts. Try tutorials in Google Colab - no setup required.
Introduction to Tensors - TensorFlow Core
Aug 15, 2024 · The base tf.Tensor class requires tensors to be "rectangular"---that is, along each axis, every element is the same size. However, there are specialized types of tensors that can …
TensorFlow 2 quickstart for experts | TensorFlow Core
Aug 16, 2024 · To follow this tutorial, run the notebook in Google Colab by clicking the button at the top of this page. In Colab, connect to a Python runtime: At the top-right of the menu bar, …
Guia inicial de Tensor - TensorFlow Core
Para poder seguir este tutorial, ejecuta este notebook en Google Colab presionando el boton en la parte superior de esta pagina. En Colab, selecciona "connect to a Python runtime": En la …
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.
TensorFlow basics | TensorFlow Core
Oct 3, 2024 · Tensor.dtype: tells you the type of all the elements in the tensor. TensorFlow implements standard mathematical operations on tensors, as well as many operations …
Machine learning education | TensorFlow
This ML Tech Talk is designed for those that know the basics of Machine Learning but need an overview on the fundamentals of TensorFlow (tensors, variables, and gradients without using …
Guide | TensorFlow Core
Mar 2, 2023 · Tensor Flow basics Learn about the fundamental classes and features that make TensorFlow work.
Basics of machine learning | TensorFlow
Try some of our TensorFlow Core tutorials, which will allow you to practice the concepts you learned in steps 1 and 2. When you're done, try some of the more advanced exercises.
初心者のための TensorFlow 2.0 入門 | TensorFlow Core
コードセルを 1 つずつ実行するには、セルにマウスポインタ―を合わせて Run cell アイコンを選択します。 Tensor Flow をセットアップする まず、TensorFlow をプログラムにインポート …