Monday, October 02, 2023, 16:00:01 + 4
parent
e52970ed9c
commit
a821646a5c
|
@ -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": [],
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
- 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)
|
Loading…
Reference in New Issue