codingecho

日々の体験などを書いてます

Entries from 2018-10-01 to 1 month

What you should study and should not study

TL;DR You should study what you need nowYou should not study what you may need futureIf you think you should study either foreign language or skill, you should study skill Abstract This article assumes that you have some subjects to study …

IntelliJ IDEAを使ったGo言語のセットアップ

Go言語のlocalへのインストール方法からIntelliJ IDEAへのプロジェクトのインポートと設定について記述します。 Go言語のインストール Go言語のインストールにはgoenvを使用します。 $ git clone https://github.com/syndbg/goenv.git ~/.goenv bashを使用し…

機械学習システムのアーキテクチャ設計

アーキテクチャの考え方 Machine Learning Systemsを読みました。ここで紹介されているアプリケーションのアーキテクチャの設計方法を紹介します。 こちらの書籍ではScala, Akka, Sparkを使ってリアクティブなアプリケーションを作成していますが、ここでは…