Skip to content

Commit

Permalink
started randon example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Nov 6, 2017
1 parent b7b4255 commit d58a848
Show file tree
Hide file tree
Showing 4 changed files with 1,614 additions and 2 deletions.
43 changes: 42 additions & 1 deletion .ipynb_checkpoints/06_gps_latent_variable-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -2118,6 +2118,47 @@
"plt.xlabel(\"X\"); plt.ylabel(\"True f(x)\");\n",
"plt.title(\"Posterior distribution over $f(x)$ at the observed values\"); plt.legend();"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"2017-11-06 \n",
"\n",
"CPython 3.6.3\n",
"IPython 6.1.0\n",
"\n",
"numpy 1.13.3\n",
"scipy 0.19.1\n",
"pandas 0.20.3\n",
"matplotlib 2.1.0\n",
"seaborn 0.8.0\n",
"patsy 0.4.1\n",
"pymc3 3.2\n",
"theano 0.9.0.dev-c697eeab84e5b8a74908da654b66ec9eca4f1291\n",
"joblib 0.11\n",
"\n",
"compiler : GCC 7.2.0\n",
"system : Linux\n",
"release : 4.4.0-1022-aws\n",
"machine : x86_64\n",
"processor : x86_64\n",
"CPU cores : 1\n",
"interpreter: 64bit\n",
"Git hash : b7b425564adb8c96f0ffb63a22ce352f7b70c650\n"
]
}
],
"source": [
"# Dependencies\n",
"%load_ext watermark\n",
"%watermark -dmvgp numpy,scipy,pandas,matplotlib,seaborn,patsy,pymc3,theano,joblib"
]
}
],
"metadata": {
Expand Down

0 comments on commit d58a848

Please sign in to comment.