Skip to content

Commit

Permalink
Merge pull request #1201 from kfahn22/update-noc
Browse files Browse the repository at this point in the history
Update NOC track to include perceptron videos and 92-XOR coding challenge.
  • Loading branch information
shiffman authored Sep 8, 2023
2 parents 8e5e939 + c515c13 commit 687f9fa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions content/tracks/main-tracks/the-nature-of-code-2/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@
"noc/9-genetic-algorithms/9-interactive-selection",
"noc/9-genetic-algorithms/10-continuous-evolutionary-systems"
]
},
{
"title": "Neural Networks",
"videos": [
"neural-networks/2-perceptron-part-1",
"neural-networks/3-perceptron-part 2",
"neural-networks/4-multilayer-perceptron-part-1",
"neural-networks/5-multilayer-perceptron-part-2",
"challenges/92-xor-problem"
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"languages": ["Processing"],
"topics": ["neural networks", "perceptron"],
"canContribute": true,
"canonicalTrack": "neural-networks",
"timestamps": [
{
"time": "0:00",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"languages": ["Processing"],
"topics": ["neural networks", "perceptron"],
"canContribute": true,
"canonicalTrack": "neural-networks",
"relatedChallenges": ["104-linear-regression-with-tensorflowjs"],
"timestamps": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"languages": ["JavaScript"],
"topics": ["neural networks", "perceptron"],
"canContribute": true,
"canonicalTrack": "neural-networks",
"relatedChallenges": ["105-polynomial-regression-with-tensorflowjs", "92-xor-problem"],
"timestamps": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"languages": ["JavaScript"],
"topics": ["neural networks", "multilayer perceptron", "linear algebra"],
"canContribute": true,
"canonicalTrack": "neural-networks",
"timestamps": [
{
"time": "0:00",
Expand Down Expand Up @@ -49,7 +50,7 @@
"title": "Outro"
}
],
"groupLinks": [
"groupLinks": [
{
"title": "References",
"links": [
Expand Down

0 comments on commit 687f9fa

Please sign in to comment.