TensorFlow vs MNN: 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; MNN: A lightweight deep neural network inference engine (by Alibaba). It is a lightweight deep neural network inference engine. It loads models and do inference on devices. At present, it has been integrated in more than 20 apps of Alibaba-inc, such as Taobao, Tmall, Youku and etc., covering live broadcast, short video capture, search recommendation, product searching by image, interactive marketing, equity distribution, security risk control and other scenarios. In addition, it is also used on embedded devices, such as IoT.
TensorFlow and MNN can be categorized as "Machine Learning" tools.
TensorFlow and MNN are both open source tools. TensorFlow with 143K GitHub stars and 80.6K forks on GitHub appears to be more popular than MNN with 3.77K GitHub stars and 784 GitHub forks.