Difference between revisions of "TensorFlow"

From UConn PAN
Jump to navigation Jump to search
(Created page with "== TensorFlow == <font><i> <br> <br> <u><b>Below are some websites with more information and beginner tutorials</u>:</b></i></font> * [https://www.learndatasci.com/tutorials/...")
 
Line 1: Line 1:
 
== TensorFlow ==
 
== TensorFlow ==
<font><i>  
+
<font><i> TensorFlow is a free and open-source software library for machine learning and artificial intelligence. It can be used across a range of tasks but has a particular focus on training and inference of deep neural networks. TensorFlow can be used in a wide variety of programming languages, including Python, JavaScript, C++, and Java. This flexibility lends itself to a range of applications in many different sectors. [https://en.wikipedia.org/wiki/TensorFlow <b>This information was copied from wikipedia.</b>]
 
<br>
 
<br>
 
<br>
 
<br>
 
<u><b>Below are some websites with more information and beginner tutorials</u>:</b></i></font>
 
<u><b>Below are some websites with more information and beginner tutorials</u>:</b></i></font>
* [https://www.learndatasci.com/tutorials/python-pandas-tutorial-complete-introduction-for-beginners/ Python Pandas Tutorial: A Complete Introduction for Beginners <b>(learndatasci.com)</b>]
+
* [https://www.guru99.com/what-is-tensorflow.html What is TensorFlow <b>(guru99.com</b>]
* [https://towardsdatascience.com/how-to-master-pandas-for-data-science-b8ab0a9b1042 How to Master Pandas for Data Science <b>(towardsdatascience.com)</b>]
+
* [https://www.youtube.com/@tensorflow TensorFlow: YouTube <b>(youtube.com</b>]
* [https://www.kaggle.com/learn/pandas Solve Short Hands-on Data Manipulation Challenges <b>(kaggle.com)</b>]
+
* [https://www.geeksforgeeks.org/introduction-to-tensorflow/ Introduction to TensorFlow <b>(geeksforgeeks.org)</b>]
* [https://machinelearningmastery.com/prepare-data-for-machine-learning-in-python-with-pandas/ Prepare Data for Machine Learning in Python with Pandas <b>(machinelearningmastery.com)</b>]
+
* [https://www.tensorflow.org/ TensorFlow <b>(tensorflow.org)</b>]
* [https://towardsdatascience.com/data-manipulation-for-machine-learning-with-pandas-ab23e79ba5de Data Manipulation for Machine Learning with Pandas <b>(towardsdatascience.com)</b>]
+
* [https://pypi.org/project/tensorflow/ TensorFlow <b>(pypi.org)</b>]
 +
* [https://www.tensorflow.org/decision_forests TensorFlow: Decision Forests <b>(tensorflow.org)</b>]
 +
* [https://www.tensorflow.org/decision_forests/tutorials TensorFlow: Decision Forests Tutorials <b>(tensorflow.org)</b>]
 +
* [https://github.com/tensorflow/tensorflow TensorFlow GitHub <b>(github.com)</b>]
  
 
<br>
 
<br>

Revision as of 00:38, 8 March 2023

TensorFlow

TensorFlow is a free and open-source software library for machine learning and artificial intelligence. It can be used across a range of tasks but has a particular focus on training and inference of deep neural networks. TensorFlow can be used in a wide variety of programming languages, including Python, JavaScript, C++, and Java. This flexibility lends itself to a range of applications in many different sectors. This information was copied from wikipedia.

Below are some websites with more information and beginner tutorials: