photo

Michael Hesse


Last seen: fast 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

2 Fragen
3 Antworten

RANG
7.717
of 301.261

REPUTATION
6

BEITRÄGE
2 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
3

RANG
 of 21.209

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.690

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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 ...

etwa 3 Jahre vor | 0

Frage


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...

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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, ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

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

mehr als 5 Jahre vor | 1

Beantwortet
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...

mehr als 5 Jahre vor | 2