Skip to main content

Questions tagged [parameter-estimation]

4 votes
0 answers
46 views

I am working with vehicle registration data from website . The website provides counts for various combinations of vehicle attributes such as Maker, RTO, Fuel, Category, SubCategory, and Emission. ...
Guru Moorthy's user avatar
1 vote
0 answers
26 views

I have a coupled ODE that represents time-series data that I found using SINDy. Using machine learning methods, I want to estimate the coupled ODE coefficients in real time using my data and do a ...
NGA's user avatar
  • 21
6 votes
1 answer
388 views

Consider the coupled ODE system below (Lotka-Volterra equations): $$ \frac{dx}{dt} = \alpha x - \beta x y, \\ \frac{dy}{dt} = - \gamma y + \delta x y , $$ How can I train a model to estimate the ...
MuhammedYunus's user avatar
0 votes
0 answers
36 views

I have a real-world problem in which I have a collection of nodes and their edges. This collection is composed of hundreds of nodes and thousands of connections. Then I have about 10 K datapoints each ...
Althis's user avatar
  • 123
0 votes
0 answers
33 views

Consider the scenario where a practical problem is tackled utilizing the method of least squares. Upon each iteration, an estimation of the parameter $\theta$ is derived via $\hat{\theta} = (X^\top X)^...
yangtzech's user avatar
1 vote
1 answer
245 views

I have a question regarding the technique/technology which could be applied for the issue: Suppose I have a rule-based tree or decision tree which predicts a variable Y based on variables A,B,C. This ...
DannyV's user avatar
  • 11
1 vote
2 answers
86 views

I'm working on a classification problem in order to predict among 50 different classes. I'm using a Random Forest classifier and I'm using the predict_proba method ...
Jerome X.'s user avatar
2 votes
2 answers
125 views

I am currently working on a computer vision project that involves analyzing video data of a person captured from a webcam. In this project, I need to compute the depth map or distance of a specific ...
thedumbkid's user avatar
0 votes
0 answers
29 views

In addition to training the weights of a neural network, I also want to optimize other parameters (that are constant but satisfy some conditions over the entire data set). As an example, one can ...
Acad's user avatar
  • 101
1 vote
2 answers
2k views

I want to do a platform-free benchmark for some custom ML models. Calculating the elapsed time during making predictions from certain size data is not suitable since I am constantly using different ...
Enes Kuz's user avatar
  • 188
1 vote
1 answer
2k views

Let's say I have a 100x2 normally distributed array of data. ...
Bazoya's user avatar
  • 31
3 votes
1 answer
2k views

Suppose I'm training a linear regression model using k-fold cross-validation. I'm training K times each time with a different training and test data set. So each time I train, I get different ...
NAS_2339's user avatar
  • 303
-4 votes
1 answer
219 views

Here is my understanding of the relation between MLE & Gradient Descent in Logistic Regression. Please correct me if I'm wrong: 1) MLE estimates optimal parameters by taking the partial derivative ...
Apoorva's user avatar
  • 367
2 votes
3 answers
367 views

If MLE (Maximum Likelihood Estimation) cannot give a proper closed-form solution for the parameters in Logistic Regression, why is this method discussed so much? Why not just stick to Gradient Descent ...
Apoorva's user avatar
  • 367
3 votes
2 answers
63 views

I've been thinking about the difference between ML modelling and statistical modelling. I would to ask, on a philosophical level, is my thinking correct: modelling is basically a process of fitting a ...
Student's user avatar
  • 441

15 30 50 per page