About 1,380,000 results
Open links in new tab
  1. TensorFlow 2 quickstart for beginners

    Aug 16, 2024 · Build a neural network machine learning model that classifies images. Train this neural network. Evaluate the accuracy of the model. This tutorial is a Google Colaboratory …

  2. 100+ Machine Learning Projects with Source Code [2025]

    Apr 22, 2025 · Here we have discussed a variety of complex machine-learning projects that will challenge both your practical engineering skills and your theoretical knowledge of machine …

  3. TensorFlow 2 Tutorial: Get Started in Deep Learning with tf.keras

    Aug 2, 2022 · Using tf.keras allows you to design, fit, evaluate, and use deep learning models to make predictions in just a few lines of code. It makes common deep learning tasks, such as …

  4. TensorFlow Examples - GitHub

    May 16, 2020 · For readability, it includes both notebooks and source codes with explanation, for both TF v1 & v2. It is suitable for beginners who want to find clear and concise examples …

  5. A Beginner’s Guide to TensorFlow: Building Machine Learning

    TensorFlow breaks a complex machine learning task into smaller tasks with each task processed in parallel. This makes the overall process efficient. TensorFlow is an open-source framework …

  6. TensorFlow. Create, Train, and Use a Simple Model - Vitaly Zhukov

    Aug 14, 2024 · In the world of machine learning and artificial intelligence, TensorFlow stands out due to its flexibility and powerful capabilities. In this article, I'll show the process of creating a …

  7. Create a Machine Learning Model with TensorFlow and Python

    Dec 17, 2024 · In this tutorial, you will learn how to: The technologies and tools needed for this tutorial are: TensorFlow: A popular open-source machine learning library developed by …

  8. TensorFlow Tutorial for Beginners with Python Example - Rubix Code

    Aug 3, 2021 · Most of the TensorFlow codes follow this workflow: Import the dataset; Extend dataset with additional columns to describe the data; Select the type of model; Training; …

  9. Building a Simple Neural Network using TensorFlow - Medium

    Oct 10, 2024 · With tf.keras as the default high-level API, you can streamline model building without sacrificing advanced features. TensorFlow 2.x also makes eager execution the default, …

  10. 25 TensorFlow Projects Ideas for Beginners to Practice in 2025

    Jan 30, 2025 · Developed by the Google Brain Team, TensorFlow is an open-source deep learning framework that helps machine learning engineers and data scientists build models …

Refresh