Skip to main content
- TensorFlow is an open source software library for high-performance numerical computation. Its flexible architecture allows easy deployment of computation across a variety of platforms (CPUs, GPUs, TPUs), and from desktops to clusters of servers to mobile and edge devices. Originally developed by researchers and engineers from the Google Brain team within Google’s AI organization, it comes with strong support for machine learning and deep learning and the flexible numerical computation core is used across many other scientific domains.
- To install a tensorflow library on python3 below command needs to be executed in CMD(command prompt).it's for a windows machine.
- Also, there is some dependency to install a tensorflow library on python3. First, it will ask you to install that library and then you can continue with tensorflow.
Comments
Post a Comment