Michael Hesse
Followers: 0 Following: 0
Statistica
RANK
7.664
of 295.495
REPUTAZIONE
6
CONTRIBUTI
2 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
3
RANK
of 153.991
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
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 ...
quasi 2 anni fa | 0
Domanda
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...
quasi 2 anni fa | 2 risposte | 0
2
risposteDomanda
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, ...
circa 4 anni fa | 0 risposte | 0
0
risposteMATLAB Dropout layer during prediciton
classdef Dropout < nnet.internal.cnn.layer.FunctionalLayer ... & nnet.internal.cnn.layer.CPUFusableLayer % Dropout I...
circa 4 anni fa | 1
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...
circa 4 anni fa | 2