* refactor: create superOrder from superblock * chore: drop superOrders from meta * fix: return null for 'certifications' * fix: only set superOrder if it is needed * fix(tests): remove filter from order tests * test: use getSuperOrder, since superOrder has gone * test: ignore certificates * fix: getSuperOrder throw for 'certifications' * test: remove certificate special case It wasn't necessary, anyway (it had never been working because I put certificate not certification) Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
28 lines
636 B
JSON
28 lines
636 B
JSON
{
|
|
"name": "How Neural Networks Work",
|
|
"isUpcomingChange": false,
|
|
"dashedName": "how-neural-networks-work",
|
|
"order": 1,
|
|
"time": "10 hours",
|
|
"template": "",
|
|
"required": [],
|
|
"superBlock": "machine-learning-with-python",
|
|
"challengeOrder": [
|
|
[
|
|
"5e9a0e9ef99a403d019610ca",
|
|
"How Deep Neural Networks Work"
|
|
],
|
|
[
|
|
"5e9a0e9ef99a403d019610cb",
|
|
"Recurrent Neural Networks RNN and Long Short Term Memory LSTM"
|
|
],
|
|
[
|
|
"5e9a0e9ef99a403d019610cc",
|
|
"Deep Learning Demystified"
|
|
],
|
|
[
|
|
"5e9a0e9ef99a403d019610cd",
|
|
"How Convolutional Neural Networks work"
|
|
]
|
|
]}
|