Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,154,412 members, 7,822,920 topics. Date: Thursday, 09 May 2024 at 07:26 PM

How Much Of Data Science Is Machine Learning - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / How Much Of Data Science Is Machine Learning (316 Views)

What Is Machine Learning? / Data Science Is Overly Hyped By Nairalanders / Artificial Intelligence And Machine Learning Group (2) (3) (4)

(1) (Reply)

How Much Of Data Science Is Machine Learning by kiransam: 10:51am On Jun 09, 2021
Data Science manages a wide range of data even the data is polluted, debased, mistakes, et. Obviously, all that identifies with data purifying, arrangement, and investigation are all "Data Science". AI is a subset of data science. It utilizes AI procedures to be prepared with test datasets to foster a model that can anticipate upsides of target factors like deals objectives, anticipated returns, and so forth I will say that AI is step by step turning into a more seen field, such countless individuals do connect the two terms intently. In the event that you need a point by point clarification of Data Science, do look at Intellipaat's Data Science Interview Questions instructional exercise which will help you in understanding Data Science.

You can get a hands-on project by alluding to Data Science online courses which will instruct you Data Science without any preparation to progress

Data Visualization

Data Scientists are once in a while called specialists, not as a result of their abilities with the paintbrush, but since they can address the data as tasteful diagrams. As is commonly said, pictures express stronger than words, and clearly, you wouldn't have any desire to manage dominate sheets after dominate sheets of data when you can envision it with delightful diagrams.

We should take this iris dataset to understand data representation:

data perception

This dataset contains various types of the iris blossom: 'Setosa', 'Versicolor' and 'Virginia, alongside their 'sepal length', 'sepal width', 'petal length', and 'petal width.' Now, we need to understand what is the connection between the 'sepal length' and 'petal length' of various species. Simply by taking a gander at the dataset, we would not become acquainted with any examples. This is the place where we can imagine the data.

Presently, we should feel free to fabricate a dissipate plot among 'Sepal.Length' and 'Petal.Length':

ggplot(data = iris,aes(x=Sepal.Length,y=Petal.Length,col=Species)) + geom_point()

Rplot data representation

Presently isn't this simply a delightful portrayal of the basic data? This dissipate plot discloses to us that as the sepal length of the blossom builds, its petal length would likewise increment. Not simply this, we can likewise see that 'Setosa' has the least upsides of petal length and septal length, and 'Virginica' has the most elevated qualities.

Presently, we should head onto the main piece of a Data Scientist job: Machine Learning.

AI

AI is the place where the genuine sorcery occurs. This is the field of Data Science where machines are taken care of with data so they can settle on savvy choices. We should understand the idea of Machine Learning with a model.

idea of AI

idea of AI 2

idea of AI 3

How would you realize that these are vehicles?

As a child, you may have gone over an image of a vehicle, and you would have been told by your kindergarten instructors or guardians that this is a vehicle and it has some particular highlights related with it, for example, it has 4 wheels, a controlling wheel, windows, and so on. Presently, at whatever point your cerebrum runs over a picture with this arrangement of highlights, it consequently enlists it as a vehicle in light of the fact that your mind has discovered that it is a vehicle.

That is how our mind capacities, however what might be said about a machine?

On the off chance that a similar picture is taken care of to a machine, how might the machine distinguish it to be a vehicle?

This is the place where Machine Learning comes in. We will continue taking care of pictures of vehicles to a PC with the tag 'vehicle' until the machine learns every one of the highlights related with a vehicle

Re: How Much Of Data Science Is Machine Learning by kodded(m): 3:09pm On Jun 09, 2021
kiransam:
Data Science manages a wide range of data even the data is polluted, debased, mistakes, et. Obviously, all that identifies with data purifying, arrangement, and investigation are all "Data Science". AI is a subset of data science. It utilizes AI procedures to be prepared with test datasets to foster a model that can anticipate upsides of target factors like deals objectives, anticipated returns, and so forth I will say that AI is step by step turning into a more seen field, such countless individuals do connect the two terms intently. In the event that you need a point by point clarification of Data Science, do look at Intellipaat's Data Science Interview Questions instructional exercise which will help you in understanding Data Science.

You can get a hands-on project by alluding to Data Science online courses which will instruct you Data Science without any preparation to progress

Data Visualization

Data Scientists are once in a while called specialists, not as a result of their abilities with the paintbrush, but since they can address the data as tasteful diagrams. As is commonly said, pictures express stronger than words, and clearly, you wouldn't have any desire to manage dominate sheets after dominate sheets of data when you can envision it with delightful diagrams.

We should take this iris dataset to understand data representation:

data perception

This dataset contains various types of the iris blossom: 'Setosa', 'Versicolor' and 'Virginia, alongside their 'sepal length', 'sepal width', 'petal length', and 'petal width.' Now, we need to understand what is the connection between the 'sepal length' and 'petal length' of various species. Simply by taking a gander at the dataset, we would not become acquainted with any examples. This is the place where we can imagine the data.

Presently, we should feel free to fabricate a dissipate plot among 'Sepal.Length' and 'Petal.Length':

ggplot(data = iris,aes(x=Sepal.Length,y=Petal.Length,col=Species)) + geom_point()

Rplot data representation

Presently isn't this simply a delightful portrayal of the basic data? This dissipate plot discloses to us that as the sepal length of the blossom builds, its petal length would likewise increment. Not simply this, we can likewise see that 'Setosa' has the least upsides of petal length and septal length, and 'Virginica' has the most elevated qualities.

Presently, we should head onto the main piece of a Data Scientist job: Machine Learning.

AI

AI is the place where the genuine sorcery occurs. This is the field of Data Science where machines are taken care of with data so they can settle on savvy choices. We should understand the idea of Machine Learning with a model.

idea of AI

idea of AI 2

idea of AI 3

How would you realize that these are vehicles?

As a child, you may have gone over an image of a vehicle, and you would have been told by your kindergarten instructors or guardians that this is a vehicle and it has some particular highlights related with it, for example, it has 4 wheels, a controlling wheel, windows, and so on. Presently, at whatever point your cerebrum runs over a picture with this arrangement of highlights, it consequently enlists it as a vehicle in light of the fact that your mind has discovered that it is a vehicle.

That is how our mind capacities, however what might be said about a machine?

On the off chance that a similar picture is taken care of to a machine, how might the machine distinguish it to be a vehicle?

This is the place where Machine Learning comes in. We will continue taking care of pictures of vehicles to a PC with the tag 'vehicle' until the machine learns every one of the highlights related with a vehicle

I'm interested in learning data science, please can you help me with the various ways to start it

I just PM you sir
Re: How Much Of Data Science Is Machine Learning by niel63(m): 8:38pm On Jun 12, 2021
Up... I love your style of story-telling the whole process.

Simple, and to the point.

(1) (Reply)

Ionic Framework Dev Wanted. / Time Bound Programming. / I Will Make Paypal Account For You���

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 35
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.