Skip to content

Instantly share code, notes, and snippets.

@shotahorii
shotahorii / PRML_3_1.ipynb
Created March 20, 2019 22:47
Linear Algebra in PRML 3.1.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / Bayesian_inference.ipynb
Created March 17, 2019 22:46
Bayesian inference
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / BIC.ipynb
Last active March 14, 2019 22:22
BIC
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / Deviance_and_AIC.ipynb
Created March 12, 2019 21:36
Deviance and AIC
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / uploadfile.md
Created March 8, 2019 10:15
Upload file to server

How to upload a local file to a server in secure

Following command on terminal. (Detailed explanation here)

scp your_file.csv [email protected]:/path/to/destination/directory
@shotahorii
shotahorii / Ridge_Multicollinearity.ipynb
Last active March 6, 2019 22:59
Ridge_Multicollinearity
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / upload_image_gist.md
Created March 3, 2019 23:51
upload_image_gist

How to upload an image on your gist

  1. Create a gist or reuse one of your gists.
  2. Clone your gist:
git clone https://gist.github.com/<username>/<hash>.git
  1. Add your image to your gist's repository:
git add my-image.jpg