不動産市場での錯誤学習
1. 事例分析
- 企業オフィス移転行為は予測可能
- オフィスの移転は、同じ状況では発生しやすいこと
- 営業リソースを、通常移転可能性の高いと思われた企業に集中したら、営業コスト/効率をあげられる
- 通常注目してない企業を、移転が発生しそうな状況にハマると、通知ができる
- ビジネスチャンスのロストを減らす
- アプローチ
- リアル企業移転ケースデータ
- 機械学習
- 人間の誤る先入観を識別
- 人間予想してないケースも監視感知
2. モデルの構築
- Built-in アルゴリズムの利用
- ニュース解析、BlazingText(NLP, word2Vec)
- 日本語も利用可能
- MeCabで文字を区切りする
- Linear Learner Algorithm
- linear model
- Locistic regression
- Claasification porblems
- Linear regression
- Numeric values
- Locistic regression
- linear model
- K-Means Algorithm
- Binary_classifier hyperparameter
- yes
- no
- ニュース解析、BlazingText(NLP, word2Vec)
-
Deploy Model

- Machine Learning process
- Obtian Data
- Prepare Data
- Outsouring it to Amazon Mechanical Turk
- Train Model
- Learing Algorithm
- Loss Fucntion
- SGD (確率的勾配降下法)
- Optimization technique
model.compile(loss='mean_squared_error', optimizer='sgd') - Taring is also an iteration process.

- Evaluate Model
- Epoch
- valication_score
- quality_metric
- Epoch: Loss improved. Updating best model

- Epoch
- Deploy Model
- Integrate it with APP
- Inspect and visualize data
- Prepare the data
- Training the model
- Deploy the model

4.6 Regression batch perdictions
- ML model for batch prediction
- data for prediction
- Batch prediction results
- review