FLASHCARDS: a series of what is / how to on different topics ranging from python scripting and algorithm up to Deep Learning implementation.
Latest Posts
-
How to make a python2.7 based virtualenv with TF and Keras
This is a step-by-step tutorial on how to create a python2.7 virtual environment. The venv is loaded with Deep Learning Frameworks: Tensorflow, Keras -
How to use the argument parser - argparse (Python)?
Argparse is a module that allows for option and argument parsing for python programs