Jason's Notes
Pages
Home
Oct 26, 2015
Use Jazzy to generate Swift documentation.
Format:
/// description
- parameter param: description
- returns: xxxxxxx
run Jazzy
$ jazzy --min-acl internal --swift-version 2.1
Oct 20, 2015
Embed images to latex
\graphicspath{ {pic/} } % The folder containing images.
\includegraphics[scale=0.5]{imageName} % Embed a image.
Oct 18, 2015
CS229 Machine Learning - 3 (Linear regression, Probabilistic interpretation, Logistic regression, Newton's method)
Outline:
- Linear regression
- Probabilistic interpretation
- Logistic regression
- Newton's method
CS229 Machine Learning - 2 (Linear regression, Gradient descent, Normal equation)
Outline:
- Linear regression
- Gradient descent
- Normal equation
Oct 12, 2015
[Swift] Model View Controller
source: https://www.youtube.com/watch?v=QLJtT7eSykg&list=PLZYLTko_GQdGk39r8OTL-9lC92kd4AJy3&index=2
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)