Machine Learning
Machine learning features help you to handle Neural Network Frameworks (NNFWs), like TensorFlow and TensorFlow Lite.
You can use the following machine learning features in your web applications:
-
You can create and manage
TensorsInfo
andTensorsData
objects, which allow you to exchange data with neural models. -
You can use the SingleShot API for a simple scenario of neural network models. The SingleShot API allows you to invoke a neural network model with a single instance of input data for the model directly.
-
You can use the Pipeline API for an advanced scenario of neural network models. The Pipeline API allows you to create inference pipelines with multiple neural network models.
-
You can use the Trainer API to create and train a machine learning model.
Related information
- Dependencies
- Tizen 6.5 and Higher for Mobile
- Tizen 6.5 and Higher for Wearable
- Tizen 6.5 and Higher for TV