From a821646a5c59c8be5e5d7729a99591db2efef09b Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Mon, 2 Oct 2023 16:00:15 -0400 Subject: [PATCH] Monday, October 02, 2023, 16:00:01 + 4 --- .../plugins/recent-files-obsidian/data.json | 12 +++++----- enter/.obsidian/workspace.json | 23 ++++--------------- .../Libraries/Tensorflow/About TensorFlow.md | 4 +++- 3 files changed, 14 insertions(+), 25 deletions(-) diff --git a/enter/.obsidian/plugins/recent-files-obsidian/data.json b/enter/.obsidian/plugins/recent-files-obsidian/data.json index 22f7198..ac5c731 100644 --- a/enter/.obsidian/plugins/recent-files-obsidian/data.json +++ b/enter/.obsidian/plugins/recent-files-obsidian/data.json @@ -1,13 +1,17 @@ { "recentFiles": [ { - "basename": "Web Doc Layout for QRG INK", - "path": "Web Doc Layout for QRG INK.md" + "basename": "About TensorFlow", + "path": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/Tensorflow/About TensorFlow.md" }, { "basename": "LOGO for Qrg Ink", "path": "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/QRG INK designs/LOGO for Qrg Ink.md" }, + { + "basename": "Web Doc Layout for QRG INK", + "path": "Web Doc Layout for QRG INK.md" + }, { "basename": "Documentation", "path": "Coding Tips (Classical)/Terminal Tips/Languages/Documentation.md" @@ -195,10 +199,6 @@ { "basename": "Password Managers", "path": "Machine Tips (Quantum)/Math/Algorithms/Encryption/Password Managers.md" - }, - { - "basename": "About Tool", - "path": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/About Tool.md" } ], "omittedPaths": [], diff --git a/enter/.obsidian/workspace.json b/enter/.obsidian/workspace.json index 5250351..9e7c1b2 100644 --- a/enter/.obsidian/workspace.json +++ b/enter/.obsidian/workspace.json @@ -13,26 +13,13 @@ "state": { "type": "markdown", "state": { - "file": "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/QRG INK designs/LOGO for Qrg Ink.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "d3cd4a55a0ba0eff", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Web Doc Layout for QRG INK.md", + "file": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/Tensorflow/About TensorFlow.md", "mode": "source", "source": false } } } ], - "currentTab": 1, "stacked": true } ], @@ -107,7 +94,7 @@ "state": { "type": "backlink", "state": { - "file": "Web Doc Layout for QRG INK.md", + "file": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/Tensorflow/About TensorFlow.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -124,7 +111,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Web Doc Layout for QRG INK.md", + "file": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/Tensorflow/About TensorFlow.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -147,7 +134,7 @@ "state": { "type": "outline", "state": { - "file": "Web Doc Layout for QRG INK.md" + "file": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/Tensorflow/About TensorFlow.md" } } } @@ -172,7 +159,7 @@ "command-palette:Open command palette": false } }, - "active": "d3cd4a55a0ba0eff", + "active": "5cc0637bb3d9f533", "lastOpenFiles": [ "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/QRG INK designs/LOGO for Qrg Ink.md", "Web Doc Layout for QRG INK.md", diff --git a/enter/Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/Tensorflow/About TensorFlow.md b/enter/Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/Tensorflow/About TensorFlow.md index 036d763..e4e75b5 100644 --- a/enter/Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/Tensorflow/About TensorFlow.md +++ b/enter/Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/Tensorflow/About TensorFlow.md @@ -4,4 +4,6 @@ Tensorflow is extremely powerful and you will be using it often. Keras was anoth import tensorflow as tf ``` -- Using the [dataset builder to load](https://www.tensorflow.org/datasets/overview) datasets in \ No newline at end of file +- Using the [dataset builder to load](https://www.tensorflow.org/datasets/overview) datasets in +- this is a fantastic tutorial on how to create an embedded projector board visualization using [TensorBoard](https://pytorch.org/tutorials/intermediate/tensorboard_tutorial.html) +- Additionally found in these [weights and biases tutorials](https://wandb.ai/qorgi) \ No newline at end of file