Daniyal Shahrokhian
Use these slides however you want. You can help me by just citing "Daniyal Shahrokhian" as source.
Overall, AI is a predictive process. From an input, we try to predict an output.


An example of this Process is Image Recognition.

Input: Image
Output: Class of animal

Another (more practical) example is House Price Prediction.

Input: Size, neighborhood, number of bedrooms, etc.
Output: Price


It does not "learn from reading the internet". OpenAI used the internet to learn a representation of language, but used 13,000 Q&A pairs to build InstructGPT (precursor to ChatGPT)
Billions of text examples
10s of thousands of Q&A pairs
Score different outputs and guide the model towards the best ones
In theory, any process that can be defined as Input → Output, can be automated with AI. That's why you see it being applied EVERYWHERE, it is not just hype.
Detecting missing pills, damaged packaging or incorrect colors can be automated with Computer Vision.

E-commerces can personalize product suggestions based on customer behavior and preferences, driving more sales.

AI automates the initial screening of resumes, identifying the most suitable candidates based on job requirements, skills, and experience.

AI can automatically analyze incoming customer emails to detect complaints, categorize them by topic, and route them to the appropriate customer service department, significantly reducing manual triage time.

An example of 2 or more AI models being used in a chain.
One model can process customer service calls by transcribing the conversation. This transcription is then fed to another AI model that generates a summary with key issues and action items.

Use these slides however you want. You can help me by just citing "Daniyal Shahrokhian" as source.