Jason's Notes
Mar 29, 2016
Feb 6, 2016
Execute python code using ./
Step1: add #!/usr/local/bin/python in the first line of the code
Step2: in the bash, type chmod +x myscript.py
Step3: type ./myscript.py to execute the python code
Dec 19, 2015
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.
\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
Subscribe to:
Posts (Atom)