In my previous posts, I’ve told about What is Data Science, different fields of Data Science like medical field, industrial field, education field is also involve in it as data is everywhere so we can say that “Data Science is in every place where data exist.”
I have also told about different types of data that we deal in Data Science field like structured, unstructured, continuous, discrete. It is very convenient to deal with structured data (Data generally given in tabular format) but in case of unstructured data, it takes some efforts (because its may be video, audio or text or the combination of these).
Take an example of a webpage as may be it contains image, texts, audio or video files etcetera. So from this data exploration of insights will be a quite complex task.
These are some of things which I discussed on my previous posts.
Now let’s take a look of Data Science topics and some of Algorithms.
Regression
It is one of the simplest topic of Data Science. It works on structured data. By knowing some past information, telling about the future insights or telling about the insights between any fraction.
The value of one variable is depend upon another variable. And applying some algorithms we find the value of our desired (targeted) variable.
Ex . suppose any person hire a cab and cost for every mile is 10. Here miles(distance) is independent variable and cost is dependent variable.
So
Cost = 5 x distance,
with the help of this equation we can predict the value for different distances (In further post we will learn how to make a regression model using Data Science libraries and Python programming language:-)
Data Visualization-
It is the best way for understanding of insights . It is an art of representing data in the front of others with clarity and it is also easy to understand. It is the key element to telling the people what you really want to express them.
Besides this there are also so many topics like
neural networks, deep learning (advance version of neural networks) , machine learning including supervised, unsupervised and reinforcement, classification, clusters, recommendation and Algorithms like KNN (nearest neighbour), SVM (support vector mechanism), Decision tree and many more.
These all mentioned topic will be surely cover in upcoming posts.
Thanking you.
If have any query, feel free to connect -
https://www.instagram.com/kavyansh.pandey
Comments
Post a Comment