TensorFlow vs Yellowbrick: What are the differences?
TensorFlow: Open Source Software Library for Machine Intelligence. 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; Yellowbrick: Visual analysis and diagnostic tools to facilitate machine learning model selection. It is a suite of visual diagnostic tools called "Visualizers" that extend the scikit-learn API to allow human steering of the model selection process. In a nutshell, it combines scikit-learn with matplotlib in the best tradition of the scikit-learn documentation, but to produce visualizations for your machine learning workflow.
TensorFlow and Yellowbrick belong to "Machine Learning Tools" category of the tech stack.
TensorFlow is an open source tool with 144K GitHub stars and 81K GitHub forks. Here's a link to TensorFlow's open source repository on GitHub.