The Future Of Software engineering and AI: What YOU can do about it
Webinar starts in
Explore all newline lessons
lesson
CLIP Finetuning for InsuranceAI BootcampFine-tune CLIP for car damage classification, use Google Custom Search API for collecting datasets, and apply LoRA with Optuna for optimization.
lesson
RAG Evaluation and OptimizationAI BootcampEvaluate RAG outputs (recall, MRR, qualitative), optimize retriever+generator coordination for enterprise use cases.
lesson
Advanced RAG SystemsAI BootcampAnalyze production-grade RAG case studies (Relari, Evidently), understand bottlenecks (chunking, reranking), and compare embedding models.
lesson
Monkeywrenching into LLaMAAI BootcampEdit layers in a pre-trained model, understand a state-of-the-art model and monkey patching cutom layers in State of the art model.
lesson
Debugging & Testing TransformersAI BootcampUse sanity checks and test loss to debug, observe transformer behavior on structured prompts/simple sequences.
lesson
Building a Full TransformerAI BootcampConnect embeddings, attention, feedforward, and normalization; implement skip connections and positional encodings manually.
lesson
Mini-Project: Generating Synthetic Data & Finetuning for EvaluationAI BootcampMini Projects: Generating Different Synthetic Data & Fine-Tuning for Evaluation-Centric Applications w.r.t Building synthetic data for non-reasoning, Building synthetic data for reasoning, and Building synthetic data for diversity.
lesson
Advanced Multimodal ApplicationsAI BootcampApply domain-specific LoRA tuning, explore regression/classification heads, and understand diffusion models for text-to-image/video generation.
lesson
Multimodal Finetuning with CLIPAI BootcampFine-tune CLIP for classification/regression (e.g., pizza types, solar prediction), add heads on embeddings, and compare zero-shot vs fine-tuned accuracy.
lesson
FFN Components & TrainingAI BootcampExplore dropout, LayerNorm, positional encoding, skip connections, and build intuition for transformer depth and context encoding.
lesson
Feedforward Networks in TransformersAI BootcampUnderstand linear/nonlinear layers, implement FFNs in PyTorch, and compare activation functions (ReLU, GELU, SwiGLU).
lesson
Finetuning Case StudiesAI BootcampApply fine-tuning for HTML generation, resume scoring, financial tasks, and compare base vs instruction-tuned model performance.