Matheus
pnmath.bsky.social
Matheus
@pnmath.bsky.social
Data plumber & software bricoleur & ML mechanic. Escrevo aqui e no blog abaixo
https://mathpn.com/
Servidor MCP para regressão linear (OLS) funcionando, agora com alguns testes, usei com o GPT 4.1 e com o Qwen3.
Amanhã vou escrever o blog post explicando
June 29, 2025 at 1:00 AM
Água destilada contendo RÁDIO???
June 26, 2025 at 1:36 AM
Queria visualizar as probabilidades que um LLM coloca em cada token, daí fiz uma ferramenta simples que baixa a menor versão do GPT-2 e roda o modelo localmente no navegador para extrair as probabilidades de cada token e a perplexidade do texto. (link abaixo)
June 10, 2025 at 5:07 PM
Livrinho novo sobre banco de dados
June 1, 2025 at 5:59 PM
The perfect balance
May 30, 2025 at 10:24 PM
Nova foto de perfil.
Fiquei estiloso nessa
May 29, 2025 at 1:49 AM
No primeiro capítulo de "The Art of Doing Science and Engineering", Richard Hamming fala que somos otimistas no curto prazo e pessimistas no longo. Ele considera a IA uma exemplo contrário, em que as previsões não virariam realidade no nosso tempo de vida.
...
May 28, 2025 at 6:48 PM
Terminei de ler e recomendo "Faster Than Light", escrito por Robert Nemiroff. Ele explora a relatividade e a mecânica quântica por meio de perguntas e respostas, sempre com foco na velocidade da luz. É uma leitura bem acessível, que explora o que acontece nos extremos da velocidade da luz (e além)
May 27, 2025 at 4:59 PM
Tá tudo bem? Você mal tocou no seu caça palavras da embalagem de kiwi
May 20, 2025 at 10:56 PM
May 18, 2025 at 11:12 PM
Starting this new read today, any thoughts?
May 17, 2025 at 8:39 PM
10h treinando modelos de série temporal pra perder pra uma média móvel
May 14, 2025 at 12:20 AM
The version 0.2 of llm-docsmith is out! It's a plugin to generate Python docstrings using LLM. Now it has git integration support to determine which entities were modified and need a new docstring.

github.com/mathpn/llm-d...
April 20, 2025 at 6:29 PM
Hmm pão saindo quentinho do forno
February 2, 2025 at 9:42 PM
Do you know how to implement decision trees? Let's implement classification and regression trees (CART) with some optimizations and support for categorical features (link below).
January 29, 2025 at 1:00 PM
A ideia de um escritório com profundidade atrás do monitor alugou um triplex na minha cabeça
January 11, 2025 at 6:59 PM
Existe correlação entre a variação anual (YoY) da taxa SELIC média e o número de IPOs na bolsa brasileira, mas não é tão forte (r=-0.23)
January 9, 2025 at 1:05 AM
Decision trees are quite versatile, but they do have problems. They easily capture noise, so it's hard to find a balance between good accuracy without including too much noise in the model. They also struggle to capture some concepts such as additive structure.
January 8, 2025 at 6:26 PM
They can also be visualized in a tree-like structure. Each path leads to a leaf node that makes a prediction about our data. These branches re­cur­sively par­ti­tions the fea­ture space such that the sam­ples with the same la­bels or sim­i­lar tar­get val­ues are grouped to­gether.
January 8, 2025 at 6:26 PM
Decision trees are everywhere, from the medical field to fraud detection. But how do they work, exactly?

Imagine you want to know if it will rain or not. You check the humidity and, depending on the answer, check the cloud cover. Each ques­tion helps you nar­row down the de­ci­sion.
January 8, 2025 at 6:26 PM
Sempre bom lembrar
January 5, 2025 at 9:10 PM
Feliz ano novo, webamigos! 🎉

Que 2025 funcione melhor que esse piano velho
January 1, 2025 at 12:22 AM
Mixed feelings when I find a tool/service that does exactly what I need

I won't have to build it from scratch, but I won't build it from scratch
December 30, 2024 at 9:10 PM