Usyd Mastery
Your centralized study command center. Interactive guides, knowledge graphs, flashcards, quizzes, and progress tracking for every course.
Randomised &
Advanced Algorithms
Probabilistic analysis, concentration bounds, streaming sketches, hashing, LP rounding, and expert learning — with interactive simulations and bilingual support.
Natural Language
Processing
Text preprocessing, word embeddings, sequence models, transformers, attention mechanisms, and language generation — built from 2026 lecture handouts.
Machine Learning
& Data Mining
Supervised and unsupervised learning, neural networks, SVMs, decision trees, ensemble methods, and evaluation — with mission control and progress gamification.
Introduction to
Programming
Python fundamentals, control flow, functions, data structures, file I/O, and object-oriented programming — interactive guides for beginners.
def greet(name):
return f"Hello, {name}!"
for i in range(3):
print(greet("Usyd"))
Data Structures
& Algorithms
Arrays, linked lists, trees, graphs, hash tables, heaps, sorting, searching, and complexity analysis — with weekly guides, quizzes, flashcards, and a concept graph.