Skip to content

Instantly share code, notes, and snippets.

View veshboo's full-sized avatar
🎯
Focusing

Jaesup Kwak veshboo

🎯
Focusing
View GitHub Profile
@veshboo
veshboo / pandoc-latex.md
Created August 22, 2017 04:17
pandoc markdown with latex
  • Not-satisfiying result! -> What to Try Next?
    • More training examples
    • Trying smaller sets of features
    • Trying additional sets of features
    • Trying polynomial features
    • Increasing or decreasing $\lambda$

Training set / Cross Validation set / Test set

  • Evaluating a hypothesis with a separate test set
@veshboo
veshboo / pandoc-latex.html
Created August 22, 2017 04:25
pandoc-latex markdown to html
<h1 id="machine-learning-lecture-by-andrew-ng-on-coursera">Machine Learning Lecture by Andrew Ng on Coursera</h1>
<h2 id="week-1">Week 1</h2>
<p>Introduction</p>
<ul>
<li>What is Machine Learning?</li>
<li>Supervised Learning</li>
<li>Unsupervised Learning</li>
</ul>
<p>Linear Regression with One Variable</p>