Jahetbe
Followers: 0 Following: 0
Statistics
RANK
283,002
of 295,467
REPUTATION
0
CONTRIBUTIONS
9 Questions
3 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
How to fulfill Generative flow networks (GFlowNets) in matlab
Hi everyone, I find that there is no example demo for Generative flow networks (GFlowNets). I wonder how to fulfill Generative...
3 months ago | 1 answer | 0
1
answerQuestion
Hidden Size in autoencoder
Hi everyone, I am looking for a formula to determine the maximum allowable hidden size in an Autoencoder. I came across the fol...
5 months ago | 1 answer | 0
1
answerQuestion
Neuro-Fuzzy GMDH
Hi Could anyone assist me with Neuro-Fuzzy Group Method of Data Handling (Neuro-Fuzzy GMDH)? I just need to its code. Thank...
8 months ago | 1 answer | 0
1
answerQuestion
Max Pooling Layer Tuning
Hello, I'm currently working on implementing a CNN for a regression problem, and I've encountered an issue when using the maxPo...
1 year ago | 1 answer | 0
1
answerQuestion
Feature importance of a polynomial function
Hi everyones I used machien learning models to develop the following equation as the optimum one for my problem. Y= a*(x1^b)(x...
2 years ago | 1 answer | 0
1
answerQuestion
Deep Learning Layers to increase training accuracy
Hi everyones. I want to use DL for modeling a problem with 6 inputs and one output. I've used the following layers but I cann...
2 years ago | 1 answer | 0
1
answerHow can I adjust a deep neural network input layer to use a matrix as the input layer?
nFeatures = 20; nExamples = 10000; nOutputs = 1; % this example is for setting up a regression problem x = rand(nExamples,nF...
3 years ago | 0
Convolution Neural network for regression problems
Dear @KSSV Thank you for your response. I want to use CNN to solve my problem. My data is as follows. Inputs = [ x11 x12 x...
3 years ago | 0
Question
Convolution Neural network for regression problems
Hi everyone I want to use CNN for my problem. The existing examples in the MATLAB (Here) provided for images as 4-D arrays but ...
3 years ago | 2 answers | 0
2
answersQuestion
Text exceeds maximum line length for Command Window display
Hi every one I have employed "syms" function to calculate the derivation of an explicit equation. Due to that, the function is ...
6 years ago | 1 answer | 0
1
answerANFIS OUTPUT
Hi Sabri pleasee see following linke: https://de.mathworks.com/help/fuzzy/test-data-against-trained-system-gui.html#FP55449 ...
7 years ago | 0
Question
How can I specify a Seasonal ARIMA model in MATLAB
Hi I need to specify ARIMA(1,0,1)(0,1,1)12 in MATLAB. I write the following code. ...........................................
8 years ago | 0 answers | 0