photo

Michael Hesse


Last seen: más de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

2 Preguntas
3 Respuestas

CLASIFICACIÓN
7.699
of 300.343

REPUTACIÓN
6

CONTRIBUCIONES
2 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
3

CLASIFICACIÓN
 of 20.926

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.172

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer

Ver insignias

Feeds

Ver por

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

casi 3 años hace | 0

Pregunta


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

casi 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 5 años hace | 0 respuestas | 0

0

respuestas

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

casi 5 años hace | 1

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

casi 5 años hace | 2