Signed in as:
filler@godaddy.com
Signed in as:
filler@godaddy.com
本课程面向二年级及以上学生(以学区年级为准),学生需自备电脑(Chromebook 即可)参与课堂学习。
加入我们,一起踏上结合中国经典文学与现代编程技术的创意旅程!课程将以《西游记》为主题,引导学生使用趣味十足的可视化编程语言 Scratch,重温齐天大圣孙悟空和伙伴们的传奇冒险。
学生将在故事讲述与编程实践的双重引导下,动手制作游戏、动画与互动项目,把《西游记》中耳熟能详的精彩章节生动呈现。课程不仅教授Scratch编程基础,还特别注重激发学生的创造力、提升叙事能力,增强逻辑思维与项目表达能力。
让我们一起在编程的世界中感受中华经典的魅力,开启一段寓教于乐的学习之旅!
When Coding Meets Journey to the West: A Creative Scratch Programming Course
This course is designed for students in 2nd grade and above (based on school district grade level). Students are required to bring their own laptop or Chromebook for in-class participation.
Join us on a creative adventure that blends the timeless Chinese classic Journey to the West with the fun of Scratch programming! Using Scratch—a beginner-friendly visual programming language—students will explore the epic tales of the Monkey King and his companions through storytelling and hands-on coding.
Throughout the course, students will create games, animations, and interactive projects that bring iconic episodes from Journey to the West to life. While learning fundamental coding concepts, they will also enhance their creativity, narrative skills, logical thinking, and digital expression.
Get ready to embark on an exciting journey through code and Chinese literature—where imagination meets technology!
🧠 我们广受欢迎的国际象棋课程将于2025-2026学年重新开课!
此前因老师离任,该课程曾中断一段时间。现在,在新老师的带领下,课程即将再次回归课堂!
国际象棋不仅锻炼逻辑思维、提高专注力,还能增强学生的决策能力和策略意识。课程将从基础规则讲起,逐步提升实战技巧,适合各年龄段和不同水平的学生。
🧠 Chess Class Is Back for 2025–2026!
Our popular chess class is returning this year after a temporary pause due to the previous teacher's departure. We are excited to restart the program with a new instructor!
Chess helps develop logical thinking, focus, decision-making, and strategic skills. The class will start with basic rules and gradually build up to real-game strategies — perfect for students of all ages and skill levels.
📍 Don’t miss out!
本课程旨在讲解学习深度学习前所需的基础知识,帮助学生夯实技术基础,为后续深入学习人工智能与计算机视觉领域做好准备。
建议六年级及以上学生选修此课程。学生需具备基本的 Python 编程经验或至少了解 Python 编程语言。
注:本课程要求学生自带笔记本电脑上课,不支持 Chromebook。
课程分为两个核心模块:
一. 图像处理与 OpenCV 入门
学生将学习如何使用 OpenCV——一个广泛应用于图像和视频处理的 Python 开源库。课程将介绍图像读取、处理、转换等基础操作,帮助学生掌握深度学习中对图像数据预处理的常用方法。
二. 使用 Google MediaPipe 实现智能识别项目
学生将通过 Google 的 MediaPipe 模型,探索如何实现基础的人工智能项目,如:
通过简洁高效的编程实践,学生能够实现有趣的视觉 AI 项目,激发对深度学习和人工智能的兴趣。
This course is designed to introduce the essential foundational knowledge required before studying deep learning. Through structured learning of key concepts, students will be well-prepared for future exploration in the field of deep learning and artificial intelligence.
This course is recommended for students in Grade 6 and above who have used or are familiar with Python programming.
Note: Students must bring their own laptops (Chromebooks are not supported).
The course is divided into two main parts:
1. Introduction to OpenCV and Image Processing
OpenCV is a popular open-source Python library widely used for image and video processing. Students will learn how to handle visual data through basic image processing techniques, which are essential skills for preparing datasets for deep learning models.
2. Hands-on AI Projects Using Google MediaPipe
Students will explore pre-trained models from Google MediaPipe to build fun and interactive projects with minimal coding. Topics include:
These projects help students apply what they’ve learned in practical and creative ways, sparking interest in computer vision and AI development.
📌 课程要求:
本课程适合高中生或初中高年级学生,需具备扎实的 Python 编程基础,或者学过之前“深度学习基础课”的同学。本课程以项目实践为主,概念讲解相对简洁,适合具有一定技术能力的学生。 学生需自带可联网的笔记本电脑(不支持 Chromebook)。 部分项目可能需要使用 GPU 云计算资源,如使用国内平台,预计花费约人民币 ¥50–100 元。
本课程分为两个主要模块:
卷积神经网络(Convolutional Neural Network, CNN)是一种专门处理图像数据的深度学习模型。 CNN 通过卷积层提取局部特征,使用池化层降维并增强平移不变性,最终通过全连接层或全局池化层完成分类或回归任务。
与传统神经网络相比,CNN 可自动学习图像中的边缘、纹理、形状等多层次特征,显著提升在图像识别、目标检测和图像分割等任务中的表现。 课程将讲解基本原理,并通过多个小项目帮助学生动手训练模型、应用所学。
YOLO(You Only Look Once)是一种实时目标检测算法,具有高效、轻量、准确等特点。 它被广泛应用于无人驾驶、智能监控、无人机巡检、工业自动化等多个领域。
学生将学习如何使用预训练的 YOLO 模型,并通过多个小型项目实现基本的目标识别功能,了解其在现实生活中的实际应用。
This course is intended for high school students or advanced middle school studentswith solid Python programming experience. Unlike introductory courses, this class focuses primarily on hands-on projectswith minimal conceptual instruction. Students are required to bring their own internet-enabled laptops (Chromebooks are not supported). Some assignments may require access to GPU cloud services (approximately ¥50–100 RMB if using Chinese platforms).
The course is divided into two major components:
CNNs are a class of deep learning models specifically designed for image data processing. They extract local features through convolutional layers, reduce spatial dimensions using pooling layers, and integrate information via fully connected or global pooling layers for tasks such as classification and regression.
Compared to traditional neural networks, CNNs automatically learn hierarchical features—such as edges, textures, and shapes—dramatically improving the performance of tasks like image recognition, object detection, and image segmentation.
After learning the core principles of CNNs, students will work on various hands-on mini-projects to apply what they’ve learned in practice.
YOLO is a real-time object detection algorithm known for its speed, accuracy, and lightweight structure. It has broad applications in fields like autonomous driving, intelligent surveillance, drone inspection, and industrial automation.
Students will learn how to use pre-trained YOLO models and apply them in small projects to explore real-world object detection.
空手道是一门令人兴奋的武道课程,注重培养纪律性、专注力和身体素质。通过系统化课程,学生将学习拳法、踢法和格挡等基础技术,同时增强自信心与自控力。课程强调尊重他人、团队合作与坚持不懈的精神,是促进个人成长的绝佳活动。无论您的孩子是初学者还是已有经验,我们的空手道课堂都将提供充满支持与互动的学习环境,助力他们精进技能并享受武道之旅。
Karate is an exciting martial arts class that promotes discipline, focus, and physical fitness. Through structured lessons, students will learn fundamental techniques such as punches, kicks, and blocks while building confidence and self-control. This class emphasizes respect for others, teamwork, and perseverance, making it an excellent activity for personal growth. Whether your child is a beginner or has prior experience, our Karate class provides a supportive and engaging environment to develop their skills and enjoy the journey of martial arts.
美术课程是一门富有趣味性与实践性的课程,旨在激发儿童的创造力,提升学生的艺术素养。通过创意手工制作、多样化的趣味绘画活动,课程不仅锻炼了学生的动手能力,还促进了思维的拓展与多元智能的发展。艺术学习有助于儿童表达个性、发现潜能,全面提升审美能力与创造性思维,为他们的成长注入灵感与自信。
The art course is an engaging and hands-on program designed to spark children's creativity and enhance their artistic appreciation. Through imaginative craft-making and a variety of fun drawing activities, the course helps develop fine motor skills, encourages creative thinking, and supports well-rounded intellectual growth. Art also provides children with a meaningful outlet for self-expression, helping them discover their potential, build confidence, and develop a stronger sense of aesthetic awareness.
Copyright © 2025 HAPPYVALLEYCHINESESCHOOL.ORG - All Rights Reserved.
Powered by GoDaddy