TensorFlow
TensorFlow, created by Google in 2015, is an open-source platform for machine learning. TensorFlow can run on GPUs and in parallel across many machines.
Quick Start
pip install tensorflow
Parents- Tools Popular software applications
- Artificial Intelligence What are the methods of artificial intelligence and machine learning?
- Keras An open-source, high-level, user-friendly python library used for building and training neural networks that runs on top of TensorFlow. Developed to enable fast experimentation and iteration, and it lowers the barrier to entry for working with deep learning. It adds the flexibility of PyTorch to TensorFlow.