Practical Deep Learning for Coders
- __
__
- Practical Deep Learning
- Practical Deep Learning
Practical Deep Learning for Coders
__
JSON is one of the most widely used formats in the world for applications to exchange data.
Structured Outputs is a feature that ensures the model will always generate responses that adhere to your supplied JSON Schema, so you don't need to worry about the model omitting a required key, or hallucinating an invalid enum value.
Some benefits of Structed Outputs include:
Compare these two approaches, one using vanilla js with HTMX and one using hyperscript. Explain the syntax of Hyperscript carefully to a programmer that has no knowledge of hyeprscript
<plain-js-example>
<button id="contacts-btn" hx-get="/contacts" hx-target="body"> ①
Get Contacts
</button>
②
Here’s a (somewhat) quick tour of a few higlights from fastcore.
All fast.ai projects, including this one, are built with nbdev, which is a full literate programming environment built on Jupyter Notebooks. That means that every piece of documentation, including the page you’re reading now, can be accessed as interactive Jupyter notebooks. In fact, you can even grab a link directly to a notebook running interactively on Google Colab - if you want to follow along with this tour, click the link below:
colab_link('index')__