Explore Courses
Browse our full catalogue of AI-powered learning experiences across every discipline.
Results 125
My Little AI Agent
AI000My Little AI Agent
Designed for preschool learners, this course transforms complex computer science concepts—such as Agents, evolutionary learning, prompting, and even negative entropy—into concrete, playful, and age-appropriate experiences. Across five lessons, children build foundational AI literacy: understanding what AI is and how it helps people, learning to give clear instructions (prompting), exploring specialized AI "helpers" (agents) and teamwork, discovering how AI learns from data and mistakes, and finally engaging in a guided human–AI co-creation project that promotes creativity, responsibility, and technology-for-good values.
Introduction to Python Programming
AI001Introduction to Python Programming
Learn Python, a popular programming language, covering core concepts for everything from web and software development to data science and quality assurance. Skills gained include writing Python 3 programs and simplifying code.
Applied Deep Learning with PyTorch (Zero to Mastery)
AI002Applied Deep Learning with PyTorch (Zero to Mastery)
This course provides a comprehensive introduction to Deep Learning using PyTorch, the most popular framework for machine learning research. Starting from tensor fundamentals, students will progress through the complete ML workflow, computer vision, modular software engineering, transfer learning, and model deployment. The curriculum is "code-first," emphasizing hands-on implementation and experimentation.
Introduction to Deep Learning
AI003Introduction to Deep Learning
Deep learning is a sub-field of machine learning that focuses on learning complex, hierarchical feature representations from raw data using artificial neural networks. The course covers fundamental principles, underlying mathematics, optimization concepts (gradient descent, backpropagation), network modules (linear, convolution, pooling layers), and common architectures (CNNs, RNNs). Applications demonstrated include computer vision, natural language processing, and reinforcement learning. Students will use the PyTorch deep learning library for implementation and complete a final project on a real-world scenario.
AI Magic Lab
AI004AI Magic Lab
A rigorous course structure integrating four major sections: AI Fundamentals, Large Model Generation (GenAI & LLM), Agents and Evolutionary Computation (highlighted as a PolyU Feature), and Ethics. The course logic progresses sequentially through Perception & Data (L1-3), Cognition & Generation (L4-6), Agents & Evolution (L7-9), and concludes with Ethics & Future (L10).
AI Mastery Bootcamp: From Zero to Agent Architect
AI005AI Mastery Bootcamp: From Zero to Agent Architect
A 5-session intensive bootcamp designed to transform beginners into AI Agent Architects. The curriculum covers the 'BRIC' framework for prompt engineering, content acceleration for reading and viral copywriting, workplace automation for Excel and PowerPoint, building a 'Second Brain' using RAG (Retrieval-Augmented Generation), and creating autonomous digital employees.
Advanced Guide to Prompt Engineering for Large Language Models
AI006Advanced Guide to Prompt Engineering for Large Language Models
A comprehensive advanced guide to mastering AI through structured logic and precise instruction. The course covers structural frameworks (CO-STAR), Few-Shot learning, Chain of Thought reasoning, output format constraints (JSON/Markdown), and prompt system management to resolve issues such as AI hallucinations and poor logical output.
OpenClaw: Architecture, Dev & Security for Local AI Agents
AI007OpenClaw: Architecture, Dev & Security for Local AI Agents
This course provides an in-depth analysis of OpenClaw, a groundbreaking open-source framework for autonomous AI agents. It systematically deconstructs the framework's layered system architecture, local-first RAG memory mechanisms, browser automation protocols, and highly scalable skill ecosystem. The curriculum covers practical orchestration of complex workflows, including PIV automation flows and multi-agent committee patterns. Furthermore, it critically analyzes hardware trade-offs in production-grade deployment paradigms and presents defense-in-depth strategies against core security threats such as RCE vulnerabilities and prompt injection. The course aims to empower senior developers and architects to build AI agent systems that possess high autonomy while remaining secure and controllable.
Large Language Models for Everyone: From Basics to Practical Use (2026 Edition)
AI008Large Language Models for Everyone: From Basics to Practical Use (2026 Edition)
This course is a beginner-friendly, practical introduction to Large Language Models (LLMs) such as ChatGPT and Gemini. Designed for learners from any background, it explains how LLMs work at a high level, what they can and cannot do, and how to use them effectively in study, work, and everyday life. Through hands-on demonstrations and guided exercises, you will learn prompt techniques, how to evaluate outputs critically, how to handle hallucinations and bias, and how to use common tools (e.g., documents, summaries, translation, data tasks) safely and responsibly. By the end of the course, you will be able to build a personal “LLM workflow” for real tasks—writing, research, planning, and productivity—without needing advanced coding skills.
《神经和形态发育系统的演化计算及应用——通向通用人工智能的新途径》(15节课)
AI009L《神经和形态发育系统的演化计算及应用——通向通用人工智能的新途径》(15节课)
本书从计算建模的角度研究神经系统与形态(身体)的协同演化与发育。内容涵盖演化算法、基因调控网络、多细胞生长模型、神经可塑性规则以及脑-体协同演化等,旨在为通向通用人工智能(AGI)提供一种基于生物自适应机制的新途径。
Introduction to LLMs for Developers
AI010Introduction to LLMs for Developers
This course is a Chinese-adapted version of the three-course large language model series jointly launched by Andrew Ng and OpenAI. It covers Prompt Engineering, building systems with the ChatGPT API, LangChain application development, and using LangChain to access private data. The course provides a clear and accessible introduction to how to leverage the capabilities of large language models to build applications with summarization, inference, transformation, expansion, and chat functions.
Generative AI for Beginners
AI011Generative AI for Beginners
A comprehensive curriculum exploring the fundamentals of Generative AI, Large Language Models, prompt engineering, and the development of AI-powered applications using tools like Azure OpenAI and the Power Platform.
Deep Dive into Large Language Models
AI012Deep Dive into Large Language Models
This course provides a comprehensive and in-depth introduction to the development history of large language models (LLMs), their core technical architectures, training paradigms (pretraining, fine-tuning, and alignment), multimodal extensions, prompt engineering, chain-of-thought reasoning, agents, as well as frontier topics such as model safety and privacy protection.
Modern C++ Tutorial
AI013Modern C++ Tutorial
This tutorial aims to provide experienced developers with a quick reference to the new features of C++11/14/17/20. It covers language usability enhancements, runtime improvements, new containers, smart pointers and memory management, regular expressions, concurrent programming, and a preview of C++20.
An Introduction to R Programming
AI014An Introduction to R Programming
This course is a comprehensive introduction to the R language environment, covering core topics from basic numeric vector operations, object attributes, array and matrix processing, list and data frame management, to statistical modeling and high-quality graphics production. It is highly suitable as an introductory text for statistical analysis and data science.
Introduction to Julia Programming
AI015Introduction to Julia Programming
A comprehensive guide to the Julia programming language, a high-performance, general-purpose dynamic language well-suited for scientific and numerical computing. The course covers everything from basic syntax and data types to advanced topics like metaprogramming, data frames, networking, and database interfacing.
Ry's Git Tutorial
AI016Ry's Git Tutorial
A comprehensive guide to Git version control, moving from basic workflows like staging and committing to advanced topics like interactive rebasing, remote collaboration, and the internal plumbing of Git's object database.
Get Programming with Go
AI017Get Programming with Go
A beginner-friendly, hands-on introduction to the Go programming language. The course is structured into small, manageable lessons with a space-exploration theme, covering imperative programming, types, functions, methods, collections, state, and concurrency.
NumPy User Guide
AI018NumPy User Guide
A comprehensive introductory overview and technical guide to NumPy, covering installation, array manipulation, indexing, broadcasting, and integration with C/C++.
Programming Elixir
AI019Programming Elixir
A comprehensive guide to functional and concurrent programming using Elixir. It covers the transition from object-oriented to functional thinking, pattern matching, immutability, the actor model for concurrency, and building robust distributed systems with OTP.
Eloquent JavaScript: A Modern Introduction to Programming
AI020Eloquent JavaScript: A Modern Introduction to Programming
A comprehensive guide to modern programming using JavaScript. The course covers fundamental programming principles, the JavaScript language specification, web browser integration, and server-side development with Node.js, including five real-world project applications.
CUDA Programming Guide
AI021CUDA Programming Guide
The official, comprehensive resource for developers to learn the CUDA programming model and how to write high-performance code that executes on NVIDIA GPUs. This guide covers the platform architecture, programming interface, advanced hardware features, and technical specifications.
AMD HIP Programming Guide
AI022AMD HIP Programming Guide
A comprehensive technical manual for the Heterogeneous-compute Interface for Portability (HIP). It provides a C++ Runtime API and kernel language that allows developers to create portable applications for AMD and NVIDIA GPUs from a single source code. The guide covers installation, environment configuration, programming models, memory allocation, and tools for porting CUDA code to HIP.
Introduction to Triton Programming: A Practical Tutorial
AI023Introduction to Triton Programming: A Practical Tutorial
A comprehensive scientific tutorial designed to provide a full learning path for Triton, a Python-based language and compiler for writing custom GPU kernels. The course covers programming models, language semantics, numerical behavior, and performance optimization, moving from basic vector addition to fused and tiled operators used in modern deep learning systems.
Introduction to ROCm and HIP Programming: A Practical Tutorial
AI024Introduction to ROCm and HIP Programming: A Practical Tutorial
A practical, modern guide to AMD GPU programming with ROCm and HIP. It covers the full software stack, installation, build workflows, kernel programming, memory management, performance engineering, library usage, CUDA porting, and production debugging practices.
Practical RAG Systems: From Knowledge Bases to Retrieval-Augmented Generation
AI025Practical RAG Systems: From Knowledge Bases to Retrieval-Augmented Generation
These student lecture notes provide a systems-level view of building usable Retrieval-Augmented Generation (RAG) systems. The course covers the entire pipeline including data ingestion, chunking strategies, embedding mapping, vector storage, hybrid retrieval, reranking, and evaluation for trustworthy AI applications.
Python数据结构与算法分析 (第2版)
AI028Python数据结构与算法分析 (第2版)
本书是使用Python阐述数据结构与算法的经典教材。涵盖了Python基础复习、算法分析(大O记法)、基本数据结构(栈、队列、列表)、递归、搜索与排序、树及图算法。通过实战代码清单,帮助读者理解如何通过Python高效地实现各种抽象数据类型。
Reinforcement Learning: An Introduction
AI029Reinforcement Learning: An Introduction
A comprehensive foundational textbook on reinforcement learning, covering key algorithms such as Q-learning, Sarsa, and TD-learning, while bridging the gap between tabular methods and function approximation.
Generative AI Foundations in Python
AI030Generative AI Foundations in Python
A comprehensive guide to understanding and implementing Generative AI and Large Language Models (LLMs). This course covers the transition from theoretical foundations to practical Python-based development, including GANs, diffusion models, transformers, fine-tuning, and production deployment.
Computer Systems: A Programmer's Perspective (Global Edition)
AI031Computer Systems: A Programmer's Perspective (Global Edition)
A comprehensive deep-dive into how computer systems execute programs and store information. This course bridges the gap between high-level programming and the underlying hardware, covering machine-level representation, processor architecture, memory hierarchy, and concurrent programming.
Programming Massively Parallel Processors: A Hands-on Approach
AI032Programming Massively Parallel Processors: A Hands-on Approach
This course provides a comprehensive introduction to GPU computing and parallel programming using the CUDA C environment. It covers GPU architectures, data parallelism, thread management, memory optimization, and advanced performance considerations, illustrated through real-world case studies like MRI reconstruction and molecular visualization.
Modern Java in Action
AI033Modern Java in Action
A comprehensive guide to the features of modern Java (versions 8, 9, 10, and 11), focusing on lambdas, streams, functional programming, and reactive programming techniques.
The Rust Programming Language
AI034The Rust Programming Language
A comprehensive introductory guide to Rust, covering systems programming concepts, memory safety, concurrency, and the Rust toolchain (Cargo, rustup). It transitions from basic syntax to building full projects like a multithreaded web server.
Programming Ruby: The Pragmatic Programmers' Guide (Second Edition)
AI035Programming Ruby: The Pragmatic Programmers' Guide (Second Edition)
A comprehensive reference and tutorial for the Ruby programming language, covering basic syntax, object-oriented design, advanced features like reflection and threading, and a complete library reference for version 1.8.
Python Programming: An Introduction to Computer Science
AI036Python Programming: An Introduction to Computer Science
This is an introductory college-level textbook designed to teach the fundamental principles of computer science using Python as the primary programming language. It focuses on problem-solving, design, and programming through a spiral coverage model and a graphics-oriented approach.
C++ Primer, Fifth Edition
AI037C++ Primer, Fifth Edition
A comprehensive and authoritative guide to C++, completely rewritten for the C++11 standard. This course covers everything from basic language elements to complex library facilities and advanced class-authoring tools.
【人教版】高中化学 必修 第一册
CHEM1001C-PEP-CN【人教版】高中化学 必修 第一册
本课程基于人教版高中化学必修第一册教材,涵盖物质的分类、离子反应、氧化还原反应等基础理论,以及钠、氯、铁等金属与非金属元素的性质及其化合物,并引入‘物质的量’等核心化学计量概念,是高中化学学习的基础模块。
【人教版】高中化学 选择性必修 第一册
CHEM1001S-PEP-CN【人教版】高中化学 选择性必修 第一册
本课程涵盖高中化学选择性必修1的核心内容,重点讲解化学反应的热效应、反应速率与化学平衡、水溶液中的离子反应以及电化学原理。
【人教版】高中化学 必修 第二册
CHEM1002C-PEP-CN【人教版】高中化学 必修 第二册
本教材为普通高中化学必修课程的第二册,主要内容包括非金属元素及其化合物、化学反应中的能量变化与速率限度、有机化合物基础以及化学与可持续发展的关系,旨在培养学生的高中化学核心素养。
【人教版】高中化学 选择性必修 第二册
CHEM1002S-PEP-CN【人教版】高中化学 选择性必修 第二册
本教材是普通高中化学课程的选择性必修模块,深入探讨微观物质结构(原子、分子、晶体)与其宏观性质之间的内在联系。
【人教版】高中化学 选择性必修 第三册
CHEM1003S-PEP-CN【人教版】高中化学 选择性必修 第三册
本教材为普通高中化学选择性必修课程,重点介绍有机化学的核心概念、研究方法及其在生物大分子和合成高分子领域的应用。
香港日常粤语实践教程
CHN000香港日常粤语实践教程
本讲义专为刚到香港生活、工作或读书的成年人设计,通过10个核心生活场景(如点餐、问路、职场沟通、住房报修等),帮助学习者快速建立日常粤语生存能力。课程强调场景驱动和实用导向,涵盖核心词汇、句型、真实对话及常见错误提醒。
香港校园粤语实践教程
CHN001香港校园粤语实践教程
本課程專為普通話背景的青少年設計,旨在透過校園與日常生活的實踐場景,幫助學生從零開始掌握實用粵語。內容涵蓋自我介紹、校園生活、時間管理、家庭成員、飲食文化、體育運動等多個主題,強調口語輸出、場景代入與文化理解。
PolyU | Artificial Intelligence Concepts
COMP5511PolyU | Artificial Intelligence Concepts
This comprehensive course provides a rigorous yet accessible introduction to Artificial Intelligence, designed for postgraduate students and professionals. Bridging the gap between historical foundations and cutting-edge innovations, the curriculum progresses from symbolic AI and search algorithms to modern Deep Learning and Generative AI. Students will explore essential topics such as knowledge representation, probabilistic reasoning, and classical machine learning before diving deep into neural networks, Transformers, and Large Language Models (LLMs). Emphasizing both theory and practice, the course utilizes Python and industry-standard frameworks like PyTorch to implement algorithms, interact with modern APIs, and address critical issues in AI ethics and safety.
视觉英语启蒙:词汇与句子
ENG000视觉英语启蒙:词汇与句子
本课程是一门面向低龄学习者的英语启蒙课程,通过生动有趣的主题场景(动物、颜色、身体部位、食物、家庭和动作),帮助孩子逐步建立基础英语词汇和简单句型表达能力。课程结合互动活动和情境练习,引导学生学习描述事物、表达拥有、表达喜好以及说明能力等基本语言功能,使孩子能够用简单、自然的英语句子介绍自己和身边的世界,为后续的英语学习打下良好基础。
视觉化英语语法(初级)
ENG001视觉化英语语法(初级)
本课程通过直观的可视化方式,帮助学习者理解英语语法的基础结构,并逐步建立基本词汇和日常交流能力。课程将介绍核心句型结构、常见语法规则以及基础表达方式,通过清晰的示例和互动练习,使学习者能够理解并运用简单的英语句子进行表达和沟通,为进一步的英语学习打下扎实基础。
视觉化英语语法(中级)
ENG002视觉化英语语法(中级)
本课程面向已经掌握基础英语语法的学习者,通过可视化结构和互动练习进一步提升语法理解与表达能力。课程重点讲解过去时与将来时等时间结构,同时学习形容词与副词的使用、比较级与最高级表达、常见情态动词以及基础介词的应用。学生还将学习如何使用连词连接句子,构建更完整、更有逻辑的表达,从而逐步提高英语句子的复杂度和语言表达能力。
视觉化英语语法(高级)
ENG003视觉化英语语法(高级)
本课程面向具备一定英语基础的学习者,通过可视化结构和系统化讲解,深入学习更加复杂的英语语法结构。课程将重点讲解现在完成时、被动语态、定语从句和名词性从句等高级语法内容,并进一步学习非谓语动词、虚拟语气以及高级完成时态。通过结构化示例与练习,学生将能够构建更加复杂和精确的句子表达,提升逻辑表达能力和英语综合语言运用能力。
视觉化英语语法(时态专项)
ENG004视觉化英语语法(时态专项)
本课程系统讲解英语语法中的核心时态体系,通过清晰的可视化结构帮助学习者全面理解英语时间表达逻辑。课程从现在时、过去时和未来时的基本用法入手,逐步深入到完成时和复杂时间关系的表达,并讲解不同语境下时态选择的原则。通过结构化示例与练习,学生将能够准确运用各种英语时态,在叙事表达、日常交流以及更正式的语言场景中清晰地表达时间关系和事件顺序。
【人教版】高中英语 必修 第一册
ENG1001C-PEP-CN【人教版】高中英语 必修 第一册
本教材是针对普通高中英语教学设计的必修课程第一册,内容涵盖校园生活、旅行、运动、自然灾害及世界语言等主题。课程通过听说读写全方位练习,旨在提升学生的语言能力、文化意识、思维品质和学习能力。
【人教版】高中英语 选择性必修 第一册
ENG1001S-PEP-CN【人教版】高中英语 选择性必修 第一册
本课程基于2017年版普通高中英语课程标准,旨在全面落实立德树人根本任务。通过五个主题单元(杰出人物、展望未来、引人入胜的公园、肢体语言、耕耘土地),融合语言能力、文化意识、思维品质和学习能力的培养,提升学生的跨文化沟通能力和核心素养。
【人教版】高中英语 必修 第二册
ENG1002C-PEP-CN【人教版】高中英语 必修 第二册
本教材是依据2017年版《普通高中英语课程标准》修订的高中英语教科书。全书通过五个主题单元(文化遗产、野生动物保护、互联网、历史与传统、音乐)培养学生的听、说、读、写综合能力及跨文化沟通素养。
【人教版】高中英语 选择性必修 第二册
ENG1002S-PEP-CN【人教版】高中英语 选择性必修 第二册
本教材根据2017年版普通高中英语课程标准编写,旨在通过五个核心单元(科学、文化交流、饮食文化、地理旅程、急救)提升学生英语核心素养,强化语言实践与文化意识。
【人教版】高中英语 必修 第三册
ENG1003C-PEP-CN【人教版】高中英语 必修 第三册
本书为普通高中英语必修第三册教材,包含节日与庆典、道德与美德、多元文化、太空探索及金钱的价值五个主题单元。教材通过听、说、读、看、写等综合语言实践活动,旨在全面提升学生的英语学科核心素养。
【人教版】高中英语 选择性必修 第三册
ENG1003S-PEP-CN【人教版】高中英语 选择性必修 第三册
本课程基于普通高中英语选择性必修第三册教材,通过艺术、健康生活、环境保护、逆境与勇气、诗歌等五个主题单元,旨在全面培养学生的英语语言能力、文化意识、思维品质和学习能力。
【人教版】高中英语 选择性必修 第四册
ENG1004S-PEP-CN【人教版】高中英语 选择性必修 第四册
本教材为普通高中英语选择性必修第四册,围绕科学幻想、著名景点、海洋探索、分享援助及职业规划五个主题展开,旨在通过听说读看写等活动,培养学生的高级英语学科核心素养。
【人教版】小学英语 一年级 上册
ENG101A-PEP-CN【人教版】小学英语 一年级 上册
本课程是为人教版小学一年级起始阶段设计的英语教材。通过Starter单元和6个正式单元(校园、五官、动物、数字、颜色、水果)以及两次阶段性复习,利用歌谣、游戏、贴纸和故事等互动形式,培养零基础学龄儿童的英语听说兴趣和基础词汇表达能力。
【人教版】小学英语 一年级 下册
ENG101B-PEP-CN【人教版】小学英语 一年级 下册
本教材是供小学一年级下学期使用的英语课本,属于起点为一年级的教学体系。全书包含6个主题单元和2个复习单元,通过“课堂”、“房间”、“玩具”、“食物”、“饮料”和“衣服”等生活化情境,结合歌曲、歌谣和故事,培养学生的基础听说能力及对英语的学习兴趣。
【人教版】小学英语 二年级 上册
ENG201A-PEP-CN【人教版】小学英语 二年级 上册
本教科书是依据教育部《义务教育英语课程标准》编写的一年级起点小学英语教材。内容设计贴近儿童生活,包含家庭、同学、朋友、社区、公园和节日等六大主题单元,通过听、说、唱、读、演等多种形式培养学生的语言基础。
【人教版】小学英语 二年级 下册
ENG201B-PEP-CN【人教版】小学英语 二年级 下册
本课程是专门为小学二年级学生设计的英语教材(一年级起点)。内容紧贴儿童日常生活,通过Playtime、Weather、Seasons、Time、My Day和My Week六个单元,结合歌曲、歌谣、游戏、对话和趣味故事,培养学生的英语听说读写初步能力。
【人教版】小学英语 三年级 上册
ENG301A-PEP-CN【人教版】小学英语 三年级 上册
本课程是为人教版小学英语三年级上册(一年级起点)配套设计的教学体系。涵盖了自我介绍、身体部位、食物、宠物、衣服及生日等六大主题单元,旨在通过听说读写多模态互动,培养学生的语言感知能力、沟通技巧以及对英语学习的兴趣,并初步引入自然拼读法(Natural Phonics)。
【人教版】小学英语 三年级 下册
ENG301B-PEP-CN【人教版】小学英语 三年级 下册
本教材为义务教育教科书英语三年级下册(一年级起点),内容涵盖学校科目、校园环境、课后活动、家庭成员及日常生活等主题,旨在培养学生的听、说、读、写及自然拼读能力。
【人教版】小学英语 四年级 上册
ENG401A-PEP-CN【人教版】小学英语 四年级 上册
本教材是针对小学四年级学生的英语课本,采用情景教学法,围绕体育运动、周末生活、交通工具、求助表达、安全守则和职业理想六大主题展开,注重听、说、读、写全方位能力的培养。
Lighthouse for Hong Kong: Book 8
ENG401B-LH-HKLighthouse for Hong Kong: Book 8
A comprehensive primary English e-textbook designed for Hong Kong students, focusing on thematic vocabulary, grammar structures (such as 'have to', 'used to', and 'should'), various text types (brochures, journals, encyclopedias), and reading comprehension through local and global contexts.
Lighthouse for Hong Kong: Book 8 (Practice)
ENG401B-LH-HK-PLighthouse for Hong Kong: Book 8 (Practice)
A comprehensive English language resource for Hong Kong students that integrates reading, vocabulary, grammar, and systematic writing instruction across five thematic modules including domestic life, health, history, nature, and travel.
【人教版】小学英语 四年级 下册
ENG401B-PEP-CN【人教版】小学英语 四年级 下册
本课程是专为小学四年级学生设计的一年级起点英语教材。全书分为六个单元和两个复习模块,涵盖了体育运动、周末生活、交通工具、求助表达、安全守则及职业理想等贴近生活的语言主题。课程通过听说读写全方位练习、自然拼读(Phonics)以及趣味故事,旨在培养学生的综合语言运用能力。
Lighthouse for Hong Kong: Book 9
ENG501A-LH-HKLighthouse for Hong Kong: Book 9
A comprehensive English language textbook designed for Hong Kong students, covering diverse themes such as international cuisine, future technology, social events, detective work, and classic literature through integrated vocabulary, grammar, and writing skills.
Lighthouse for Hong Kong: Book 9 (Practice)
ENG501A-LH-HK-PLighthouse for Hong Kong: Book 9 (Practice)
This is an integrated English language practice course for students in Hong Kong, focusing on thematic learning. It covers reading comprehension, vocabulary development, and grammar essentials such as reported speech, indefinite pronouns, and adverbs through units on cuisine, detective work, and fairy tales.
【人教版】小学英语 五年级 上册
ENG501A-PEP-CN【人教版】小学英语 五年级 上册
本课程是为小学五年级学生设计的英语教材,涵盖了人物特征描述、教师与学校生活、动物、购物、电视节目以及家务劳动等六大主题,旨在通过听、说、读、写多维度提升语言运用能力。
【人教版】小学英语 五年级 下册
ENG501B-PEP-CN【人教版】小学英语 五年级 下册
本教材是供小学五年级学生下学期使用的英语课本,采用一年级起点模式。全书通过情境对话、阅读、自然拼读等模块,教授关于健康、节日、社交、过去经历及个人成长等主题的语言知识。
【人教版】小学英语 六年级 上册
ENG601A-PEP-CN【人教版】小学英语 六年级 上册
本教材是专为小学六年级学生设计的英语课本(一年级起点),内容涵盖中国名胜、世界文化、动物分类、情感表达、历史名人以及假期计划。通过听说读写全方位练习,旨在提高学生的跨文化交际能力和语言综合运用水平。
【人教版】小学英语 六年级 下册
ENG601B-PEP-CN【人教版】小学英语 六年级 下册
本课程是基于人教版小学英语六年级下册教材(一年级起点)设计的核心课程。课程通过Bill去加拿大游学的经历,串联起日常生活、环境介绍、业余时间、自然文化及暑假计划等主题,通过听、说、读、写等全方位训练,帮助学生在真实情境中掌握英语语言知识和交际能力。
【人教版】初中英语 七年级 上册
ENG701A-PEP-CN【人教版】初中英语 七年级 上册
本课程是初中起始阶段的英语教材,包含三个过渡单元和七个正式单元。课程以主题为引领,涵盖自我介绍、家庭、学校、学科、社团、日常生活及生日庆祝等主题,旨在发展语言能力、培育文化意识、提升思维品质。
【人教版】初中英语 七年级 下册
ENG701B-PEP-CN【人教版】初中英语 七年级 下册
本套教科书供初中七年级下学期使用,共包含八个主题单元。课程通过‘大问题’(Big Question)引领,涵盖动物保护、规章制度、健康生活、饮食习惯、时态运用(现在进行时与一般过去时)及故事文学等内容,旨在提升学生的语言能力、文化意识和思维品质。
【人教版】初中英语 八年级 上册
ENG801A-PEP-CN【人教版】初中英语 八年级 上册
本教材为2024版初中英语八年级上册,包含八个核心主题单元。通过丰富的文化内容和现实生活关联,培养学生的语言能力、文化意识和思维品质。涵盖假期、家庭、比较、动植物、饮食、规划、未来预测及沟通等主题。
【人教版】初中英语 八年级 下册
ENG801B-PEP-CN【人教版】初中英语 八年级 下册
本教材是针对初中八年级学生下学期使用的英语教科书,涵盖了健康救助、志愿服务、家务请求、人际沟通、叙事表达、地理对比及文学艺术等主题,旨在通过Section A、Section B和Self Check模块全面提升学生的听说读写能力。
【人教版】初中英语 九年级 全册
ENG901-PEP-CN【人教版】初中英语 九年级 全册
本课程基于人教版九年级英语教材,内容涵盖学习策略、传统节日、礼貌请求、过去习惯、中国制造、发明历史、规则管理、逻辑推断及个人喜好等14个核心单元,旨在全面提升初中生的英语听、说、读、写及跨文化交流能力。
【人教版】高中地理 必修 第一册
GEOG1001C-PEP-CN【人教版】高中地理 必修 第一册
本课程为普通高中地理必修教材第一册,系统介绍了宇宙中的地球、地球上的大气、地球上的水、常见地貌类型、植被与土壤以及自然灾害等基础自然地理知识,旨在培养学生的地理核心素养。
【人教版】高中地理 选择性必修 第一册
GEOG1001S-PEP-CN【人教版】高中地理 选择性必修 第一册
本课程为高中地理选择性必修模块,系统涵盖了地球运动、地表形态塑造、大气运动、水的运动以及自然环境整体性与差异性等自然地理核心知识点。
【人教版】高中地理 必修 第二册
GEOG1002C-PEP-CN【人教版】高中地理 必修 第二册
本教材是普通高中地理必修课程的核心组成部分,深入探讨人口分布与迁移、乡村与城镇的演变、产业区位选择、交通运输布局及其对区域发展的影响,最后聚焦环境与可持续发展。课程旨在通过案例分析与实践活动,培养学生的人地协调观与综合思维。
【人教版】高中地理 选择性必修 第二册
GEOG1002S-PEP-CN【人教版】高中地理 选择性必修 第二册
本书为普通高中地理教科书,主要探讨区域的含义、特征,分析资源、环境、城市、产业与区域发展的相互关系,以及区域间的联系与协调发展路径。
【人教版】高中地理 选择性必修 第三册
GEOG1003S-PEP-CN【人教版】高中地理 选择性必修 第三册
本课程内容涵盖人教版高中地理选择性必修三全书,系统讲解自然环境服务功能、自然资源利用、环境问题、资源安全与环境安全对国家安全的影响,以及保障国家安全的战略与国际合作。
【人教版】初中地理 七年级 上册
GEOG701A-PEP-CN【人教版】初中地理 七年级 上册
本教材为初中一年级地理课程的核心教学材料,系统介绍了地球与地图、陆地与海洋、天气与气候、居民与聚落以及发展合作等基础地理知识,通过读图活动和阅读材料培养学生的地理空间思维和环境保护意识。
【人教版】初中地理 七年级 下册
GEOG701B-PEP-CN【人教版】初中地理 七年级 下册
本书是初中七年级地理下册教材,系统介绍了亚洲、东半球及西半球主要地区与国家的自然地理特征、人文环境及经济发展状况,旨在培养学生全球视野与地理素养。
【人教版】初中地理 八年级 上册
GEOG801A-PEP-CN【人教版】初中地理 八年级 上册
本课程系统讲解中国地理概况,包括疆域、人口、民族分布,地形、气候、河流等自然环境特征,自然资源的利用与保护,以及交通、农业、工业等经济发展状况。
【人教版】初中地理 八年级 下册
GEOG801B-PEP-CN【人教版】初中地理 八年级 下册
本教材为初中八年级地理下学期课本,详细介绍了中国地理差异以及四大地理区域(北方地区、南方地区、西北地区、青藏地区)的自然特征、农业、代表性省区及中国在世界中的地位。
Preschool Math Foundations
MATH000Preschool Math Foundations
This is a five-lesson early childhood math curriculum designed by an AI Tutor to help children transition from rote memorization to true mathematical logic. Through engaging, play-based activities, the course guides young learners across five progressive modules. It begins by building a strong foundation in number sense and quantity perception, then develops spatial awareness by exploring 2D and 3D geometric shapes. Children also cultivate their observation and early algebraic thinking through logic and pattern classification games. Additionally, the curriculum introduces practical measurement skills using everyday objects and concludes by making abstract time concepts concrete to help establish daily routines and planning.
Maths in Action (Primary 1-3)
MATH001Maths in Action (Primary 1-3)
This Primary 1 to Primary 3 Mathematics Curriculum is designed to build a solid and comprehensive mathematical foundation for early learners. The syllabus is systematically structured across five core strands: Number, Measures, Shape and Space, Data Handling, and Further Learning. Throughout this stage, students will progress from basic number recognition and arithmetic operations to developing spatial awareness, mastering practical measurement skills, and learning introductory data visualization. Beyond theoretical knowledge, the curriculum emphasizes cultivating logical thinking and problem-solving abilities, encouraging students to apply abstract mathematical concepts to real-world scenarios.
Discrete Mathematics
MATH002Discrete Mathematics
An introductory course in discrete mathematics for mathematics and computer science majors. It covers fundamental topics such as logic, sets, proof techniques, algorithms, number theory, combinatorics, graph theory, and automata. The course emphasizes mathematical reasoning and problem-solving skills necessary for advanced study in computer science.
Probability and Statistics: The Science of Uncertainty
MATH003Probability and Statistics: The Science of Uncertainty
A comprehensive introductory university-level course on the mathematical foundations of probability and statistics. Requiring one year of calculus, the course covers probability models, random variables, expectation, sampling distributions, likelihood and Bayesian inference, and relationships among variables.
Introduction to Linear Algebra
MATH004Introduction to Linear Algebra
A comprehensive textbook providing a modern introduction to linear algebra, covering vectors, matrices, linear equations, vector spaces, orthogonality, determinants, and eigenvalues, with a focus on both theory and applications.
A First Course in Probability
MATH005A First Course in Probability
An elementary introduction to the theory of probability for students in mathematics, statistics, engineering, and the sciences. It covers the basic principles of combinatorial analysis, probability axioms, conditional probability, random variables, and limit theorems.
Calculus: Early Transcendentals (7th Edition)
MATH006Calculus: Early Transcendentals (7th Edition)
A comprehensive textbook covering the fundamentals and advanced topics of calculus, including functions, limits, derivatives, integrals, differential equations, and vector calculus, with an emphasis on conceptual understanding through the 'Rule of Four'.
Numerical Analysis
MATH007Numerical Analysis
A comprehensive textbook on the theory and application of numerical approximation techniques. It covers mathematical preliminaries, error analysis, solutions of equations, interpolation, and numerical solutions to differential equations.
Convex Optimization
MATH008Convex Optimization
A comprehensive graduate-level course and textbook covering the theory, applications, and numerical algorithms of convex optimization. It emphasizes recognizing and formulating convex problems in engineering and sciences.
Elementary Differential Equations and Boundary Value Problems
MATH009Elementary Differential Equations and Boundary Value Problems
A comprehensive introductory textbook for undergraduate STEM students covering the theory, solution methods, and applications of ordinary and partial differential equations, including boundary value problems and numerical methods.
【人教版】高中数学 必修 第一册 (A版)
MATH1001CA-PEP-CN【人教版】高中数学 必修 第一册 (A版)
本教科书是高中数学的入门教材,涵盖了集合与常用逻辑用语、一元二次函数、方程和不等式、函数概念与性质、指数函数与对数函数以及三角函数等核心内容。旨在培养学生的数学核心素养、逻辑推理能力和数学建模意识。
【人教版】高中数学 选择性必修 第一册 (A版)
MATH1001SA-PEP-CN【人教版】高中数学 选择性必修 第一册 (A版)
本教材涵盖了平面向量及其应用、复数、立体几何初步、统计以及概率五个主要章节,旨在通过“数”与“形”的结合,培养学生逻辑推理、数学建模和数据分析等核心素养。
【人教版】高中数学 必修 第二册 (A版)
MATH1002CA-PEP-CN【人教版】高中数学 必修 第二册 (A版)
本教材涵盖了平面向量及其应用、复数、立体几何初步、统计以及概率五个主要章节,旨在通过“数”与“形”的结合,培养学生逻辑推理、数学建模和数据分析等核心素养。
【人教版】高中英语 选择性必修 第二册 (A版)
MATH1002SA-PEP-CN【人教版】高中英语 选择性必修 第二册 (A版)
本书是普通高中数学选择性必修第二册(A版),严格按照2017年版数学课程标准编写。内容涵盖数列(等差数列、等比数列、数学归纳法)和一元函数的导数及其应用。通过丰富的实际背景引导学生理解数学概念,培养数学核心素养。
【人教版】高中数学 选择性必修 第三册 (A版)
MATH1003SA-PEP-CN【人教版】高中数学 选择性必修 第三册 (A版)
本教材主要涵盖高中数学进阶内容,包括计数原理(分类加法、分步乘法、排列组合及二项式定理)、随机变量及其分布(条件概率、离散型分布、二项分布及正态分布)以及成对数据的统计分析(一元线性回归、独立性检验)。
【人教版】初中英语 七年级 上册
MATH701A-PEP-CN【人教版】初中英语 七年级 上册
本教材为初中一年级数学起始教材,主要涵盖有理数、整式的加减、一元一次方程以及几何图形初步四个核心板块。通过引入负数、数轴、代数式等抽象概念,帮助学生从算术思维向代数思维过渡,奠定初中数学的基础。
【人教版】初中数学 七年级 下册
MATH701B-PEP-CN【人教版】初中数学 七年级 下册
本教材是初中数学的核心组成部分,涵盖了相交线与平行线、实数、平面直角坐标系、二元一次方程组、不等式与不等式组以及数据的收集、整理与描述。通过本学期的学习,学生将从基本的几何关系过渡到代数逻辑,建立数形结合的基础思维。
【人教版】初中数学 八年级 上册
MATH801A-PEP-CN【人教版】初中数学 八年级 上册
本教材为义务教育教科书,适用于初中八年级上学期学生。内容涵盖三角形的性质、全等三角形的判定与性质、轴对称图形、整式的乘法运算及因式分解、以及分式的基本运算与方程。旨在培养学生的几何逻辑推理能力与代数运算技巧。
【人教版】初中数学 八年级 下册
MATH801B-PEP-CN【人教版】初中数学 八年级 下册
本课程涵盖初中数学八年级下册的核心内容,重点讲解二次根式、勾股定理、平行四边形、一次函数及数据的分析,通过理论探究与数学活动培养学生的逻辑推理与问题解决能力。
【人教版】初中数学 九年级 上册
MATH901A-PEP-CN【人教版】初中数学 九年级 上册
本书为初中九年级上学期数学标准教材,涵盖了一元二次方程、二次函数、旋转、圆以及概率初步五个核心模块,旨在培养学生的逻辑思维与数学建模能力。
【人教版】初中数学 九年级 下册
MATH901B-PEP-CN【人教版】初中数学 九年级 下册
本书是初中阶段最后一册数学教科书,主要包含反比例函数、相似、锐角三角函数、投影与视图四大核心模块。课程强调通过观察、探究和逻辑推理来理解数学概念,并运用数学模型解决实际生活中的规律描述、测量计算和空间认知问题。
《道德經》解讀
PHIL000《道德經》解讀
本書由林楚菊編著,是香港道教學院叢書之一。全書對《道德經》八十一章進行了逐章解讀,內容涵蓋原文、註釋、白話語譯以及深入的解說與賞析。特別之處在於作者結合了世界諸多宗教(如佛教、基督教、伊斯蘭教、印度教等)的信仰觀點,對老子的哲學思想進行了跨文化的互聯詮釋,旨在為現代讀者提供修行與修身的指引。
《金剛經》注解
PHIL001《金剛經》注解
本書為清代孚佑帝君對《金剛般若波羅蜜經》所作的詳細注解。全書將經文分為三十二分,每分包含經文原文、精要注解(註)以及深入淺出的義理講說(講),旨在引導讀者體悟佛法真諦。
《易經》導論
PHIL002《易經》導論
本課程以哲學觀點介紹《易經》的修身養性內涵與面臨當下自我的心智力量,深入淺出地解說陰陽互動宇宙觀、六十四卦結構、占卦原則及《易傳》十翼。課程旨在啟發學生對經典的興趣,並將古老智慧應用於現代生活與決策模式中。
《系统论——系统科学哲学》
PHIL003《系统论——系统科学哲学》
本书是系统科学哲学的深度专著,立足于一般系统论、控制论、信息论、耗散结构理论等现代科学,探索系统科学的历史来源,考察宇宙、生命、精神、生态与社会五大系统的特征,概括出八条系统论原理和五条系统论规律,构建了完整的辩证唯物主义系统论体系。
【人教版】高中物理 必修 第一册
PHYS1001C-PEP-CN【人教版】高中物理 必修 第一册
本课程基于普通高中物理必修第一册教材,涵盖了机械运动的描述、匀变速直线运动的规律、相互作用中的重力、弹力与摩擦力,以及运动和力的关系(牛顿运动定律)。课程旨在通过实验探究与逻辑推理,培养学生的物理核心素养与科学思维。
【人教版】高中物理 选择性必修 第一册
PHYS1001S-PEP-CN【人教版】高中物理 选择性必修 第一册
本教材为普通高中物理选择性必修第一册,深入探讨动量守恒、机械振动、机械波以及光学等物理学核心领域。通过理论讲解、实验探究、例题分析和课后习题,帮助学生建立系统的物理观念和科学思维。
【人教版】高中物理 必修 第二册
PHYS1002C-PEP-CN【人教版】高中物理 必修 第二册
本教材是人民教育出版社出版的高中物理必修系列第二册,内容涵盖抛体运动、圆周运动、万有引力与宇宙航行以及机械能守恒定律四大核心模块。旨在帮助学生建立科学的运动观,掌握力学核心定律,了解物理学在天文学和航天领域的应用。
【人教版】高中物理 选择性必修 第二册
PHYS1002S-PEP-CN【人教版】高中物理 选择性必修 第二册
本课程基于普通高中物理选择性必修教材,涵盖电磁学的进阶知识,包括安培力、洛伦兹力、电磁感应、交变电流以及传感器等核心物理概念与规律。
【人教版】高中物理 必修 第三册
PHYS1003C-PEP-CN【人教版】高中物理 必修 第三册
本书是普通高中物理必修序列的第三册,主要涵盖电磁学的基础内容,包括静电场、电场中的能量、电路理论、电能守恒定律以及电磁感应与电磁波的初步知识。课程通过实验、思考与讨论、例题分析等多种形式,旨在培养学生的物理核心素养与科学探究能力。
【人教版】高中物理 选择性必修 第三册
PHYS1003S-PEP-CN【人教版】高中物理 选择性必修 第三册
本教科书为普通高中物理选择性必修系列第三册,深入探讨分子动理论、物态及其变化、热力学定律、原子结构、波粒二象性以及原子核物理等核心内容,旨在提升学生的物理学科核心素养。
【人教版】初中物理 八年级 上
PHYS801A-PEP-CN【人教版】初中物理 八年级 上
本课程是初中物理的入门教材,涵盖机械运动、声现象、物态变化、光现象、透镜及其应用以及质量与密度等基础物理领域。通过丰富的实验演示、生活实例和‘科学之旅’,培养学生的观察能力和科学思维。
香港小學科學教材 四年級
SCI401-HK香港小學科學教材 四年級
本教材为香港小学四年级科学课程的详细教学材料,涵盖传染病、植物繁殖、遗传、生态平衡、物质变化、能源、光影、电路、摩擦力、地球科学及航天科技等核心知识点。
【沪教版】初中科学 七年级 上册
SCI701A-SEP-CN【沪教版】初中科学 七年级 上册
本课程基于上海教育出版社出版的七年级上册《科学》教材,旨在引导学生走进科学世界。内容涵盖校园环境观察、平面图绘制、显微镜使用、动植物世界探索、物质变化、地球运动以及声光感知等基础科学领域,培养学生的观察、实验与探究能力。
【沪教版】初中科学 七年级 下册
SCI701B-SEP-CN【沪教版】初中科学 七年级 下册
本书是针对义务教育阶段七年级学生设计的综合科学教材,内容涵盖了阳光(光学与热学)、空气(化学组成与物理性质)、水(溶液与生命)以及土壤四大自然要素。教材通过实验探究、观察思考和拓展视野等模块,旨在培养学生的科学探究能力和对自然规律的认知。
【沪教版】初中科学 八年级 上册
SCI801A-SEP-CN【沪教版】初中科学 八年级 上册
本教材为义务教育教科书,涵盖了地球的水圈、大气圈、岩石圈、生物圈与生态系统以及物质世界的构成层次等核心科学领域。通过观察、实验和探究活动,旨在培养初中生的科学素养与实证精神。
【沪教版】初中科学 八年级 下册
SCI801B-SEP-CN【沪教版】初中科学 八年级 下册
本教材为初中八年级下学期科学课程,采用跨学科整合方式,内容涵盖力学基础(力、简单机械、功)、生物学(生物运动、神经激素调节、生物繁殖)以及地球科学(天气与气候)等核心领域。
【沪教版】初中英语 九年级 上册
SCI901A-SEP-CN【沪教版】初中英语 九年级 上册
本教材为九年级上册综合科学课本,涵盖了物质科学(矿物、金属、酸碱盐)、生命科学(营养、能量交换、物质运输)以及物理能量(电流电路、电与磁)三大领域,旨在培养学生的科学探究能力和综合素养。
【沪教版】初中科学 九年级 下册
SCI901B-SEP-CN【沪教版】初中科学 九年级 下册
本课程为初中九年级下册科学教材,系统讲解了宇宙与恒星的演化、生物遗传与多样性保护、健康生活方式、人体的免疫机制、资源环境与可持续发展以及科学技术对人类文明的推动作用。