Best of TensorFlowFebruary 2023

  1. 1
    Article
    Avatar of kdnuggetsKDnuggets·3y

    Free TensorFlow 2.0 Complete Course

    Free TensorFlow 2.0 Complete Course is a tutorial for beginner python programmers interested in machine learning and neural networks using TensorFlow 2.0. The course covers fundamental concepts in ML & AI such as core learning algorithms, deep learning with neural networks, computer vision with convolutional neural networks, natural language processing with recurrent neural networks, and reinforcement learning. It requires basic knowledge of programming using Python and has a duration of 7 hours.

  2. 2
    Article
    Avatar of medium_jsMedium·3y

    Artificial Intelligence with Javascript: A brief insight for engineers.

    Learn how to implement AI in web apps using Javascript, including converting pre-trained models from Python to JS. Discover the use cases of AI in web applications.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Use TensorFlow for Deep Learning – Basics for Beginners

    TensorFlow is a powerful library for building and training deep learning models. It can handle any type of data and feed it to machine learning models. TensorFlow supports a wide range of hardware and has a high-level API called Keras. In this article, you will learn about tensors, how to build and generate them, and perform basic operations using TensorFlow.