Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/lab/exp10/Tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<!-- Custom CSS -->
<link href="../../../css/style.css" rel="stylesheet">
<script type="text/javascript" src = 'tabs.js'></script>

<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async></script>

<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-67558473-1', 'auto');ga('send', 'pageview');</script>
</head>
<body id="page-top" class="index">
Expand Down
2 changes: 1 addition & 1 deletion src/lab/exp3/Tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h3>Perceptron convergence theorem</h3>
settles as a valid classifier in finite number of steps. </p>
<!--Figure HERE -->
<table width="750"><tr><td height="400">
<img src="perceptron_convergence.png" style="height:90%;width:90%"/></td></tr>
<img src="perceptron_convergence.png" style="height:90%;width:90%"/></td></tr>
<caption align="bottom"><b> Figure 2: </b><em>Example to illustrate the perceptron convergence in pattern classification problem.</em></caption></table>
</div> </div>
</div>
Expand Down