Posts by Tags

Gradio

How to Make a Sketchpad for ML Projects in Gradio?

less than 1 minute read

Published:

Interactive tools are invaluable in machine learning (ML) projects, especially when demonstrating model capabilities and gathering feedback. A sketchpad is an excellent example of such a tool, allowing users to draw and interact with models in real time. Gradio, an open-source library for building user interfaces for machine learning models, simplifies the creation of such tools.

LLM

Fundamentals of LLMs

less than 1 minute read

Published:

Large Language Models like GPT-4 may feel intelligent—but how do they actually “think”? Spoiler: it’s not magic. It’s math, probabilities, and some clever mechanisms under the hood.

NumPy

How to Make a Sketchpad for ML Projects in Gradio?

less than 1 minute read

Published:

Interactive tools are invaluable in machine learning (ML) projects, especially when demonstrating model capabilities and gathering feedback. A sketchpad is an excellent example of such a tool, allowing users to draw and interact with models in real time. Gradio, an open-source library for building user interfaces for machine learning models, simplifies the creation of such tools.

Transformer

Fundamentals of LLMs

less than 1 minute read

Published:

Large Language Models like GPT-4 may feel intelligent—but how do they actually “think”? Spoiler: it’s not magic. It’s math, probabilities, and some clever mechanisms under the hood.