Skip to main content

Questions tagged [sigmoid-curve]

A sigmoid function is a mathematical function having a characteristic "S"-shaped curve or sigmoid curve. Often, sigmoid function refers to a special case of the logistic function. It is closely related to the logistic regression.

0 votes
1 answer
23 views

Should I Use Regularization in Univariate Logistic Regression for Diagnostic Methods Comparison?

I am comparing two diagnostic methods, Method 1 and Method 2, where Method 2 is considered the gold standard. I am using Method 1 to predict the Method 2 using logistic regression. My dataset contains ...
Daniel Gustavo's user avatar
0 votes
0 answers
30 views

Logistic regression for experimental inference?

I'm curious if logistic regression is appropriate when the task is inferring a treatment effect on proportions (ex: success rate) when covariates are present and some imbalance across treatment and ...
jbuddy_13's user avatar
  • 3,382
2 votes
2 answers
78 views

Python Fitted Sigmoid extreme values barely being used

I was initially dealing with huge sets of couple of values. I used a custom heuristic to compute a score from each couple of values and turn the set into an array of values. I sorted it and assigned ...
Axel Carré's user avatar
2 votes
2 answers
72 views

Why GLM fit is different from direct fit using logistic function [closed]

I found in my data that a direct fit using the logistic function gives a different and better (R^2) fit than GLM fit using binomial distribution with logit link function. I was naively expecting the ...
santelus's user avatar
1 vote
1 answer
18 views

simplified form for CDF of inverse Gaussian function, as function of the drift parameter

I am thinking about modelling the probability of an event as a waiting time for a Brownian motion with drift to pass a certain barrier. Then consider what the expression for that probability looks ...
Sextus Empiricus's user avatar
4 votes
1 answer
174 views

Making linear to logistic regression with sigmoid function - why is a transformation of predicted y needed?

I noticed that one can run a linear regression for binary outcomes and get the same predictions as from a logistic regression after using a sigmoid function. That is what I awaited. But the surprising ...
LulY's user avatar
  • 340
1 vote
1 answer
89 views

Understanding the Logistic regression formula

Logistic regression aims at transforming the linear regression formula and fitting the s curve or logistic function to a particular dataset in order to calculate the probability of a categorical ...
Amelia Nicodemus's user avatar
0 votes
1 answer
83 views

Logistic Regression - Guesstimating betas

I am beginning an exploration on the topic, and was given the task of 'guesstimating betas 0 and 1' within 90% accuracy. I tried many silly things, like using the data and then using google sheets to ...
Alvaro Wang's user avatar
1 vote
0 answers
39 views

Seeking advice. Comparing two sigmoideal curves

Probably a very stupid stat question, but I am a bit lost and unsure of what to do! I have conducted a study testing whether two types of stimuli are processed differently. I have presented the two ...
ajestudillo's user avatar
0 votes
0 answers
47 views

Logistic function with different asymptotic slopes

The asymptotic slope of both sides of a logistic/sigmoid function is zero. What would be the equation of a logistic function with a different asymptotic slope on each side? I'm trying to model data ...
Materio's user avatar
-1 votes
2 answers
130 views

Example where the initial random state of a logistic regression matters?

I am looking into how random initialisation of a model would impact final results after tuning. This is a well known problem for deep learning (NN or gbdt), notably with random initialisation and ...
Lucas Morin's user avatar
  • 1,665
5 votes
1 answer
350 views

What is a visual representation of an ordinal logistic fitted model

Naturally, the above image is a graphical representation of a sigmoid function fit for a logistic regression I'm trying to understand the equivalent of an ordered logit. Below is an image that, to the ...
bluegopher's user avatar
0 votes
0 answers
56 views

Does linear separability with gamma margin guarantee convergence of perceptron algorithm?

I am studying perceptron for the first time. I came across the assumption from online resources that if the data is linearly separable with gamma margin then the perceptron algorithm will converge. Is ...
Shri's user avatar
  • 23
1 vote
1 answer
230 views

Is there a way to stretch sigmoid function output

I have an array of values and a value that lies outside of array's max value: arr = [10, 15, 20, 30] value = 150 and I want to make that value less of an outlier, ...
Cyril's user avatar
  • 11
2 votes
0 answers
31 views

Influence of big values in hidden layers on the output value of the output layer

In the lab on Tensorflow classification, we are trying to predict wether a coffe is well roasted or badly. A 1 is good roasted and 0 is bad. The architecture is: Now we try to visualize the trained ...
Jacky02's user avatar
  • 53

15 30 50 per page
1
2 3 4 5
8