This repository has been created to control the code of the first lesson of Percepcón computacional in Masters in AI.
Use the package numpy and math .
import numpy as np
import math
from skimage import io
import matplotlib.pyplot as plt
%matplotlib inlinePull requests are welcome.
Please make sure to update tests as appropriate.