photo

Michael Hesse


Last seen: meer dan 2 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
3 Answers

RANK
7.014
of 299.157

REPUTATION
6

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
3

RANK
 of 20.690

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163.542

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Answered
How to optimize when the objective can be negatively influenced
Hello John, thank you for your response. I guess I have to reformulate my problem. x* = arg max_x min_c f(x, c), where x and c ...

meer dan 2 jaar ago | 0

Question


How to optimize when the objective can be negatively influenced
Hello, I want to solve an optimization problem: x* = arg max_x f(x; c) for any c (where x and c are real numbers) f is some ki...

meer dan 2 jaar ago | 2 answers | 0

2

answers

Question


Initial State Dynamical System LSTM Network
%% - cleanup clear; close all; clc; %% - data t = linspace(0, 5, 1000); odefcn = @(t, x) [x(2, :); 10*sin(x(1, :))-x(2, ...

meer dan 4 jaar ago | 0 answers | 0

0

answers

Answered
MATLAB Dropout layer during prediciton
classdef Dropout < nnet.internal.cnn.layer.FunctionalLayer ... & nnet.internal.cnn.layer.CPUFusableLayer % Dropout I...

meer dan 4 jaar ago | 1

Answered
MATLAB Dropout layer during prediciton
Any updates for this topic? I'm also interested in using dropout at prediction time to make an estimate for the uncertainty of t...

meer dan 4 jaar ago | 2