Upload trained machine learning model to Thingspeak

57 Ansichten (letzte 30 Tage)
Marcel Zehner
Marcel Zehner am 10 Apr. 2020
Bearbeitet: MAHESH D am 19 Mär. 2024
Hello,
I trained a machine learning model on MatLab Desktop and the App Classification Learner. Now I want to upload the trained model to the ThingSpeak Cloud, so that I can make predictions with new data in the cloud. How can I do this ?
Thank you in advance!

Akzeptierte Antwort

Hans Scharler
Hans Scharler am 10 Apr. 2020
There is a "Developing an IoT Analytics System with MATLAB, Machine Learning, and ThingSpeak" paper linked from the ThingSpeak website that may help you.
In this example, Robert takes the model and generates MATLAB code and includes it as a function.
  10 Kommentare
Vinod
Vinod am 23 Feb. 2021
@Sirapadsorn Chaisaen: Just use the filename, you do not need the full path.
fileNames = 'net206010.mat';

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

MAHESH D
MAHESH D am 19 Mär. 2024
Bearbeitet: MAHESH D am 19 Mär. 2024
@Marcel Zehner,@Vinod,@Sirapadsorn Chaisaen can you please share any tutorial of of how you've done this if possible? I am looking for the same solution as yours. I have trained a classification model and i want to export that model (.mat) to ThingSpeak so that it can predict based on the real time data.
Thank you in advance

Communitys

Weitere Antworten in  ThingSpeak Community

Kategorien

Mehr zu ThingSpeak finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by