0Pricing
Mojo Academy · レッスン

MAXが提供するもの

高性能AI推論のためのエンジンです

「MAXが提供するもの」はCoddyKit上の無料Mojo Academyレッスンです。 これはレッスン1/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはMojo Academy学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 Mojo Academyコースには全4レッスンが含まれています。

このレッスンの一部はまだ翻訳されておらず、英語で表示されています。

Meet MAX

MAX is Modular's high-performance engine for running AI models. It is built to make inference fast, portable, and easy to deploy. 🚀

Inference, Defined

Inference means using a trained model to make predictions. MAX focuses on doing that step quickly and efficiently in production.

A Unified Engine

MAX gives you one engine that runs models from many frameworks, so you do not stitch together a different runtime for each one.

Hardware Portability

The same model can run on different hardware, from CPUs to GPUs, without you rewriting it for each target. That flexibility saves real effort.

Where Mojo Fits

Mojo is the language you reach for when you need to extend MAX with custom, high-speed operations the built-in ops do not cover.

Speed Out of the Box

MAX applies graph-level optimizations automatically, so your model often runs faster without any manual tuning from you.

Serving Made Simple

MAX can serve a model behind an endpoint, turning your trained network into a service that applications can call.

Python Stays Close

You can drive MAX from Python, so your familiar tooling and data pipelines keep working alongside the fast engine.

from max import engine

Part of the Platform

MAX is one piece of the broader Modular platform, sitting beside Mojo to cover the whole path from model to deployment.

Why Teams Choose MAX

Teams pick MAX to cut latency and cost while keeping one consistent workflow across the hardware they deploy on.

Your Mental Model

Picture MAX as the runtime that takes a model and makes it run fast everywhere, with Mojo ready to extend it. ✨

Quick Check

Recall the core job MAX is built to do.

Recap

You learned that MAX is the high-performance inference engine of the Modular platform, portable across hardware and extendable with Mojo. 🎯

よくある質問

「MAXが提供するもの」レッスンは無料ですか?

はい。「MAXが提供するもの」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、Mojo Academyコースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 Mojo Academyコースには全4レッスンが含まれています。

「MAXが提供するもの」で何を学びますか?

高性能AI推論のためのエンジンです ブラウザで直接実行するハンズオンコードでMojo Academyを演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。

Mojo Academyを始めるのに経験は必要ですか?

事前経験は必要ありません。CoddyKitのMojo Academyは初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン1/4です。

「MAXが提供するもの」レッスンにはどのくらい時間がかかりますか?

ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。

このMojo Academyレッスンでコードを書いて実行できますか?

はい。すべてのMojo Academyレッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。

このコースのすべてのレッスン

  1. MAXが提供するもの
  2. MAXグラフ内のMojo
  3. MAXによるモデルのサービング
  4. MojoとプロダクションAIの接点
← Mojo Academyに戻る