This repository contains the code snippets and examples used in articles published on my Medium blog. Each directory corresponds to a specific Medium article, and you can find the associated code and resources within each directory.
-
A regressão linear e sua aplicação na medição da taxa de expansão cósmica
- In this article, we delve a bit into the theoretical aspects of linear regression and how to use the ordinary least squares method to obtain regression coefficient values. Subsequently, employing a dataset comprising 22 spiral galaxies, the same dataset used by Hubble, we infer the rate of expansion of the universe.
- Folder:
A_regressão_linear_e_sua_aplicação_na_medição_da_taxa_de_expansão_cósmica_code/
A_regressão_linear_e_sua_aplicação_na_medição_da_taxa_de_expansão_cósmica_code/ ├── A regressão linear e sua aplicação na medição da expansão cósmica.ipynb ├── HubbleDados.csv └── README.md
-
Using querySDSS to get SDSS data realease
- In this notebook we want to test our capabilities in using classification algorithms to distinguish between Galaxies and Quasars from the dataset. We’re going to use python package querySDSS which makes a specific SQL query to SDSS DR18 and returns a SQL table.
- Folder:
Using querySDSS to get SDSS data realease/
Using querySDSS to get SDSS data realease/ ├── AUsing querySDSS to get SDSS data realease.ipynb └── README.md
-
Inferência Bayesiana e técnicas de Sampling
- Neste texto eu falo um pouco sobre o poder da inferência bayesiana e ilustro tanto a forma analítica de obter uma posterior, quando obter a distribuição através de técnicas de amostragem.
- Folder:
Inferência_bayesiana_e_Sampling/
Inferência_bayesiana_e_Sampling/ ├── Implementação_de_técnicas_numéricas_de_sampling.ipynb └── Accept-Reject_v2.gif
Clone the repository to your local machine using the following command:
git clone https://github.com/your-username/medium-codes-repository.git