Most viewed questions in Machine Learning

0 votes
1 answer

What is the best machine learning website?

Hi@akhtar You can find lots of website which ...READ MORE

May 20, 2020 in Machine Learning by MD
• 95,440 points
597 views
0 votes
1 answer

How to integrate Machine Learning with Spark?

Hi@akhtar, To integrate Hadoop with Spark, you need ...READ MORE

May 6, 2020 in Machine Learning by MD
• 95,440 points
594 views
0 votes
0 answers

Difference between classification and regression, with SVMs

What is the exact difference between a ...READ MORE

Feb 28, 2022 in Machine Learning by Dev
• 6,000 points
585 views
0 votes
1 answer

Need help to select good high configuration laptop for doing ML,NLP ?

Get the RAM of max size available, ...READ MORE

Feb 4, 2020 in Machine Learning by Nishant
580 views
0 votes
1 answer

Help with Probability Equation

The likelihood of winning is equal to ...READ MORE

Apr 7, 2022 in Machine Learning by Nandini
• 5,480 points
571 views
0 votes
1 answer

Where is reinforcement learning applied?

Reinforcement learning is being used in various ...READ MORE

May 9, 2019 in Machine Learning by Manasa
559 views
0 votes
1 answer

How can I train a model and calculate the accuracy of CBR algorithm?

Hi@Abubakar, You can find lots of documents on ...READ MORE

Oct 17, 2020 in Machine Learning by MD
• 95,440 points
558 views
0 votes
1 answer

Keras deep learning sentiment analysis - supervised or unsupervised

The machine learning task of learning a ...READ MORE

Apr 4, 2022 in Machine Learning by Dev
• 6,000 points
550 views
0 votes
1 answer

If both negative and positive skewness are present in data set,then how it can be removed??

Hi@shama, It depends on your use case. If ...READ MORE

Dec 8, 2020 in Machine Learning by MD
• 95,440 points
550 views
0 votes
1 answer

How to get early stopping for lasso regression

I believe you're referring to regularization. In ...READ MORE

Mar 23, 2022 in Machine Learning by Nandini
• 5,480 points
548 views
0 votes
1 answer

Formula to calculate chance (probability) of a dice side based on its value

If I understand you correctly, you're looking ...READ MORE

Mar 17, 2022 in Machine Learning by Dev
• 6,000 points
547 views
0 votes
1 answer

feature selection for regression vs classification

There are various feature selection processes used ...READ MORE

Mar 3, 2022 in Machine Learning by Nandini
• 5,480 points
547 views
0 votes
1 answer

How to import one Machine Learning model?

Hi@akhtar, To import one pre-created ML model, you ...READ MORE

Apr 13, 2020 in Machine Learning by MD
• 95,440 points
547 views
0 votes
1 answer

How to calculate ctc probability for given input and expected output?

The loss for a batch is defined ...READ MORE

Mar 17, 2022 in Machine Learning by Dev
• 6,000 points
537 views
0 votes
1 answer

https://stackoverflow.com/questions/58385765/recursion-in-fp-growth-algorithm

The create line indicates something like: alpha ...READ MORE

Apr 4, 2022 in Machine Learning by Nandini
• 5,480 points
535 views
+1 vote
1 answer

Determining the Dataset's behaviors

Hi@Haritha, Before creating an ML model, you should ...READ MORE

Jun 29, 2020 in Machine Learning by MD
• 95,440 points
517 views
0 votes
1 answer

What's the difference between the research of Machine learning and data mining?

Data mining research mainly revolves around gathering ...READ MORE

Nov 21, 2019 in Machine Learning by Amulya
517 views
0 votes
1 answer

Logistic regression coefficient meaning

What did the intercept teach you? It's ...READ MORE

Mar 23, 2022 in Machine Learning by Nandini
• 5,480 points
511 views
0 votes
1 answer

How are OLAP, OLTP, data warehouses, analytics, analysis and data mining related?

From the top of the pyramid, I'll ...READ MORE

Apr 4, 2022 in Machine Learning by Nandini
• 5,480 points
510 views
0 votes
1 answer

probability of getting three of a kind by drawing 5 cards

from collections package import counter to count ...READ MORE

Mar 25, 2022 in Machine Learning by Nandini
• 5,480 points
510 views
0 votes
1 answer

Union probability

You can try this if a, b, ...READ MORE

Apr 5, 2022 in Machine Learning by Dev
• 6,000 points
508 views
0 votes
1 answer

What is the difference between Coefficient of Regression and Elasticity

It is questionable. I'll simplify the model ...READ MORE

Apr 4, 2022 in Machine Learning by Nandini
• 5,480 points
508 views
0 votes
1 answer

Generate an array with constant block diagonal structure for biclustering.

Try this: import numpy as np from matplotlib import ...READ MORE

Jun 3, 2019 in Machine Learning by Vishal
508 views
0 votes
1 answer

How to resolve heteroscedasticity in Multiple Linear Regression in R?

Try to use a different form of ...READ MORE

Mar 4, 2022 in Machine Learning by Dev
• 6,000 points
504 views
0 votes
1 answer

What is cross-entropy?

Cross-entropy is taken from the information theory ...READ MORE

Feb 23, 2022 in Machine Learning by Dev
• 6,000 points
503 views
0 votes
1 answer

Hierarchical Clustering

K-means and Hierarchical clustering are both Clustering ...READ MORE

Feb 2, 2022 in Machine Learning by Nandini
• 5,480 points
503 views
0 votes
1 answer

Why is Pymc3 ADVI worse than MCMC in this logistic regression example?

This is a good query! Mean field ...READ MORE

Apr 5, 2022 in Machine Learning by Dev
• 6,000 points
502 views
0 votes
1 answer

Classification vs Regression?

You are correct: categorization applies a label ...READ MORE

Mar 9, 2022 in Machine Learning by Nandini
• 5,480 points
489 views
0 votes
0 answers

Decision tree vs. Naive Bayes classifier

In which cases is it better to ...READ MORE

Feb 28, 2022 in Machine Learning by Dev
• 6,000 points
489 views
0 votes
1 answer

Are there any python libraries that do multiple regressions?

You can use sklearn.linear_model.LinearRegression. Something like this: from ...READ MORE

May 22, 2019 in Machine Learning by Vinay
487 views
0 votes
0 answers

100 samples of 20 from the dataset and drawing regression lines along with population regression line

I have a datasetwith two variables hours ...READ MORE

Apr 11, 2022 in Machine Learning by Dev
• 6,000 points
486 views
+1 vote
1 answer

​In ANN how the weight gets selected by the model INITIALLY?

Hi@Nandini, When you add your NN layer, it ...READ MORE

May 9, 2020 in Machine Learning by MD
• 95,440 points
486 views
0 votes
1 answer

Python error invalid literal

Hi, I think you are trying to convert ...READ MORE

Jul 21, 2020 in Machine Learning by MD
• 95,440 points
470 views
0 votes
1 answer

Choose a random starting word for building markov chain

Hey @Greg, this is possible. You can ...READ MORE

Aug 2, 2019 in Machine Learning by Bhavya
467 views
0 votes
1 answer

How to add random and/or fixed effects into cloglog regression in R

The standard glm function can be used ...READ MORE

Apr 13, 2022 in Machine Learning by anonymous
466 views
0 votes
1 answer

Machine Learning: Unsupervised Backpropagation

The most frequent method is to train ...READ MORE

Apr 7, 2022 in Machine Learning by Nandini
• 5,480 points
465 views
0 votes
1 answer

R Generalized Method Of Moments Regression Estimation With Instruments

After a variety of approaches, it was ...READ MORE

Apr 13, 2022 in Machine Learning by anonymous
461 views
0 votes
0 answers

Get fitted coefficient of linear regression equation

I have a dataset with predicted and ...READ MORE

Apr 11, 2022 in Machine Learning by Dev
• 6,000 points
459 views
0 votes
0 answers

derivion logistic regresion from odds function

Feb 7, 2020 in Machine Learning by GANJI
• 120 points
450 views
0 votes
1 answer

Training and testing data in machine learning

Unsupervised learning is used with the K-means ...READ MORE

Mar 2, 2022 in Machine Learning by Dev
• 6,000 points
448 views
0 votes
1 answer

How to use ICD10 Code in a regression model in R?

Using the concept of comorbidities is a ...READ MORE

Apr 12, 2022 in Machine Learning by Dev
• 6,000 points
429 views
0 votes
1 answer

Cost Function, Linear Regression, trying to avoid hard coding theta. Octave.

In Octave/Matlab, you can use vectorize operations. ...READ MORE

Apr 4, 2022 in Machine Learning by Nandini
• 5,480 points
429 views
0 votes
1 answer

why scipy poisson do not have a pdf (probability density function) method?

The poisson distribution has no density function ...READ MORE

Apr 5, 2022 in Machine Learning by Dev
• 6,000 points
426 views
0 votes
1 answer

Which polynomial regression degree is significant ? depends of number of points or other parameters?

I must admit that the wording of ...READ MORE

Mar 17, 2022 in Machine Learning by Dev
• 6,000 points
425 views
0 votes
1 answer

Bad logistic regression in trivial example [scikit-learn]

This is due to the process of ...READ MORE

Mar 17, 2022 in Machine Learning by Dev
• 6,000 points
423 views
0 votes
1 answer

Identifying different regressions (Linear, Polynomial) from a graph and fit regression model accordingly

The constant part of your equation isn't ...READ MORE

Mar 17, 2022 in Machine Learning by Dev
• 6,000 points
423 views
0 votes
1 answer

Difference between classification and regression score in Python scikit learn

Classification Score is used for discrete values ...READ MORE

Feb 24, 2022 in Machine Learning by Nandini
• 5,480 points
421 views
0 votes
1 answer

What does dimensionality reduction mean?

Dimensionality reduction is used in Machine Learning ...READ MORE

Mar 3, 2022 in Machine Learning by Nandini
• 5,480 points
420 views
0 votes
1 answer

Where can I start learning Artificial Intelligence and Machine learning?

Hi@akhtar, If you are a beginner then you ...READ MORE

May 13, 2020 in Machine Learning by MD
• 95,440 points
419 views