From 9d160b28a1b51a1e8ec33440842464a15e837ad6 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sat, 30 Mar 2019 20:21:58 +0100 Subject: [PATCH] Restructure directories to prepare for TensorFlow --- .../Presentation-Swedish.odp | Bin README.md => ml/README.md | 0 find_lines.py => ml/classify.py | 0 report.md => ml/report.md | 0 tf/README.md | 3 +++ 5 files changed, 3 insertions(+) rename Presentation-Swedish.odp => ml/Presentation-Swedish.odp (100%) rename README.md => ml/README.md (100%) rename find_lines.py => ml/classify.py (100%) rename report.md => ml/report.md (100%) create mode 100644 tf/README.md diff --git a/Presentation-Swedish.odp b/ml/Presentation-Swedish.odp similarity index 100% rename from Presentation-Swedish.odp rename to ml/Presentation-Swedish.odp diff --git a/README.md b/ml/README.md similarity index 100% rename from README.md rename to ml/README.md diff --git a/find_lines.py b/ml/classify.py similarity index 100% rename from find_lines.py rename to ml/classify.py diff --git a/report.md b/ml/report.md similarity index 100% rename from report.md rename to ml/report.md diff --git a/tf/README.md b/tf/README.md new file mode 100644 index 0000000..97e05f8 --- /dev/null +++ b/tf/README.md @@ -0,0 +1,3 @@ +Categorization of cat and dog faces with TensorFlow +=================================================== +