TensorFlow Essentials

Tweet TensorFlow is an open-source, high-performance library for any numerical computation (not just for machine learning). For example, you could use TensorFlow to solve partial differential equations. In order to make TensorFlow work, you need to create directed graph, which represent the computation you want to do. In a graph, nodes represent mathematical operations, edges … Continue reading TensorFlow Essentials