AI-powered search & chat for Data / Computer Science Students

Python:TensorFlow

 Codecademy

TensorFlow is a free and open-source library for artificial intelligence and machine learning created by the Google Brain team. It is primarily used with Python but also supports other programming lan...

Read more at Codecademy | Find similar documents

Tensorflow

 Towards Data Science

Tensorflow is an open source machine learning platform developed by Google. It has a JavaScript library for deploying machine learning models in the browser, a lite version for mobile and IoT…

Read more at Towards Data Science | Find similar documents

TensorFlow: Everything You Need to Know

 Python in Plain English

TensorFlow is leading the Machine Learning, Deep Learning revolution. Created by Google Brain its democratizes AI empowering the developer… Continue reading on Python in Plain English

Read more at Python in Plain English | Find similar documents

TensorFlow 101: Basics for Beginners

 Level Up Coding

TensorFlow is used in a variety of applications, from image and speech recognition to natural language processing and robotics Continue reading on Level Up Coding

Read more at Level Up Coding | Find similar documents

TensorFlow 2 quickstart for experts

 TensorFlow Tutorials

This is a Google Colaboratory notebook file. 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 click...

Read more at TensorFlow Tutorials | Find similar documents

Getting started with TensorFlow

 Analytics Vidhya

TensorFlow might sound intimidating to some ears. But a closer look tells a different story. In this article we discuss - DAG, Estimator API and TensorBoard

Read more at Analytics Vidhya | Find similar documents

Simple Neural network for beginners using Tensorflow

 Analytics Vidhya

Tensorflow is a powerful python package for easy development and deployment on various applications. State of the art researcher uses Tensorflow for their research works. Tensorflow provides a…

Read more at Analytics Vidhya | Find similar documents

TensorFlow 2.9 is Here: Present-day Use Cases

 Towards AI

TensorFlow use cases, powers, and present-day definitions Continue reading on Towards AI

Read more at Towards AI | Find similar documents

Playing with TensorFlow

 Towards Data Science

I’ve wanted to learn more about neural nets and in particular TensorFlow for a while now. I recently had a bit more time to dedicate to it, so began to write about what I had learned and some of the…

Read more at Towards Data Science | Find similar documents

Tensorflow basics

 Analytics Vidhya

In this notebook we see the basics of Tensorflow 2.0. The latest tensorflow version during the time of this notebook prep was 2.4.0. To install tensorflow or tensorflow-gpu on your system, please…

Read more at Analytics Vidhya | Find similar documents

A comprehensive introduction to Tensorflow's Sequential API and model for deep learning

 Towards Data Science

Kickstart your understanding of one of Tensorflow’s most powerful set of tools for deep learning Continue reading on Towards Data Science

Read more at Towards Data Science | Find similar documents

TensorFlow — An overview

 Python in Plain English

An Introduction to TensorFlow for Beginners An overview of TensorFlow, how to use it, and explain potential use cases. This is the first part of Origin Audios blog-post series covering TensorFlow. Th...

Read more at Python in Plain English | Find similar documents

Top Highlights from TensorFlow Dev Summit 2020!

 Analytics Vidhya

TensorFlow is a popular and leading open-source framework for developing machine learning and deep learning applications. Developed and pioneered by Google, TensorFlow is a flexible and ever-changing…...

Read more at Analytics Vidhya | Find similar documents

Working with Data in TensorFlow

 Oracle Developers

Welcome to the third article of this article series! In this article, we’ll dive deep into setting up a simple project using TensorFlow, as opposed to what we’ve been doing until now in the article se...

Read more at Oracle Developers | Find similar documents

Getting Started with TensorFlow the Easy Way (Part 2)

 Analytics Vidhya

This is part 2 — “Variables and Placeholders in TensorFlow” of a series of articles on how to get started with TensorFlow. With deep learning frameworks popping up everywhere, most data scientists…

Read more at Analytics Vidhya | Find similar documents

What is TensorFlow?

 Analytics Vidhya

Before we start with TensorFlow, we will need to know what machine learning and deep learning technologies are. Machine Learning is an application of Artificial Intelligence which provides automation…...

Read more at Analytics Vidhya | Find similar documents

Introduction to the Python Deep Learning Library TensorFlow

 Machine Learning Mastery

Last Updated on December 20, 2019 TensorFlow is a Python library for fast numerical computing created and released by Google. It is a foundation library that can be used to create Deep Learning models...

Read more at Machine Learning Mastery | Find similar documents

What is TensorFlow? Tensorflow explained for beginners (2021)

 Analytics Vidhya

What is a Tensor? What is a Flow? Which benefits has TensorFlow? How to create a first "Hello world" program in TensorFlow? and much more

Read more at Analytics Vidhya | Find similar documents

TensorFlow on Arduino

 Towards Data Science

I am going to train a toy algorithm and deploy it for inferencing on an Arduino Nano 33 BLE Sense. I am seeking to build and test a shell using the fewest possible components, to be enhanced later…

Read more at Towards Data Science | Find similar documents

Hello World in TensorFlow

 Towards Data Science

TensorFlow is an open-source software library developed by Google which is used for machine learning. It is capable of running on both CPU and GPU in all Linux, Windows and MacOS platforms…

Read more at Towards Data Science | Find similar documents

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

 Machine Learning Mastery

Last Updated on August 27, 2020 Predictive modeling with deep learning is a skill that modern developers need to know. TensorFlow is the premier open-source deep learning framework developed and maint...

Read more at Machine Learning Mastery | Find similar documents

Tensorboard Embedding Projector — Visualizing High Dimensional Vectors with t-SNE or PCA.

 Analytics Vidhya

Tensorflow is a one of the most popular free and open source machine learning library which helps you to do all kind of machine learning and deep learning projects. It can be used for various tasks…

Read more at Analytics Vidhya | Find similar documents

Processing data for Machine Learning with TensorFlow

 Analytics Vidhya

It is so confusing when training your data using TensorFlow, seeing errors showing shapes or dtype is not right. This is my note trying to organize the tf dataset in an easy way for movie review…

Read more at Analytics Vidhya | Find similar documents

Building Tensorflow from source. Step by step guide

 Analytics Vidhya

The goal is to compile Tensorflow binaries and build Python wheel installation file. This could be handy if you need to recompile the framework for the older CPUs. The older CPUs may not have the…

Read more at Analytics Vidhya | Find similar documents