Skip to content

Instantly share code, notes, and snippets.

@rajaramtt
Last active June 22, 2026 09:44
Show Gist options
  • Select an option

  • Save rajaramtt/147af70042f1ebd64e7bd8c68a3dce93 to your computer and use it in GitHub Desktop.

Select an option

Save rajaramtt/147af70042f1ebd64e7bd8c68a3dce93 to your computer and use it in GitHub Desktop.
AI Knowledge.md

What is AI? Artificial Intelligence (AI) is the ability of computers to perform tasks that normally require human intelligence, such as learning, reasoning, problem-solving, understanding language, and making decisions
OR
AI teaches computers to think and act intelligently using data.

For example, ChatGPT understands questions and generates responses, Netflix recommends movies, and Google Maps finds the best route using AI.

AI Hierarchy

AI
 └── Machine Learning (ML)
     └── Deep Learning (DL)
          └── Generative AI (ChatGPT, Gemini, Copilot)
          
AI → Makes machines intelligent.
ML → Learns from data.
DL → Uses neural networks to learn complex patterns.
Gen AI → Creates new content (text, images, code, video).          

AI Engineer: An AI Engineer applies AI to real-world applications using pre-trained models, APIs, and AI tools
For example, an AI Engineer adds AI-powered chatbots, summarize reviews, product recommendations, and search capabilities to an e-commerce website.

AI is a technology that enables computers to mimic human intelligence and perform tasks like learning, decision-making, and problem-solving. For example, ChatGPT answering questions, Netflix recommending movies, and self-driving cars are all AI applications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment