Skip to main content

Questions tagged [machine-learning-model]

A machine learning model is a simplified representation of a dataset, derived from statistics in the data, used to make predictions. It can represent patterns, behaviours or features within this dataset which have been learnt by the algorithm during training.

9 votes
1 answer
2k views

I'm a software engineer working with medical device AI models that predict diseases and other conditions. For the most part, I don't design the models but I help with getting FDA clearance for them. ...
raner's user avatar
  • 193
9 votes
1 answer
309 views

I am trying to create some kind of regression model. Target is continuous and can both be negative and positive. However, the issue is that there is a region/band that I know is roughly -50 to 50, ...
Denver Dang's user avatar
34 votes
3 answers
4k views

Following on from my recent post on the topic, my goal here is to synthesise the excellent community wisdom on it over at Cross Validated into a "canonical" Q&A for the data science SE :)...
Robert Long's user avatar
  • 5,915
6 votes
2 answers
115 views

I am working on a content-based recommendation system. I am planning to frame this as a binary classification problem (1 = click/0 = not click). And I was looking for paper/readings on feature ...
louise_vuitton's user avatar
2 votes
0 answers
32 views

I am working with Vanna AI (text-to-SQL) and I have two problems regarding my database schema and how the model interprets it: Problem 1: Two similar tables I have two tables: SellingDocuments, ...
Joshie's user avatar
  • 21
0 votes
0 answers
62 views

I am trying to apply Reinforcement Learning (RL) to the following partially observed setting. I would really appreciate hearing your thoughts on my question. I have a Markov process that evolves as $p(...
Uomond's user avatar
  • 1
0 votes
0 answers
42 views

i am working on a project to check for churn prediction, but my data is very imbalanced I tried so many things but this the best model I can get to my main problem is that I want recall and Precision ...
AW FOUR's user avatar
0 votes
0 answers
31 views

I am working on a dataset containing features that are discrete frequency counts. I understand that knowing the underlying data distribution is important for selecting an appropriate imputation method....
Emre's user avatar
  • 1
1 vote
0 answers
36 views

I'm working on fine-tuning a language model (Meta-Llama-3-8B-Instruct) to generate a dependency graph for industrial tasks. The idea is: given a list of unordered tasks, the model should output a ...
lili's user avatar
  • 361
0 votes
0 answers
33 views

I am making predictions at the entity level, and for simplicity's sake, suppose there is only one feature. My goal is to set up my X matrix such that I can capture changes to the entity over different ...
Andrew Bell's user avatar
1 vote
1 answer
66 views

I am trying to improve a classification model with a highly imbalanced dataset — the positive class has very few samples. To compensate, I added more positive-class samples to the training set only, ...
louise_vuitton's user avatar
3 votes
1 answer
113 views

I'm trying to develop a model who'd be able to generate dependencies between industrial tasks. In order to do that, i went for the GNN solution : i have nodes = tasks, dependencies = edges, and have ...
lili's user avatar
  • 361
2 votes
0 answers
62 views

I am training an DensNet model on medical dataset which has gold standards as per annotation. After training i noticed accuracy is just 60%. Later i performed following changes but still no luck. ...
NIrbhay Mathur's user avatar
2 votes
0 answers
35 views

I have subscriptions that can have different duration/length. Some will have 1 month, some 3 months, some 12 months and so on. How can I predict when a customer can cancel his subscription within the ...
Sri's user avatar
  • 21
1 vote
0 answers
49 views

Short version: 100% training accuracy, 75-79% testing accuracy Long version: I'm a data science noob and my project is to create an ensemble model of 3 to classify retinal fundus (eye) images to 6 ...
sonoshee's user avatar

15 30 50 per page
1
2 3 4 5
55