
Sivylla Paraskevopoulou
Statistics
0 Questions
50 Answers
112 Posts
RANK
1 026
of 276 200
REPUTATION
56
CONTRIBUTIONS
0 Questions
50 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
14
RANK
of 18 593
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125 943
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
112 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
'datasetExists' not found (for GAN)
Hi! How are you opening the example? If you use this command: openExample('nnet/TrainGenerativeAdversarialNetworkGANExample') ...
7 dagar ago | 1
| accepted
How to run Python (Pytorch) Code in MATLAB
Can you try the following command to run your Python file? pyrunfile("PythonScript.py")
10 dagar ago | 0
How to convert a phython code for classification of images of ultrasound with fatty liver and normal liver in to matlab code
There is no MATLAB tool that automatically translates Python code to MATLAB code. But you can use the importTensorFlowNetwork fu...
ungefär 2 månader ago | 0
Published
What is Explainable AI?
How and When to Use Explainable AI Techniques This post is from Oge Marques, PhD and Professor of Engineering and...
3 månader ago

Published
Quickly Investigate PyTorch Models from MATLAB
The following post is from Sivylla Paraskevopoulou, Product Marketing Manager at MathWorks, and Yann Debray, Product Manager...
4 månader ago

Published
Using AI for Reduced-Order Modeling
The following post is from Lucas Garcia, Deep Learning Product Manager at MathWorks. This blog discusses the MathWorks’...
4 månader ago

Command: "exportONNXNetwork" doesn't seem to work properly.
Which MATLAB version are you using? The exportNetworkToTensorFlow function was introduced in R2022b.
4 månader ago | 0
How to change the dimensions of the original dataset to get the same forecast value? LTSM ONNX
You should permute from the MATLAB ordering (CN) to the ONNX ordering (NC), where C is the number of features and N is the numbe...
4 månader ago | 0
| accepted
Import an RNN model from Tensorflow as an ONXX file
You can import a TensorFlow model directly (don't need to first convert to ONNX) by using the importTensorFlowNetwork or importT...
4 månader ago | 0
Import Keras network From Python to Matlab
You can try to import your TensorFlow model by using the importTensorFlowNetwork function, which is a newer function than import...
5 månader ago | 0
Published
Style Transfer and Cloud Computing with Multiple GPUs
The following post is from Nicholas Ide, Product Manager at MathWorks. We’re headed to the SC22 supercomputing conference...
5 månader ago

How to upload pretrained weights for a vgg16 dnn
The importTensorFlowNetwork function expects the input modelFolder to be a saved_model.pb file (SaveModel format) and I think th...
5 månader ago | 0
How do I apply my machine learning model acquired in machine learning app to microcontroller for implementation?
The example Human Activity Recognition Simulink Model for Fixed-Point Deployment shows how to deploy a trained machine learning ...
5 månader ago | 0
Reduce learning rate after certain number of epoch
Check out the example Specify Training Options to see how to reduce the learning rate after a certain number of epochs.
5 månader ago | 0
How to load the mnist dataset in ELM
If you are training a MATLAB network, you can use the MNIST data set that is included with the Deep Learning Toolbox. For more i...
5 månader ago | 0
How to use matlab deep learning toolbox in telecommunication?
You might find this page helpful: Wireless Communications Using Deep Learning.
5 månader ago | 0
train deep learning model in matlab and used deep learning model in android studio
Let me start by saying that I have never used Android Studio. However, with a quick search I found that if you have a TensorFlow...
5 månader ago | 0
LSTM architecture for a sequence-to-sequence model
You can try specifying the BatchSize name-value argument of the exportONNXNetwork function.
6 månader ago | 0
Loading .pt file into matlab
In R2022b we introduced the Deep Learning Toolbox Converter for PyTorch Models support package. This initial release supports im...
6 månader ago | 1
How to load a fully connected Pytorch model (trained.model) into matlab ?
In R2022b we introduced the Deep Learning Toolbox Converter for PyTorch Models support package. This initial release supports im...
6 månader ago | 1
Published
What’s New in Interoperability with TensorFlow and PyTorch
For deep learning, MATLAB allows users to create and train models in MATLAB or leverage models trained in open source via...
6 månader ago

Upsampling with bicubic in ONNXNetwork
Which MATLAB version are you using? Since R2021b, the importONNXNetwork and importONNXLayers functions automatically generate cu...
6 månader ago | 1
Published
New AI Examples in R2022b
There are many new examples for AI in the latest version of MATLAB R2022b. These examples show you how to use the new...
6 månader ago

Exporting deep learning model to use in keras/tensorflow
MATLAB introduced in R2022b the exportNetworkToTensorFlow function. Use this function to export networks and layer graphs direct...
7 månader ago | 1
| accepted
Keras Network: Placeholder for 'BilinearUpSampling2D'
You have a few options: Instead of the importKerasNetwork function, use the importTensorFlowNetwork function. The importTensorF...
7 månader ago | 0
How to add a dense layer to a neural network?
I think you want to use a fullyConnectedLayer. You can set the properties of the fullyconnectedLayer object. I also think you wi...
7 månader ago | 0
| accepted
Published
Let’s Talk About Low-Code AI
There’s a trend toward low-code AI. Let’s discuss what this means and how you can use this trend to your... read more >>
7 månader ago

Published
Getting Started with AI: a low-code approach
The following post is from Oge Marques, Professor at FAU, who will discuss 5 topics for getting started in AI, with many...
8 månader ago

Export LSTM to ONNX with proper input information
I am not sure what you mean by "more/all input information". If you mean that you want a network that can be used for prediction...
9 månader ago | 0
Published
AI in the news: what to know, what to ignore
There is talk recently about AI becoming self-aware. Let’s talk about it from an engineering perspective: what you need to...
9 månader ago
