Skip to content

Commit 3ab9c37

Browse files
committed
updating codes
1 parent 3126365 commit 3ab9c37

File tree

11 files changed

+850
-2
lines changed

11 files changed

+850
-2
lines changed

doc/pub/week11/ipynb/week11_rbm.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@
671671
},
672672
{
673673
"cell_type": "code",
674-
"execution_count": null,
674+
"execution_count": 10,
675675
"id": "9f9c0616",
676676
"metadata": {},
677677
"outputs": [
@@ -681,7 +681,14 @@
681681
"text": [
682682
"Training BB-RBM on Ising data (M=2, N=1, CD-1, 1000 epochs):\n",
683683
" True J J_eff Error\n",
684-
" --------------------------------\n"
684+
" --------------------------------\n",
685+
" -2.00 -0.9292 1.0708\n",
686+
" -1.00 -0.5015 0.4985\n",
687+
" -0.50 -0.3144 0.1856\n",
688+
" +0.00 -0.0887 0.0887\n",
689+
" +0.50 +0.1294 0.3706\n",
690+
" +1.00 +0.5054 0.4946\n",
691+
" +2.00 +0.9359 1.0641\n"
685692
]
686693
}
687694
],

doc/src/week11/programs/conv_rbm_mnist.ipynb

Lines changed: 151 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)