Upload trained machine learning model to Thingspeak

조회 수: 76 (최근 30일)
Marcel Zehner
Marcel Zehner 2020년 4월 10일
편집: MAHESH D 2024년 3월 19일 7:05
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!

채택된 답변

Hans Scharler
Hans Scharler 2020년 4월 10일
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
Vinod
Vinod 2021년 2월 23일
@Sirapadsorn Chaisaen: Just use the filename, you do not need the full path.
fileNames = 'net206010.mat';
Sirapadsorn Chaisaen
Sirapadsorn Chaisaen 2021년 2월 27일
@Vinod Thank you so much!

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

MAHESH D
MAHESH D 2024년 3월 19일 7:04
편집: MAHESH D 2024년 3월 19일 7:05
@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

커뮤니티

더 많은 답변 보기:  ThingSpeak 커뮤니티

카테고리

Help CenterFile Exchange에서 ThingSpeak에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by