Live data from Hacker News

Viewing profile — tabacof

tabacof

HN member
Joined
Tue, Aug 05, 2014, 4:13 PM UTC
HN karma
35
Public activity
16 items

About tabacof

No profile information was provided.

Recent public activity

  1. story
  2. story
    How I lost 1000€ betting on CS:GO

    I wrote two blog posts based on my experience betting on CS:GO in 2019. The first post covers the following topics: * What is your edge? * Financial decision-making with ML * One b…

  3. comment
    Comment #38864767

    This post covers the foundations of e-sports betting with machine learning: financial decision-making, expected profits of a bet, multiple bets with the Kelly criterion, probabilit…

  4. story
  5. comment
    Comment #36589157

    I started this blog recently, though some posts were written a few years ago (one even reached HN front page!): https://tabacof.github.io/

  6. comment
    Comment #36198058

    I wrote the blog post above based on the learnings I had when creating a MLOps solution using AWS Lambda for machine learning model deployment. Tl;dr: The post shows how to deploy …

  7. story
  8. comment
    Comment #35325049

    In this blog post, I explore the problem of name classification with ChatGPT and 3 ML models of increasing complexity (logistic regression, FastAI LSTM, and HuggingFace DistilBERT)…

  9. story
  10. comment
    Comment #16801625

    Hi Soneca, I am also a Brazilian starting two very modest side business intending to sell to international customers: 1) https://www.deploir.com 2) https://www.whoworth.com What a …

  11. comment
    Comment #15898921

    >Spark is a terribly inefficient solution to any known/stable data processing or analytics jobs. Can you expand on that?

  12. comment
    Comment #15059706

    Latin America is very unsafe. The list of top 50 cities by murder rate is very telling: https://en.wikipedia.org/wiki/List_of_cities_by_murder_rate I have lived most of my life in …

  13. comment
    Comment #10749391

    This is insane, this judge must be on a power trip. WhatsApp is now part of Brazilian social life and economy. Everyone here is part of many groups of friends, family or workmates,…

  14. comment
  15. comment
    Comment #10161647

    Causality is a bit harder to integrate with current machine learning models as it's hard even with standard probabilistic graphical models. On the other hand, there has been a lot …

  16. comment
    Comment #8994223

    Torch7 has amazing GPU support. If you wanna send a tensor (array) to the GPU, you just type array:cuda(). All operations you do from now on will be on the GPU. More involved examp…