Data Types and Data Structures in :
STATISTICS – Introduction :
Statistics is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data
Definition:
Science of collection, presentation, analysis, and reasonable interpretation of data.
What is Statistics:
Statistics is a set of mathematical methods and tools that enable us to answer important questions about data. It is divided into two categories:
- Descriptive Statistics : this offers methods to summarise data by transforming raw observations into meaningful information that is easy to interpret and share.
- Inferential Statistics : this offers methods to study experiments done on small samples of data and chalk out the inferences to the entire population (entire domain).
Now, statistics and machine learning are two closely related areas of study. Statistics is an important prerequisite for applied machine learning, as it helps us select, evaluate and interpret predictive models
Statistics and Machine Learning :
The core of machine learning is centered around statistics. You can’t solve real-world problems with machine learning if you don’t have a good grip of statistical fundamentals.
There are certainly some factors that make learning statistics hard. I'm talking about mathematical equations, greek notation, and meticulously defined concepts that make it difficult to develop an interest in the subject.
We can address these issues with simple and clear explanations, appropriately paced tutorials, and hands-on labs to solve problems with applied statistical methods.
From exploratory data analysis to designing hypothesis testing experiments, statistics play an integral role in solving problems across all major industries and domains.
Anyone who wishes to develop a deep understanding of machine learning should learn how statistical methods form the foundation for regression algorithms and classification algorithms, how statistics allow us to learn from data, and how it helps us extract meaning from unlabeled data.
Comments
Post a Comment