parent
f1a34b3997
commit
830aae4d9c
8 changed files with 29 additions and 0 deletions
@ -0,0 +1,3 @@ |
||||
# Coding |
||||
|
||||
Programming is a fundamental skill for data scientists. You need to be able to write code to manipulate data, build models, and deploy solutions. The most common programming languages used in data science are Python and R. Python is a general-purpose programming language that is easy to learn and has a large number of libraries for data manipulation and machine learning. R is a programming language and free software environment for statistical computing and graphics. It is widely used for statistical analysis and data visualization. |
@ -0,0 +1,3 @@ |
||||
## Deep Learning |
||||
|
||||
Deep learning is a subset of machine learning that deals with algorithms inspired by the structure and function of the brain called artificial neural networks. Deep learning is a key technology behind driverless cars, enabling them to recognize a stop sign, or to distinguish a pedestrian from a lamppost. It is the key to voice control in consumer devices like phones, tablets, TVs, and hands-free speakers. Deep learning is getting lots of attention lately and for good reason. It’s achieving results that were not possible before. |
@ -0,0 +1,3 @@ |
||||
# Econometrics |
||||
|
||||
Ecenometrics is the application of statistical methods to economic data. It is a branch of economics that aims to give empirical content to economic relations. More precisely, it is "the quantitative analysis of actual economic phenomena based on the concurrent development of theory and observation, related by appropriate methods of inference." Econometrics can be described as something that allows economists "to sift through mountains of data to extract simple relationships." |
@ -0,0 +1,3 @@ |
||||
# Exploratory Data Analysis |
||||
|
||||
Exploratory Data Analysis (EDA) is an approach to analyzing data sets to summarize their main characteristics, often with visual methods. EDA is used to understand what the data can tell us beyond the formal modeling or hypothesis testing task. It is a crucial step in the data analysis process. |
@ -0,0 +1,3 @@ |
||||
# Machine Learning |
||||
|
||||
Machine learning is a field of artificial intelligence that uses statistical techniques to give computer systems the ability to "learn" (e.g., progressively improve performance on a specific task) from data, without being explicitly programmed. The name machine learning was coined in 1959 by Arthur Samuel. Evolved from the study of pattern recognition and computational learning theory in artificial intelligence, machine learning explores the study and construction of algorithms that can learn from and make predictions on data – such algorithms overcome following strictly static program instructions by making data-driven predictions or decisions, through building a model from sample inputs. Machine learning is employed in a range of computing tasks where designing and programming explicit algorithms with good performance is difficult or infeasible; example applications include email filtering, detection of network intruders, and computer vision. |
@ -0,0 +1,6 @@ |
||||
# Mathematics |
||||
|
||||
Mathematics is the foundation of AI and Data Science. It is essential to have a good understanding of mathematics to excel in these fields. |
||||
|
||||
- [Mathematics for Machine Learning](https://imp.i384100.net/baqMYv) |
||||
- [Algebra and Differential Calculus](https://imp.i384100.net/LX5M7M) |
@ -0,0 +1,3 @@ |
||||
# MLOps |
||||
|
||||
MLOps is a practice for collaboration and communication between data scientists and operations professionals to help manage production ML lifecycle. It is a set of best practices that aims to automate the ML lifecycle, including training, deployment, and monitoring. MLOps helps organizations to scale ML models and deliver business value faster. |
@ -0,0 +1,5 @@ |
||||
# Statistics |
||||
|
||||
Statistics is the science of collecting, analyzing, interpreting, presenting, and organizing data. It is a branch of mathematics that deals with the collection, analysis, interpretation, presentation, and organization of data. It is used in a wide range of fields, including science, engineering, medicine, and social science. Statistics is used to make informed decisions, to predict future events, and to test hypotheses. It is also used to summarize data, to describe relationships between variables, and to make inferences about populations based on samples. |
||||
|
||||
Learn more from the resources given on the roadmap. |
Loading…
Reference in new issue