Archives for logistic regression

18 Oct

How To Choose The Best Machine Learning Algorithm For A Particular Problem?

image-16783
image-16783

How do you know what machine learning algorithm to choose for your problem? Why don’t we try all the machine learning algorithms or some of the algorithms which we consider will give good accuracy. If we apply each and every algorithm it will take a lot of time. So, it is better to apply a technique to identify the algorithm that can be used.

Choosing the right algorithm is linked up with the problem statement. It can save both money and time. So, it is important to know what type of problem we are dealing with. 

The post How To Choose The Best Machine Learning Algorithm For A Particular Problem? appeared first on Analytics India Magazine.

23 Jun

Is Deep Learning Necessary For Simple Classification Tasks

image-13442
image-13442

Deep learning (DL) models are known for tackling the nonlinearities associated with data, which the traditional estimators such as logistic regression couldn’t. However, there is still a cloud of doubt with regards to the increased use of computationally intensive DL for simple classification tasks.  To find out if DL really outperforms shallow models significantly, the…

The post Is Deep Learning Necessary For Simple Classification Tasks appeared first on Analytics India Magazine.