photo

Michael Hesse


Last seen: plus de 2 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
3 Réponses

RANG
7 452
of 299 208

RÉPUTATION
6

CONTRIBUTIONS
2 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
3

RANG
 of 20 660

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 163 698

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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 ...

plus de 2 ans il y a | 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...

plus de 2 ans il y a | 2 réponses | 0

2

réponses

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

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
MATLAB Dropout layer during prediciton
classdef Dropout < nnet.internal.cnn.layer.FunctionalLayer ... & nnet.internal.cnn.layer.CPUFusableLayer % Dropout I...

plus de 4 ans il y a | 1

Réponse apportée
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...

plus de 4 ans il y a | 2