Writing Notebook

Bits, maths & coffee

Exploring and sharing what I learn about mathematics, algorithms and the digital future

20244 posts
Septem

Zero-Shot Text Classification

Zero-Shot Text Classification (ZSTC) is a machine learning technique that allows models to classify

aizero-shot-learning
August

Neural networks represented as DAGs of parameterized computational programs

Neural networks can be viewed as algorithms with adjustable parameters, optimized through machine le

mathematicscomputer-science
July 3

Revolutionize Animation: Build a Digital Human with Large Language Models

A Step-by-Step Guide to Creating Your Next AI-Powered Avatar.

ai-avatardigital-human
Februa

Kraken the Code: How to build a talking avatar

Create your own conversational avatar with Azure Cognitive, LangChain, and OpenAI.

ai-avatardigital-human
20231 posts
Januar

Division Algorithm

A division algorithm is a process that divides one number (called the dividend) by another number (c

mathematicsnumber-theory
20223 posts
Octobe

How to build a modular arithmetic library in Python

In this tutorial, we are going to learn how to create a library for modular arithmetic, using operat

pythonoperator-overloading
March

Create Your Own NFT Collection on Solana with IPFS

Learn how to create your own NFT collection on Solana using IPFS. Discover how NFTs are revolutioniz

solananft
March

Developing Dapps on Solana

Solana is a high-performance blockchain that enables the development of decentralized applications (

solanadapps
20212 posts
July 1

Exploring Machine and Human Learning: Principles and Processes

What allows us to learn as human beings? In general, we acquire much of our knowledge through our ex

machine-learningmathematics
June 1

Operator Overloading in Python

What is operator overloading and how does it work in Python?

pythonoperators