WORKFLOW

General resources

WORKFLOW

EDA

Preprocessing

Imbalanced data

Ensemble

Anti-aliasing = prevenir shift-invariant, para ello añadir capa BlurPool.

RESULTS

PACKAGES

PAQUETES INTERESANTES

https://towardsdatascience.com/python-tools-for-a-beginner-data-scientist-39b3b9a4303a

Beautiful soup
Descargar texto html o xml
Wget
descargar archivos. Uso: wget.download('http://:..")
Pendulum
Util para manejo de tiempo en python
Barras de progreso:
tqdm
Conocer tiempo de ejecución:
timebudget
servidor HTTP python:
python -m http.server [<portNo>]

DATA SCIENCE

MACHINE LEARNING

StatsModels
Liberia de estadistica en python

Librerias de machine learning

DEEP LEARNING

wandb para ver como va el trainig (tipo tensorboard)

CODE SNIPPETS

https://snippets.readthedocs.io/en/latest/index.html

Añadir utils

import sys; sys.path.insert(0, '/home/deeplearning/code/recursos')
import utils
utils.basic.test_gpu()

UTILIDADES

DEEP LEARNING

https://snippets.readthedocs.io/en/latest/index.html