Community Profile

photo

Antti

Last seen: 5 dagar ago Active since 2016

Statistics

All
  • Knowledgeable Level 2
  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 1
  • First Submission
  • GitHub Submissions Level 1
  • First Review
  • Revival Level 2
  • First Answer

View badges

Content Feed

View by

Answered
How do I use multiple GPU for GAN
It appears that when using custom training loops (as in the example), "multi-gpu" option is not supported. However, you can stil...

mer än ett år ago | 0

Answered
How do I use multiple GPU for GAN
Hi! You should change 'ExecutionEnvironment' option to 'multi-gpu'. More info here. Before doing that, you might want to check i...

mer än ett år ago | 0

Answered
confidence interval on bar plot
Hi! I believe you could use the errorbar function. Here's an example: % Create groups and data X = categorical({'Small','Mediu...

mer än ett år ago | 0

| accepted

Answered
Problem with CNN after compiling
It looks like your executable doesn't know how to handle the network object. You can try explicitly including the class definiti...

mer än 2 år ago | 1

Submitted


Autoencoder-based anomaly detection for sensor data
Demo that shows how to use auto-encoders to detect anomalies in sensor data

nästan 3 år ago | 11 downloads |

Thumbnail

Answered
EEG signal data in Machine Learning algorithm
Hi Rafael. I'm not an expert in EEG -related applications, but this sounds like something similar to e.g. speech recognition, in...

mer än 3 år ago | 0

Answered
Has anyone connected Matlab to a MS Azure SQL database?
Hi Andre, I was able to connect to an Azure SQL database by doing the following: 1. Download and install the JDBC drivers that...

mer än 4 år ago | 2

| accepted

Answered
Problem with displaying output of executable
Note that in R2017b (and possibly beyond) on Windows 10, no output is printed on the Windows command prompt even if you launch t...

mer än 5 år ago | 5

Answered
Returning output argument from standalone executable
Instead of a standalone executable, you should use a python library compiled with MATLAB Compiler SDK. It allows you to call MAT...

mer än 5 år ago | 0

Answered
How do I pass arguments into and out of my standalone executable?
Note that in R2017b (and possibly beyond) on Windows 10, no output is printed on the Windows command prompt _unless you uncheck_...

mer än 5 år ago | 1

Answered
How to generate a geographical heat map? (worldwide, country-level granularity)
This can be quite easily done with the Mapping toolbox. Here's an example: % read a shapefile with some regions in it S ...

nästan 7 år ago | 3

| accepted