Skip to content

PROGRAM NAME

Program Description

PROGRAM HIGHLIGHTS

Content

PROGRAM STRUCTURE

Content

REQUIREMENTS

Content

SCHEDULE & FEES

Content

Curriculum Overview


Monday

Tuesday

Wednesday

Thursday

Friday

Week 1

Content

Content

Content

Content

Content

Week 2

Content


Content


Content


Content

Content

Week 3

Content


Content


Content

Content



Explore Our Other Programs

AI Exploration

Dive into data visualization and real-world case studies, with a capstone project. No coding required.
Grades 7 - 10

Python for AI

Learn Python programming fundamentals, including data types & control flows, with project.
Grades 7 - 12

AI FORGE

Explore ML models, predictive modeling, and hyper-parameter tuning in a USGs-focused capstone project.
Grades 11 - 12

AI RESEARCH

Formulate research questions, build predictive models, and conduct research using real-world datasets.
Grades 11 - 12

2025 PROGRAM REGISTRATION

All times are in PST
Student Grade Level in the academic year 2024-2025
The name of the high school that the student will be attending in the academic year 2025-2026.
What interests you about AI and Data Science? Why do you want to join this program?
Referrer's Full Name
Referrer's Email
Price: $600.00
Please review your information before you submit. You will be directed to a payment form for completing your registration.
document.addEventListener('DOMContentLoaded', () => { const menuToggle = document.querySelector('.elementor-menu-toggle'); const dropdownMenus = document.querySelectorAll('.menu-item-has-children'); if (menuToggle && dropdownMenus.length > 0) { menuToggle.addEventListener('click', () => { document.querySelector('.elementor-nav-menu__container').classList.toggle('dropdown-open'); }); dropdownMenus.forEach((menu) => { const submenu = menu.querySelector('.sub-menu'); if (submenu) { menu.addEventListener('click', (e) => { if (window.innerWidth <= 768) { e.preventDefault(); submenu.classList.toggle('dropdown-open'); } }); } }); } });