AI (artificial intelligence)
355 courses 15 categories
Part of Learn Data & AI
AI and machine learning as a topic spans everything from classical statistical learning to the foundation models reshaping how software is built. The category covers two distinct skill tracks. The first is applied AI engineering — integrating language models, building RAG pipelines, designing agents, and shipping AI features in production. The second is traditional machine learning — supervised learning, neural networks from scratch, the math underneath modern systems.
The frontier moved fast through 2024-2025. Closed-model providers (OpenAI, Anthropic, Google, xAI) compete on benchmarks. Open-weight models (Llama, Qwen, Mistral, DeepSeek) reached parity for most tasks at a fraction of the cost when self-hosted. Toolchains stabilized: PyTorch dominates research, vLLM and llama.cpp run inference, Hugging Face hosts the ecosystem, and a new layer of agentic frameworks (LangGraph, OpenAI Agents SDK, CrewAI) handles orchestration.
What you'll find under this topic
- Large language models: transformers, fine-tuning, RLHF, DPO, model evaluation
- Applied AI: ChatGPT and Claude integration, prompt engineering, AI agents
- Retrieval-Augmented Generation: chunking, embeddings, vector stores (pgvector, Pinecone, Qdrant), reranking
- Computer vision: OpenCV, image generation (Stable Diffusion, FLUX), object detection
- Math foundations: linear algebra, probability, calculus for ML
- Production AI: cost control, evaluation, prompt-injection defense, observability
The roles hiring against this topic include ML engineers at companies like OpenAI, Anthropic, Google DeepMind, and Meta AI; AI product engineers at any SaaS company adding LLM features; and applied scientists at Spotify, Netflix, and Uber where recommendation systems still drive significant revenue.
Categories (15)
Courses (355)
Showing 1 – 30 of 355 courses
NewThe practical course on working with Claude Code helps quickly master the CLI agent, context engineering, and the creation of resilient multi-agent systems8h 44m5/5
NewMaster AI tool development and create your own CLI by studying agent system architecture and principles of working with AI in real-world tasks.34h 18m
NewPractical course on mastering Claude Cowork. Learn to use AI agents, create workflows, connect services, and automate tasks.2h 18m5/5
NewThe intensive course on developing practical AI skills in 30 days helps expedite the creation of texts, research, and sustainable workflows.6h 52m5/5
Updated 1mo agoThe Apache Flink course helps master stream data processing, deploy and optimize real-time pipelines for professional projects.2h 12m
Updated 1mo agoPractical course on integrating Claude Code into DevOps processes: installation on Linux, security, automation, and creating a real project portfolio.2h 30m
Updated 1mo agoIntensive course on modern computer vision models with a focus on practice, segmentation, detection, and deployment of solutions.6h 8m
Updated 1mo agoLearn to integrate Claude Code into your workflow. Create an AI application from scratch and secure it using modern technologies and practices.8h 57m5/5
Updated 1mo agoLearn to properly formulate AI tasks to increase efficiency and prevent project failures. Includes a 5-step framework and access to 200+ case studies.7h 3m5/5
Updated 1mo agoLearn how to create applications with Next.js: UI design, authentication, databases, UX, payments via Stripe, and email automation. Suitable for beginners.8h
Updated 1mo agoMaster the practical implementation of AI models in applications using cloud services. Learn to work with APIs, scalable AI services, and create prototypes.27m
Updated 1mo agoJoin the masterclass on Full Stack AI Development. Learn about AI system architecture and creation from scratch, integrations, and engineering practices.2h 36m5/5
Updated 1mo agoMaster modern AI with the Advanced Local AI course. Learn to use and integrate open-source models for real-world tasks.1h 1m
Updated 1mo agoExplore creating AI agents in Python without complex frameworks. Maintain full control over system logic and security, and work directly with AI APIs.2h 33m5/5
Updated 1mo agoGain a practical understanding of AI product development: from MVP to a full-fledged solution, process automation, and testing of AI applications.3h 10m
Updated 1mo agoLearn how to create a full-stack application using Next.js and the AI tool Claude Code. The entire development cycle from idea to production, including UX.5h 1m
Updated 1mo agoLearn how to create a complete ML solution from data to cloud deployment. Master the end-to-end pipeline and professional code architecture.2h 55m5/5
Updated 1mo agoGain practical skills in AI system development based on professional experience. Master the tools and approaches for successful AI solution implementation.1h 49m
Updated 1mo agoLearn to create AI applications using TypeScript and Python, with a focus on practice and using AI tools. Gain skills for development.1h 59m
Updated 1mo agoStudy AI programming techniques for your projects. The course reveals strategies and approaches for the effective use of AI tools. Author: Zen van Riel.2h 51m5/5
Updated 1mo agoPractical training in modern AI technologies. Learn LLM, create a question-answer service, and acquire a knowledge base on AI.1h 34m
Updated 1mo agoMaster the key principles of computer vision and design perception systems from scratch. Delve into camera geometry and 3D reconstruction.2h 48m
Updated 1mo agoStudy the Solveit method for solving tasks using code. The course covers algorithms, web development, system administration, and startup creation.23h 24m
Updated 1mo agoStudy modern practices with generative AI and become an AI engineer. Apply Claude Code to real-world tasks to create reliable solutions.9h 31m5/5
Updated 1mo agoTake a 26-hour course on AI project development in Golang. Create 6 advanced projects, enhancing your skills in building scalable solutions.25h 50m0/5
Updated 1mo agoStudy the systematic approach to development with AI. Master the AI workflow, work with MCP servers, and create the DevStash platform. The course takes you from16h 23m5/5
Updated 1mo agoMaster machine learning with Hugging Face. A practical course from basics to real-world projects. Minimum theory, maximum practice.23h 23m
Updated 1mo agoEnhance your qualifications in machine learning by learning about infrastructure, deployment, and full lifecycle management of ML in 8 weeks. Become in demand.14h 2m
Updated 1mo agoMaster agent architecture and create an AI application in 6 weeks. Become an indispensable orchestrator of intelligent agents and boost your career.7h 6m5/5
Updated 2mo agoLearn how to use a system of rules to maintain high code quality by applying directives and recommendations in a project using Claude Code.53m
Related topics
Frequently asked questions
- Is AI a good career path in 2026?
- Yes. Demand still outpaces supply across applied AI engineering, ML research, and AI product roles, and pay sits at the top of the engineering market. The biggest hiring shift since 2024 is that 'AI engineer' now usually means LLM-integration and agent work rather than training models from scratch, so a software-engineer background plus solid Python is enough to enter without a PhD.
- Do I need a math or PhD background to work in AI?
- Not for applied AI — building products with foundation models, RAG pipelines, agents, and evaluation only needs working Python and ML literacy. Deep math (linear algebra, probability, optimization) is required for ML research, model architecture work, and fine-tuning at scale. Most production AI engineering jobs sit firmly in the applied bucket.
- AI vs Machine Learning — which should I learn first?
- Start with applied AI (LLM APIs, prompts, RAG) if your goal is shipping features fast; classical ML and the math underneath make more sense if you want depth in model behaviour, fine-tuning, or research. Most engineers today learn applied AI first and pick up ML fundamentals as needed when LLM outputs need debugging or evaluation.
- What stack do AI engineers actually use day to day?
- Python is the default language. Inference talks to OpenAI, Anthropic, or open-weight models via vLLM or llama.cpp. Orchestration leans on LangGraph, OpenAI Agents SDK, or hand-rolled state machines. Storage uses pgvector, Qdrant, or Pinecone for retrieval. Evaluation runs on LangSmith, Braintrust, or in-house harnesses. PyTorch shows up for any custom training.
- How long until I can ship something real with AI?
- A working RAG prototype or simple agent is a weekend if you already write code — the APIs are well-documented and the toolchain is mature. Reaching production quality (latency budgets, eval harness, cost control, prompt-injection defense) is typically 2–4 months of consistent project work. Hireable depth in applied AI takes 6–12 months.