Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b771b97

Browse files
committed
adds contents table in learning notebook
1 parent fdac4c1 commit b771b97

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

learning.ipynb

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,20 @@
5050
"\n",
5151
"In Reinforcement Learning the agent learns from a series of reinforcements—rewards or punishments.\n",
5252
"\n",
53-
"**Example**: Let's talk about an agent to play the popular Atari game—[Pong](http://www.ponggame.org). We will reward a point for every correct move and deduct a point for every wrong move from the agent. Eventually, the agent will figure out its actions prior to reinforcement were most responsible for it."
53+
"**Example**: Let's talk about an agent to play the popular Atari game—[Pong](http://www.ponggame.org). We will reward a point for every correct move and deduct a point for every wrong move from the agent. Eventually, the agent will figure out its actions prior to reinforcement were most responsible for it.\n",
54+
"\n",
55+
"## Contents\n",
56+
"\n",
57+
"* Explanations of learning module\n",
58+
"* Practical Machine Learning Task\n",
59+
" * MNIST handwritten digits classification\n",
60+
" * Loading and Visualising digits data\n",
61+
" * Naive kNN classifier\n",
62+
" * Overfitting and how to avoid it\n",
63+
" * Train-Test split\n",
64+
" * Crossvalidation\n",
65+
" * Regularisation\n",
66+
" * Email spam detector"
5467
]
5568
},
5669
{

0 commit comments

Comments
 (0)