Skip to content

Archives

All the articles I've archived.

2024 6
December 2
November 1
July 1
June 1
  • Different lists

    Published:

    Exploring the differences between lists in Go and Elixir

February 1
2023 1
June 1
2021 3
December 1
October 1
June 1
  • O que NÃO É a eficácia de uma vacina

    Published:

    O que exatamente é a eficácia de uma vacina? Esse número se tornou muito popular, mas nem todas as interpretações sobre ele estão corretas.

2020 3
September 1
  • What are NOT p-values?

    Published:

    What exactly is a p-value? Let's define the p-value and then look at what it is not.

August 2
  • Por que novas cloroquinas virão

    Published:

    Nós devemos focar em explicar por que terapias ineficazes podem parecer serem muito eficazes e mostrar os benefícios de ensaios clínicos de qualidade.

  • Why new hydroxichloroquines will come

    Published:

    We should focus on explaining why ineffective therapies can appear to be very effective and show the benefits of proper clinical trials.

2019 1
May 1
  • The basics of outlier detection

    Published:

    This post is intended to explain the basics of outlier detection and removal and, more specifically, to highlight some common mistakes.

2018 5
December 4
  • Twitter sentiment classification - Part 2

    Published:

    We'll use Recurrent Neural Networks to classify the Sentiment140 dataset into positive or negative tweets.

  • Twitter sentiment classification - Part 1

    Published:

    A sentiment classification project utilizing logistic regression on the Sentiment140 dataset.

  • Exploratory data analysis: the WHO suicide dataset

    Published:

    Exploratory data analysis is essential to construct hypothesis. Today we’ll explore the WHO Suicide Statistics database (version from Kaggle). It consists of a single CSV table, with 43776 instances of merely 6 variables.

  • Exploring Fractals With Pytorch

    Published:

    Let's use PyTorch to analyze 3D fractals by implementing the box-counting algorithm and calculate the fractal dimension and lacunarity of a given image.

January 1
  • Battleship Heuristics

    Published:

    Implementing an algorithm for playing Battleship that uses heuristics.