Tagged Questions
1
vote
0answers
63 views
How to calculate probability with sigmoid output in feedforward neural network?
first of all I'm sorry for my not very skilled English, but I will do my best to explain my problem.
I'm trying to create a feedforward neural network with one hidden layer (with probably arctan ...
0
votes
1answer
47 views
Linear Models - Regression Analysis
As a student learning Applied Regression Analysis, I come from a background with very little information about this topic.
I understand that given $y = \beta_0 + \beta_1x_1 + \epsilon$
$E(y|x) = ...
3
votes
0answers
26 views
Regression model for a shearing process
30 Widgets are randomly assigned to a shearing process.
There are 3 such processes, each getting 10 widgets.
The lengths of each widget are recorded before undergoing the shearing.
The amount that ...
1
vote
1answer
183 views
Binary Logistic Regression Model Processing
Thanks for showing interest and wanting to help out.
My aim is to develop a model that - as accurately as possible - predicts how entities in a population will either cooperate or defect, as a % of ...
1
vote
2answers
73 views
Multiple regression with model $Y = (1 + c_1X_1)(1 + c_2X_2)\ldots(1 + c_nX_n)$
I'm currently working with data contained in $Y, X_1, X_2, \ldots, X_n$ and wish to fit it to the model:
$Y = (1 + c_1X_1)(1 + c_2X_2)\ldots(1 + c_nX_n)$
where the $c_i$ are coefficients to be ...
2
votes
0answers
188 views
Finding a model for multiple non-linear regression
I want to implement a regression analysis, but I have problems with finding a model for the given data. There are $149$ $(x,y,z)$-values. $y$ values are all positive, $x$ is between $[-10, 10]$ and ...
2
votes
2answers
114 views
Choosing set of best estimators for linear least squares
I have a measured experimental dataset which is well approximated by the sum of several basis functions in linear combinations. Linear least squares of course gives me the optimal weight for each ...
0
votes
1answer
354 views
How do I fit a model with piecewise linear regression
I have a set of points in 3D (x,y,z). I ordered these points from the lowest to highest. So, I want to used linear regression to fit a line through these ordered points and then to find out a break ...