From 2d01ade6d54533cb1fa80d66fa91377655683722 Mon Sep 17 00:00:00 2001 From: rameshputalapattu Date: Sun, 20 Aug 2017 07:30:39 -0700 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..87b3870 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# jupyterexplore +Exploration of montecarlo method for calculation of Pi, svd for compression of images and some visualization in jupyter notebooks. +This notebook explores the following topics. +- Montecarlo calculation of Pi +- image compression of gray scale images using svd +- image compression of color images using svd