Questions tagged [density-estimation]

5 questions
1
vote
1 answer

How can I interpret the value returned by score(X) method of sklearn.neighbors.KernelDensity?

For sklearn.neighbors.KernelDensity, its score(X) method according to the sklearn KDE documentation says: Compute the log-likelihood of each sample under the model For 'gaussian' kernel, I have implemented hyper-parameter tuning for the…
1
vote
0 answers

Optimize parametric Log-Likelihood with a Decision Tree

Suppose there are some objects with features, and the target is parametric density estimation. Density estimation is model-based. Parameters are obtained by maximizing log-likelihood. $LL = \sum_{i \in I_1} \log \left( \sum_{j \in K_i} \theta_j…
1
vote
0 answers

How to estimate conditional density using neural network?

Conditional Variational Autoencoders (CVAE) and Mixture Density Networks (MDN) are supposed to address this issue. However, these models provide the distribution parameters, e.g., mean and standard deviation, for each given sample, while I need a…
0
votes
0 answers

Label based normalizing flow

I am interested in capturing higher-dimensional embeddings of a image dataset as a gaussian noise, such that a specific region of gaussian noise corresponds to embedding of a particular label. How do we get to do that? For instance, suppose I have…
0
votes
1 answer

Is knowing the class of probability density function mandatory for explicit density estimation?

In deep learning, models may learn the probability distribution that generated the dataset. Observe the following paragraph from Chapter 5: Machine Learning Basics from the book titled Deep Learning (by Aaron Courville et al.) Unsupervised learning…
hanugm
  • 3,571
  • 3
  • 18
  • 50