DEV Community

Aniket Satbhai
Aniket Satbhai

Posted on

 

Intro to ML

1.1

Suppose you went to a store or a website to purchase yourself a new smartphone. You are wondering how the price you are going to pay for it compares with the other smartphones. One way of doing that is you list down the feature(s) (i.e. specifications of processor, operating system, brand name, camera, etc.) and the target prices of some of the smartphones you want to compare, and you try to come up with some prediction.

You can do the same thing more effectively using machine learning. You train a machine learning model with the features and the target. Finally, you give features of new smartphone for getting the expected value.

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git