Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.36 KB

File metadata and controls

33 lines (24 loc) · 1.36 KB

helpers_python

Contains helper code for random stuff that might be useful one day or another.

Entertainment

Jupyter Notebook

Pickle

Tensorflow

plots

  • Link
  • sample_plot.py- The basic plot example cvers color, marker style, size, color, annotation using arrow, text and formatting.

Additional Resources: My Matplotlib Introduction Notes

ML and DL

Utils

  • smooth_a_curve.py - Uses average filtering (by convolution window) to smooth the signals

Argparse