From faeb6e21dbee90a784518302ac88ade30a56a863 Mon Sep 17 00:00:00 2001 From: Larry Battle Date: Mon, 29 Oct 2018 23:11:10 -0500 Subject: [PATCH 1/2] Added dvc and touched up readme.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c806f26..b69dd0b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Further resources: ## Table of Contents +### Frameworks and Libraries - [APL](#apl) @@ -129,7 +130,13 @@ Further resources: - [General-Purpose Machine Learning](#swift-general-purpose) - [TensorFlow](#tensor) - [General-Purpose Machine Learning](#tensor-general-purpose) -- [Credits](#credits) + +### Tools + +- [Misc](#tools-misc) + + +[Credits](#credits) @@ -1409,6 +1416,13 @@ be * [Awesome TensorFlow](https://github.com/jtoy/awesome-tensorflow) - A list of all things related to TensorFlow. * [Golden TensorFlow](https://golden.com/wiki/TensorFlow) - A page of content on TensorFlow, including academic papers and links to related topics. + +## Tools + + +#### Misc +* [DVC](https://github.com/iterative/dvc) - Data Science Version Control is an Open-source Version Control System for Machine Learning Projects + ## Credits From 973df5850052b682743f192064efc05ebf95fd25 Mon Sep 17 00:00:00 2001 From: Larry Battle Date: Wed, 31 Oct 2018 00:34:00 -0500 Subject: [PATCH 2/2] Updated description for DVC in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b69dd0b..b9cf756 100644 --- a/README.md +++ b/README.md @@ -1421,7 +1421,7 @@ be #### Misc -* [DVC](https://github.com/iterative/dvc) - Data Science Version Control is an Open-source Version Control System for Machine Learning Projects +* [DVC](https://github.com/iterative/dvc) - Data Science Version Control is an open-source version control system for machine learning projects with pipelines support. It makes ML projects reproducible and shareable. ## Credits