Compare commits
No commits in common. "76ff137b0d5e221aab25447c954b95e83ff12b17" and "e52970ed9c76f9fd41dd3cb419b46573c9b4cfde" have entirely different histories.
76ff137b0d
...
e52970ed9c
|
@ -1,17 +1,13 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "LOGO for Qrg Ink",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/QRG INK designs/LOGO for Qrg Ink.md"
|
||||
},
|
||||
{
|
||||
"basename": "About TensorFlow",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/Tensorflow/About TensorFlow.md"
|
||||
},
|
||||
{
|
||||
"basename": "Web Doc Layout for QRG INK",
|
||||
"path": "Web Doc Layout for QRG INK.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": "Documentation",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/Languages/Documentation.md"
|
||||
|
@ -199,6 +195,10 @@
|
|||
{
|
||||
"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": [],
|
||||
|
|
|
@ -18,8 +18,21 @@
|
|||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d3cd4a55a0ba0eff",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Web Doc Layout for QRG INK.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1,
|
||||
"stacked": true
|
||||
}
|
||||
],
|
||||
|
@ -94,7 +107,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/QRG INK designs/LOGO for Qrg Ink.md",
|
||||
"file": "Web Doc Layout for QRG INK.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -111,7 +124,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/QRG INK designs/LOGO for Qrg Ink.md",
|
||||
"file": "Web Doc Layout for QRG INK.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -134,7 +147,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/QRG INK designs/LOGO for Qrg Ink.md"
|
||||
"file": "Web Doc Layout for QRG INK.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -159,9 +172,8 @@
|
|||
"command-palette:Open command palette": false
|
||||
}
|
||||
},
|
||||
"active": "5cc0637bb3d9f533",
|
||||
"active": "d3cd4a55a0ba0eff",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/Libraries/Tensorflow/About TensorFlow.md",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/QRG INK designs/LOGO for Qrg Ink.md",
|
||||
"Web Doc Layout for QRG INK.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/Documentation.md",
|
||||
|
@ -199,6 +211,7 @@
|
|||
"Coding Tips (Classical)/Project Vault/Communication Projects/WRITTEN TEXT/Internet Chats/Social Networks.md",
|
||||
"Coding Tips (Classical)/Project Vault/Communication Projects/WRITTEN TEXT/Internet Chats/Chat = IRC Slack Discord Line.md",
|
||||
"Coding Tips (Classical)/Project Vault/Communication Projects/WRITTEN TEXT/Templates/E-Mail.md",
|
||||
"Coding Tips (Classical)/Project Vault/Communication Projects/WRITTEN TEXT/E-Mail Templates.md",
|
||||
"Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/gx6750.pdf",
|
||||
"Machine Tips (Quantum)/Quantum spaces.canvas"
|
||||
]
|
||||
|
|
|
@ -22,6 +22,4 @@ These are the potential designs for it all.
|
|||
![[Pasted image 20231002144006.png]]
|
||||
![[Pasted image 20231002144040.png]]
|
||||
![[Pasted image 20231002144101.png]]
|
||||
![[Pasted image 20231002144202.png]]
|
||||
|
||||
- for free backgrounds in vectors - refer to this FreePix
|
||||
![[Pasted image 20231002144202.png]]
|
|
@ -4,6 +4,4 @@ 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
|
||||
- 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)
|
||||
- Using the [dataset builder to load](https://www.tensorflow.org/datasets/overview) datasets in
|
Loading…
Reference in New Issue