In this step-by-step tutorial, you'll learn how to use the Python return statement when writing functions. Additionally, you'll cover some good programming practices related to the use of return. With this knowledge, you'll be able to write readable, robu... (more…)
Read more »
Teaching materials for the Convolutional Neural Networks for Visual Recognition (http://cs231n.github.io/python-numpy-tutorial/) classes at Stanford - srigalibe/CS231n-Python-NumPy-Tutorial... (more…)
Read more »
Traceback : Determination of origin; the process of tracing something back to its source . I have been working towards release 0.4 of frie... (more…)
Read more »
pyCANON is a Python library which allows the user to know the anonymity
level of a dataset based on a set of quasi-identifiers (QI), and a set of
sensitive attributes. To do so, it provides a set of functions to compute the
anonymity level of a dataset by... (more…)
Read more »
When using deep convolutional neural networks (CNNs) for image classification tasks, it’s common to apply several transformations to the images in order to augment the data and reduce overfitting. For example, images are often randomly cropped, mirrored, ... (more…)
Read more »