Home Course category Byte-Sized Devops Series Learning Path
  • Building AI Agents with Azure AI Studio

    10 weeks
    All levels
    0 lessons
    0 quizzes
    0 students
    Duration:   1 Day Code:  BDT551 Category:  

    This course teaches participants how to build intelligent AI agents using Azure AI Studio. Learners will design conversational agents capable of retrieving knowledge, interacting with users, and performing automated tasks.

  • AI-Assisted Development with Claude Code

    10 weeks
    All levels
    0 lessons
    0 quizzes
    0 students
    Duration:   1 Day Code:  BDT 546 Category:  

    Claude Code is Anthropic’s agentic coding assistant that runs directly in a developer’s terminal and works with the local codebase. It can analyze projects, edit files, run commands, and automate development tasks through natural-language instructions.

  • AI for Coding

    10 weeks
    All levels
    0 lessons
    0 quizzes
    0 students
    Duration:   Half Day Code:  BDT426 Category:  

    This immersive 3-hour hands-on training explores how AI-powered coding tools enhance software development.

  • Introduction to PyTorch and Large Language Models

    10 weeks
    All levels
    0 lessons
    0 quizzes
    0 students
    Duration:   1 day Code:  BDT 500 Category:  

    This hands-on course introduces the fundamentals of deep learning, neural networks, and PyTorch—one of the most widely used deep learning frameworks.

  • Byte-Sized Deep Learning Series: Model Persistence with Keras

    10 weeks
    All levels
    0 lessons
    0 quizzes
    0 students
    Duration:   90 min Code:  BDT 499 Category:  

    Once you’ve built and trained your model, what’s next? You need to persist it so that it can be used later without retraining — whether that’s for evaluation, deployment, or inference on new data.

  • Byte-Sized Deep Learning Series: Neural Networks – Overfitting, Underfitting

    10 weeks
    All levels
    0 lessons
    0 quizzes
    0 students
    Duration:   90 min Code:  BDT 498 Category:  

    In deep learning, a model can either underfit (not learn enough from the data) or overfit (memorize the data, losing the ability to generalize).

  • Byte-Sized Deep Learning Series: Understanding Transfer Learning

    10 weeks
    All levels
    0 lessons
    0 quizzes
    0 students
    Duration:   90 min Code:  BDT 497 Category:  

    Deep learning models are data-hungry; but what if you could leverage a pre-trained network to solve your problem with much less data?

  • Byte-Sized Deep Learning Series: Training Optimization of Neural Networks

    10 weeks
    All levels
    0 lessons
    0 quizzes
    0 students
    Duration:   90 min Code:  BDT 496 Category:  

    Building a neural network is only the beginning — training it successfully is where real deep learning expertise shines.

  • Byte-Sized Deep Learning Series: Handling Text Data with Keras

    10 weeks
    All levels
    0 lessons
    0 quizzes
    0 students
    Duration:   90 min Code:  BDT 495 Category:  

    Unlock the secrets of working with text data using Keras!
    In this 90-minute hands-on session, you’ll learn essential text preprocessing steps like tokenization, padding, and vocabulary building, and see how to turn words into numbers using embedding layers.

  • Byte-Sized Deep Learning Series: Image Classification with CNN

    10 weeks
    All levels
    0 lessons
    0 quizzes
    0 students
    Duration:   90 min Code:  BDT 494 Category:  

    How do computers “see” and recognize images?
    This session will introduce you to Convolutional Neural Networks (CNNs): the deep learning architecture that powers technologies like facial recognition, autonomous vehicles, and medical image analysis.