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
Binary file not shown.
Binary file not shown.
56 changes: 56 additions & 0 deletions ML_Mathematical_Approach/01_tutorials/01__resources.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<meta charset="utf-8"/>
<co-content>
<p>
<a href="https://www.coursera.org/learn/machine-learning/discussions/m0ZdvjSrEeWddiIAC9pDDA">
Programming Exercise Tutorials
</a>
</p>
</co-content>
<style>
body {
padding: 50px 85px 50px 85px;
}

table th, table td {
border: 1px solid #e0e0e0;
padding: 5px 20px;
text-align: left;
}
input {
margin: 10px;
}
}
th {
font-weight: bold;
}
td, th {
display: table-cell;
vertical-align: inherit;
}
img {
height: auto;
max-width: 100%;
}
pre {
display: block;
margin: 20px;
background: #424242;
color: #fff;
font-size: 13px;
white-space: pre-wrap;
padding: 9.5px;
margin: 0 0 10px;
border: 1px solid #ccc;
}
</style>
<script async="" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$$','$$'], ['$','$'] ],
displayMath: [ ["\\[","\\]"] ],
processEscapes: true
}
});
</script>
56 changes: 56 additions & 0 deletions ML_Mathematical_Approach/02_test-cases/01__resources.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<meta charset="utf-8"/>
<co-content>
<p>
<a href="https://www.coursera.org/learn/machine-learning/discussions/0SxufTSrEeWPACIACw4G5w">
Programming Exercise Test Cases
</a>
</p>
</co-content>
<style>
body {
padding: 50px 85px 50px 85px;
}

table th, table td {
border: 1px solid #e0e0e0;
padding: 5px 20px;
text-align: left;
}
input {
margin: 10px;
}
}
th {
font-weight: bold;
}
td, th {
display: table-cell;
vertical-align: inherit;
}
img {
height: auto;
max-width: 100%;
}
pre {
display: block;
margin: 20px;
background: #424242;
color: #fff;
font-size: 13px;
white-space: pre-wrap;
padding: 9.5px;
margin: 0 0 10px;
border: 1px solid #ccc;
}
</style>
<script async="" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$$','$$'], ['$','$'] ],
displayMath: [ ["\\[","\\]"] ],
processEscapes: true
}
});
</script>
Loading