Skip to main content

Questions tagged [inference]

The tag has no usage guidance.

0 votes
1 answer
37 views

Detection of musical instruments using Yamnet

My goal is to detect musical instruments with AI (machine learning). I'm currently using the Yamnet model to make inferences, but it has a very wide range of categories, for example, "Growling&...
Maxime Dupré's user avatar
0 votes
0 answers
23 views

Question regarding model inference consistency

I am doing some research on gaze estimation model L2CS provided in here. When you look at the inference predictions on provided image, when face/eye direction barely changes, inference predictions ...
JohnDoe's user avatar
0 votes
0 answers
8 views

Global variant of Jeffreys Prior

The Jeffreys prior can be viewed as a way to ensure that "accidental similarities" between nearby models in some hypothesis space do not produce commensurate "accidental biases" in ...
TLDR's user avatar
  • 101
0 votes
0 answers
9 views

Which Frameworks/Libs Best Support Integer-Based Features, Scaling, Training, etc?

Papers such as Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference have interested me in exploring integer-based data science. In particular, I'm thinking of ...
ezekiel68's user avatar
1 vote
1 answer
555 views

How to Use Multiple Adapters with a Pretrained Model in Hugging Face Transformers for Inference?

I have a pretrained Llama-2 model in the models_hf directory and two fine-tuned adapters: a summarization adapter in ...
Aun Zaidi's user avatar
0 votes
0 answers
42 views

What is the distinction between clinical significance and statistical significance?

https://en.m.wikipedia.org/wiki/Clinical_significance The Link says "Jacobson-Truax is common method of calculating clinical significance. It involves calculating a Reliability Change Index (RCI)....
Subhash C. Davar's user avatar
0 votes
0 answers
12 views

Are we allowed to use classifiers to estimate the outcome in the first stage of Double Machine Learning when the outcome is binary?

It is clear to me how to proceed when the outcome is continuous, since the EconML and all other references I checked work with this type of examples (continuous outcome case). We simply apply a ...
Caio's user avatar
  • 1
1 vote
0 answers
198 views

What is the best way to combine cross-validation and bootstrapping for one application?

We intend to model data with non-parametric covariate splines and we would like to understand the uncertainty of the parameter estimates/response estimates. Currently, we use cross-validation to model ...
Stan Tendijck's user avatar
1 vote
1 answer
122 views

How can I deal with a computationally expensive simulator method in Sequential Monte Carlo/Approximate Bayesian Computation?

I am doing Approximate Bayesian Computation with Sequential Monte Carlo with PyMC in a way that is similar to what is described in this example of the ...
lm1909's user avatar
  • 11
0 votes
0 answers
33 views

Statistical significance on aggregate data to show that the groups are different?

I am working with performance data for three groups for each region. The denominator for the groups is the number of people who are identified as low performers. For region A, Group-1 low performer %= ...
user728148's user avatar
0 votes
1 answer
97 views

Best practices for serving user-specific large models in a web application?

First execuse any naive statement you may find below, i'm a newcomer to the field. How do web applications that integrate fine-tuning of large machine learning/deep learning models handle the storage ...
Question's user avatar
1 vote
1 answer
489 views

Inference Process in Autoregressive Transformer Architecture

I'm abit confused about how the inference/prediction process works in transformer. For simplicity suppose it is a transformer for translation. My understanding is that when training, the whole input ...
Magic man Wryan Bang's user avatar
0 votes
1 answer
66 views

What are the requirements for a word list to be used for Bayesian inference?

Intro I need an input file of 5 letter English words to train my Bayesian model to infer the stochastic dependency between each position. For instance, is the probability of a letter at the position 5 ...
Dawid's user avatar
  • 103
1 vote
0 answers
83 views

Whether to use LDA or QDA

I'm trying to determine whether it's best to use linear or quadratic discriminant analysis for an analysis that I'm working on. It's my understanding that one of the motivations for using QDA over LDA ...
Peter's user avatar
  • 11
0 votes
1 answer
94 views

How can I store sources, effective dates, and confidence for every property in a knowledge graph?

What I am wanting to do is ensure that every property in a knowledge base comes from at least one source. I would like to ensure that every edge is spawned (or at least explained) by some event, like ...
AJAr's user avatar
  • 103

15 30 50 per page