TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About TensorFlow
TensorFlow
is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API.
TensorFlow
was originally developed by researchers and engineers working on the Google Brain Team within Google's Machine Intelligence research organization for the purposes of conducting machine learning.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rohit Gupta (9)
Sarthak Varshney (2)
Veena Sarda (2)
Mahesh Chand (2)
Igor Minakov (1)
Alpesh Maniya (1)
Madhu Patel (1)
Ravishankar Velladurai (1)
Habibul Rehman (1)
Related resources for TensorFlow
No resource found
Joint Solution VMware and NVIDIA
6/3/2024 4:16:08 AM.
The VMware and NVIDIA joint solution integrates advanced AI frameworks, cloud-native deployment, and optimized infrastructure for efficient AI and machine learning workloads.
End-to-End Machine Learning on vSphere
6/1/2024 4:58:43 AM.
Explore end-to-end machine learning on vSphere with NVIDIA, covering data preparation, training, inference optimization, and scalable deployment.
TensorFlowServing Integration With .NET Web Application By gRPC/Rest
4/25/2024 8:26:09 AM.
Explore the integration of TensorFlow with ASP.NET Core for real-time number prediction using a CNN model based on the MNIST example. This article outlines the setup process, including Docker deployme
Implementing AI and ML in C# Projects
3/14/2024 9:35:14 AM.
Explore the integration of AI and ML into C# projects with this beginner-friendly guide. Power of ML.NET, TensorFlow.NET, and Accord.NET to implement machine learning algorithms in your C# application
A Head To Head Comparison Of PyTorch And TensorFlow
10/9/2023 5:46:41 AM.
In this article, we will explore some of the key similarities and differences between PyTorch and TensorFlow
Best Python Machine Learning Libraries
7/27/2023 6:53:29 AM.
Python and machine learning go hand and hand. Here is a list of most popular machine learning libraries for Python.
Visualize Human Poses using PoseNet model in Tensorflow.js
4/20/2021 8:00:26 AM.
In this video, we will see how to use PoseNet model . PoseNet is a vision model that can be used to estimate the pose of a person in an image or video by estimating where key body joints are located.
Remove background from Images using BodyPix model using Tensorflow.js
4/2/2021 6:22:50 AM.
Remove background from Images using BodyPix model
Understanding Linear Regression using Python
9/8/2020 12:04:57 AM.
In statistics, linear regression is a linear approach to modeling the relationship between a scalar response and one or more explanatory variables. The case of one explanatory variable is called a sim
Logistic Regression using Python
7/24/2020 12:23:35 AM.
Logistic regression is a statistical model that in its basic form uses a logistic function to model a binary dependent variable, although many more complex extensions exist. In regression analysis, lo
A Complete Python TensorFlow Tutorial
6/22/2020 5:12:43 AM.
This is the eighth tutorial in the series. In this tutorial, we will be studying about Tensorflow and its functionalities. TensorFlow is a free and open-source software library for dataflow and differ
Understanding K-Means Clustering using Python the easy way
4/9/2020 12:23:13 AM.
K-means clustering is a simple unsupervised learning algorithm that is used to solve clustering problems. It follows a simple procedure of classifying a given data set into a number of clusters, defin
Naive Bayes using Python- A Beginner's Tutorial
3/10/2020 4:19:27 AM.
Naïve Bayes classifiers are a family of simple "probabilistic classifiers" based on applying Bayes' theorem with strong (naïve) independence assumptions between the features. T
Image Recognition Using TensorFlow And Raspberry Pi
2/25/2020 8:42:18 AM.
In this article, you will learn how to instali TensorFlow on raspberry pi and recognizing some images.
What Is New In TensorFlow 2.0
1/23/2020 10:25:49 AM.
TensorFlow is Google's open source machine learning framework. Lean what is new in TensorFlow 2.0
Implementation of Decision Trees In Python
1/22/2020 5:14:42 PM.
Learn basics of decisions trees and their roles in computer algorithms and how decision trees are used in Python and machine learning.
KNN- K-Nearest Neighbors using Python
12/25/2019 11:03:33 PM.
The k-nearest neighbors (KNN) algorithm is a simple, supervised machine learning algorithm that can be used to solve both classification and regression problems. It's easy to implement and underst
Multiple Linear Regression using Python
12/25/2019 10:26:30 PM.
Multiple linear regression (MLR), also known simply as multiple regression, is a statistical technique that uses several explanatory variables to predict the outcome of a response variable. In this ar
Image Classification In ASP.NET Core Using ML.NET
9/5/2019 10:17:53 AM.
In this article, we'll learn how ML.NET framework is used to consume the pre-trained Image Classification TensorFlow Model using ML.NET API and integrate them into ASP.NET Core MVC applications.
What Is TensorFlow.js
1/15/2019 12:16:45 PM.
Learn what TensorFlow.js is all about and how it is useful in running machine learning models in a web browser using JavaScript.