Skip to content

Instantly share code, notes, and snippets.

@shotahorii
shotahorii / usingGitOnEc2.md
Last active July 17, 2019 22:29
Using Git on EC2

Using Git on EC2

patternables.comはEC2上にWebサーバを立てて動かしているが、これまでは特にGitなどでコードを管理していなかった。
EC2にGitを入れてバージョン管理(更新管理)するようにしたのでその手順を記録しておく。

Step1

EC2上にバージョン管理用のベアリポジトリを作る。
Server

$ mkdir patternables.git
@shotahorii
shotahorii / fileuploaddownload.md
Last active April 10, 2019 09:12
Upload and Download file to a server

How to upload/download a file to/from a server in secure

Upload

Following command on terminal (local). (Detailed explanation here)

scp your_file.csv [email protected]:/path/to/destination/directory
Download

Following command on terminal (local; where you want to download the file)

@shotahorii
shotahorii / excel_chart_axis_k.md
Created April 10, 2019 01:04
Format numbers in K for chart axis in Excel

How to format numbers in K for chart axis in Excel

Custom format

[>=1000]#,##0,"K";0
@shotahorii
shotahorii / FeatureScalingAndLearningRateInGradientDescent.ipynb
Created April 3, 2019 20:54
Feature Scaling And Learning Rate In GradientDescent
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / GradientDescent.ipynb
Last active March 31, 2019 21:29
Solving OLS with Gradient Descent
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / ExtendedLogisticRegression.ipynb
Last active April 6, 2019 13:13
Extended Logistic Regression
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 / Poisson Distribution and Poisson Regression.ipynb
Created March 27, 2019 20:26
Poisson Distribution and Poisson Regression
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / SampleAndUnbiasedVariance.ipynb
Created March 24, 2019 23:41
Sample variance and Unbiased variance
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / BayesianCurveFitting.ipynb
Last active March 22, 2019 01:22
Curve fitting with Bayesian inference
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.