Compare commits
2 Commits
e52970ed9c
...
76ff137b0d
Author | SHA1 | Date |
---|---|---|
Shwetha Jayaraj | 76ff137b0d | |
Shwetha Jayaraj | a821646a5c |
|
@ -1,13 +1,17 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"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": "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": "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": [],
|
||||
|
|
|
@ -18,21 +18,8 @@
|
|||
"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
|
||||
}
|
||||
],
|
||||
|
@ -107,7 +94,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Web Doc Layout for QRG INK.md",
|
||||
"file": "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/QRG INK designs/LOGO for Qrg Ink.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)/Project Vault/Current Occupations/Website Projects/QRG INK designs/LOGO for Qrg Ink.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)/Project Vault/Current Occupations/Website Projects/QRG INK designs/LOGO for Qrg Ink.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -172,8 +159,9 @@
|
|||
"command-palette:Open command palette": false
|
||||
}
|
||||
},
|
||||
"active": "d3cd4a55a0ba0eff",
|
||||
"active": "5cc0637bb3d9f533",
|
||||
"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",
|
||||
|
@ -211,7 +199,6 @@
|
|||
"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,4 +22,6 @@ These are the potential designs for it all.
|
|||
![[Pasted image 20231002144006.png]]
|
||||
![[Pasted image 20231002144040.png]]
|
||||
![[Pasted image 20231002144101.png]]
|
||||
![[Pasted image 20231002144202.png]]
|
||||
![[Pasted image 20231002144202.png]]
|
||||
|
||||
- for free backgrounds in vectors - refer to this FreePix
|
|
@ -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