-
# Separation of Concerns
> [my fork of module repository](https://github.com/Helen-HYF/separation-of-concerns)
## Learning Objectives
Priorities: 🥚, 🐣, 🐥, 🐔 (click to learn more)
There is …
-
# Separation of Concerns
> [my fork of module repository](https://github.com/Helen-HYF/separation-of-concerns)
## Learning Objectives
Priorities: 🥚, 🐣, 🐥, 🐔 (click to learn more)
There is …
-
## Learning Objectives
### 🥚 [0. Local Development Without Git](./0-local-development-without-git)
Practice the foundational workflows of software development by learning to write
Markdown locall…
-
## Summary
Go module documentation is spread out over several sources. The canonical source is `go help`, but it's difficult to read in a terminal, and the HTML equivalent ([golang.org/cmd/go](…
-
The following code
```
import tensorflow as tf
import tensorflow_probability as tfp
from tensorflow_probability import distributions as tfd
def get_mnist_data(normalize=True):
img_rows…
nbro updated
8 months ago
-
If you are using Zarr for whatever purpose, we would love to hear about it. If you can, please leave a couple of sentences in a comment below describing who you are and what you are using Zarr for. Th…
-
track change of tf
-
When trying to upload this Turtle file (`example.ttl`):
```
a .
```
with curl:
```
curl --request "POST" --header "Content-Type:text/turtle" --upload-file "example.ttl" "http://oxigraph?…
-
This in an introductory project designed to find some very useful information and perhaps optimisation opportunities for Silkworm execution, at the same time requiring understanding of the code and so…
-
Dear All,
in trying to learn a little bit about neural networks I came across tiny-dnn,
which appears to be nicely suited for someone familiar with C++.
As an initial test I tried to construct a ne…