Hello, Mai Math
The first note on a new editorial research notebook for AI education, math, and learning tools.
#site#hello
This is the first public note for Mai Math.
The site starts small on purpose: one writing entrance, one lab entrance, and one about page. The first milestone is not a complete publishing system. It is a stable path from writing a Markdown file to seeing it live on Cloudflare Pages.
Inline math:
Display math:
def gradient_descent(theta, lr=0.01):
return theta - lr * grad(theta)
Future notes will cover AI education, mathematical thinking, and the tools that make learning better.