Artificial Intelligence

From Fundamentals to Advanced Research

This hub is the front door to every AI topic on the site. It connects four depths of theory — from a plain-English intro to graduate-level proofs — with the hands-on generative-AI guides:

  • Four depth levels. Simplified → Complete → Deep Dive → Mathematics. Climb only as far as you need.
  • Theory meets practice. Every concept links to a hands-on generative-AI guide you can run today.
  • Current research. Foundation models, multimodal systems, and alignment — the 2025–2026 frontier.

How These Pages Fit Together

This hub points to four depth levels of AI theory plus the hands-on generative-AI guides. Pick a depth, then branch into practice:

flowchart TD
    Hub["AI Hub (you are here)"] --> Simple["AI Fundamentals — Simplified<br/>(no math)"]
    Simple --> Complete["AI Fundamentals — Complete<br/>(technical)"]
    Complete --> Deep["AI Deep Dive<br/>(transformers, LLMs)"]
    Complete --> Math["AI Mathematics<br/>(theory & proofs)"]
    Hub --> Practice["AI/ML Guides<br/>(generative AI)"]
    Practice --> SD["Stable Diffusion"]
    Practice --> Comfy["ComfyUI"]
    Practice --> LoRA["LoRA Training"]
    Deep --> QML["Quantum ML →<br/>Quantum Computing Hub"]

Start Here

Four entry points, ordered by depth. Each builds on the one before, but you can stop at whatever level meets your goal.

Practical AI/ML Tools

Ready to build? The hands-on AI/ML Documentation covers generative AI end to end:

Core AI Domains

AI is not one field but several overlapping ones, each defined by the kind of data it works with and the structure it exploits. The table below is a quick orientation; the sections that follow go into each domain and link to the relevant guides.

Domain What it does Defining method On this site
Machine Learning Learn patterns from data to predict or decide Statistical models, gradient descent AI Fundamentals
Deep Learning Learn hierarchical features from raw input Multi-layer neural networks AI Deep Dive
Natural Language Processing Understand and generate human language Transformers, large language models AI Deep Dive
Computer Vision Interpret and generate visual information CNNs, diffusion models Stable Diffusion
Generative AI Create new images, text, audio, and video Diffusion, GANs, autoregressive LLMs ComfyUI Guide

Deep learning is a subset of machine learning; NLP, computer vision, and most of generative AI are in turn powered by deep learning today. Understanding that nesting is the fastest way to navigate the field.

Machine Learning

Machine Learning enables computers to learn from data without being explicitly programmed. It forms the foundation of modern AI systems.

Key Topics:

  • Supervised Learning (Classification, Regression)
  • Unsupervised Learning (Clustering, Dimensionality Reduction)
  • Reinforcement Learning
  • Feature Engineering
  • Model Evaluation and Validation

Resources:

Deep Learning

Deep Learning uses neural networks with multiple layers to progressively extract higher-level features from raw input.

Key Topics:

  • Neural Network Architectures
  • Convolutional Neural Networks (CNNs)
  • Recurrent Neural Networks (RNNs)
  • Transformers and Attention Mechanisms
  • Training Techniques and Optimization

Resources:

Natural Language Processing

NLP focuses on enabling computers to understand, interpret, and generate human language.

Key Topics:

  • Text Classification and Sentiment Analysis
  • Named Entity Recognition
  • Machine Translation
  • Question Answering Systems
  • Large Language Models (LLMs)

Applications:

  • Chatbots and Virtual Assistants
  • Document Analysis
  • Language Generation

Computer Vision

Computer Vision enables machines to interpret and understand visual information from the world.

Key Topics:

  • Image Classification
  • Object Detection and Segmentation
  • Face Recognition
  • Image Generation (Diffusion Models)
  • Video Analysis

Resources:

Generative AI

Generative AI creates new content including images, text, audio, and video.

Key Technologies:

  • Diffusion Models (Stable Diffusion, FLUX)
  • GANs (Generative Adversarial Networks)
  • Variational Autoencoders (VAEs)
  • Large Language Models
  • Multi-modal Models

Resources:

Resource Categories

Foundational Resources

Implementation Guides

Advanced Topics

Learning Paths

Choose a path based on your goals:

Path 1: AI Fundamentals (Theory-Focused)

For: Understanding how AI works conceptually and mathematically

  1. AI Fundamentals - Simplified (Start here - no math required)
  2. AI Fundamentals - Complete (Technical deep-dive)
  3. AI Deep Dive (Transformers, LLMs, research)
  4. AI Mathematics (Statistical learning theory)

Path 2: Generative AI (Practice-Focused)

For: Creating images, training models, building AI applications

  1. Stable Diffusion Fundamentals (Core concepts)
  2. ComfyUI Guide (Workflow creation)
  3. Model Types (LoRAs, VAEs, etc.)
  4. LoRA Training (Train custom models)
  5. Advanced Techniques (Professional workflows)

Path 3: Research Track

For: Those pursuing AI research or advanced development

  1. AI Fundamentals - Complete (Foundation)
  2. AI Deep Dive (Modern architectures)
  3. AI Mathematics (Theoretical foundations)
  4. Quantum Computing (Quantum ML)

Infrastructure & Tools

Theoretical Foundations

2025-2026 Focus Areas

  • Foundation Models: Large-scale pre-trained models (GPT, CLIP, DALL-E)
  • Multimodal AI: Systems that process multiple data types
  • AI Safety & Alignment: Ensuring AI systems behave as intended
  • Efficient AI: Reducing computational requirements
  • Explainable AI: Making AI decisions interpretable

Emerging Technologies

  • Quantum Machine Learning
  • Neuromorphic Computing
  • Edge AI and TinyML
  • AI-assisted Scientific Discovery
  • Autonomous Systems

Contributing

This documentation is continuously evolving. If you notice areas for improvement or have expertise to share, we welcome contributions through our GitHub repository.

See Also