AI Bootcamp Notes
AI Bootcamp Notes
4 stages of learning:
● Inspire( AI ethics, bias, etc.)
● Acquire( Statistical data, NPL, CV)
● Experience(Data collection, model training, code modification)
● Empower(create projects)
NLP: domain of AI that uses data in the form of text, audio and speech. For e.g.sematris
Computer vision: Input as images/videos or related to vision. For eg.quick draw.
Data science: In the form of numbers. e.g.rock paper scissor.
Artificial Intelligence: When a machine is able to mimic human intelligence. Like solving real
world problems, taking decisions, improving from experience.
Statistical data:
Data in the form of numerical and alpha- numerical data(both numbers and alphabets)
Applications:
score prediction( Stock markets)
Weather forecasting
Targeted Advertising
Computer Vision
Data in form of images and videos
Applications:
Face Lock
Object Classification
Filters in apps like snapchat
NLP:
Data in form of text and speech
Applications:
Chatbot
Google search
autocorrect
4/5/21
AI project cycle: A cycle/ process
Various stages:
3. Data exploration: Explore more on the collected Data/ organizing the data
To ensure authenticity we go through the government. websites and find relevant data.Explore
trends and patterns. Focuses on analyzing the data.
Now going to split the analyzed data into 2 parts: training data and testing data(usually 70-30)
If you have clean labeled data: supervised learning and if it's difficult to sort data: unsupervised
learning.