Questions tagged [model]
The model tag has no summary.
7 questions
1
vote
0
answers
11
views
Problem in creating custom Deberta model
I'm trying to create a custom model that takes sentence and POS tag as input as well, but the model is predicting the same label over and over for each token. Well, I tried different parameters (e.g., ...
-1
votes
0
answers
39
views
Need help with a task dependency links model
I am currently trying to develop an AI able to generate dependency links between tasks. I have a dataset composed of two tables, one with description of the tasks (ID, Name, Type of equipment), one ...
3
votes
3
answers
159
views
Specifying and fitting a custom distribution to data
I have a dataset of measurements $Y$ to which I want to fit a custom distribution, and thereby obtain an estimate of the distribution's parameters.
Based on domain knowledge, I know that the process ...
0
votes
0
answers
48
views
create a python AI model that can read PCB layout image
can someone please help me create this project
i need to understand how to start it what do i need and the steps.
i never created AI model before.
** create AI model that can read PCB layout image (...
0
votes
0
answers
26
views
Comparing Systems Based on Their Variance
I am using simulations to compare two economic models and want to understand their impact on returns (i.e., the percentage change in prices). I have employed common random numbers for these ...
0
votes
1
answer
68
views
What does it mean by 'trainning a model' on structured data?
Apologies if this is a noob question, I have been trying to find a hello-world kind of example regarding how to train a model on structured data without much success. Also, have been reading about ...
2
votes
1
answer
95
views
How to know if my model's result is good enough?
I have a dataset of different people with their insurance cost. I have trained a neural-network to predict the insurance cost (charges column) based on the other features (age,bmi, etc.). Here is how ...