mlutils This repository contains a number of simple (hopefully useful) machine-learning utilities. They include-- draw_neural_network.py: Use matplotlib to sketch a DNN specified as a list of neurons per layer (e.g., [2, 4, 2])