AI ML June 4 2022
AI ML June 4 2022
Science
• Data science continues to evolve as one of the most promising and in-demand
career paths for skilled professionals.
•data scientists are able to identify relevant questions, collect data from a
multitude of different data sources, organize the information, translate results
into solutions, and communicate their findings in a way that positively affects
business decisions.
• Glassdoor ranked data scientist among the top three jobs in America since 2016
Why should we learn Data Science?
• A fuel of 21st Century
• Problem of Demand & Supply
• A Lucrative Career
• Data Science can make the World a Better Place
• Data Science is the Career of Tomorrow
Data Science Process
Data Science tools
•R
• Python
R versus Python
• Data collection
• Data exploration
• Data modeling
• Data visualization
Data Science – A formal definition
• Data science combines multiple fields, including statistics, scientific methods, artificial
intelligence (AI), and data analysis, to extract value from data. Those who practice data science
are called data scientists, and they combine a range of skills to analyze data collected from the
web, smart phones, customers, sensors, and other sources to derive actionable insights.
• Companies are sitting on a treasure trove of data. As modern technology has enabled the
creation and storage of increasing amounts of information, data volumes have exploded. It’s
estimated that 90 percent of the data in the world was created in the last two years. For example,
Facebook users upload 10 million photos every hour.
Difference between data science, artificial intelligence and
machine learning
• Tuples
• Set
• Dictionary
Declarations
Built-in functions
• append()
• pop()
• update()
• extend()
• count()
• reverse()
• min() & max()
• range()
• sqrt()
• gcd()
• factorial()
Built-in functions
• upper()
• floor()
• ceil()
• len()
• remove()
• reverse()
• sin()
• cos()
• tan()
Finding logarithm
Finding the Logarithm
• log() function returns the logarithmic value of a
with base b. If the base is not mentioned, the
computed value is of the natural log.
• log2(a) function computes value of log a with base
2. This value is more accurate than the value of
the function discussed above.
• log10(a) function computes value of log a with
base 10. This value is more accurate than the
value of the function discussed above.
Printing calendar in python
The calendar module gives a wide range of methods to play with yearly
and monthly calendars.
• import pandas as pd
• mydata= pd.read_csv("C:\\Users\\smitha\\Documents\\file1.csv")
• Import files from URL
• mydata = pd.read_csv("http://winterolympicsmedals.com/medals.csv")
• Simple Hypothesis
• Complex Hypothesis
• Null Hypothesis
• Alternative Hypothesis
• Logical Hypothesis
• Empirical Hypothesis
• Statistical Hypothesis
Simple Hypothesis
• A simple hypothesis predicts the relationship between two variables:
the independent variable and the dependent variable.