rohaniのブログ

ゆるっと自然言語処理奴。ときどき工作系バイト。

機械学習

骨格検出モジュール tf-pose-estimation をMacbookProで動かしてみた

tf-pose-estimation github.com 'Openpose', human pose estimation algorithm, have been implemented using Tensorflow. It also provides several variants that have some changes to the network structure for real-time processing on the CPU or low…

scikit-learn Tutorial【デコ14日目】

Google Colaboratoryを使って、scikit-learn tutorialをやってみた。 An introduction to machine learning with scikit-learn Conventions(規則) The sklearn.random_projection module implements a simple and computationally efficient way to reduce…

scikit-learn Tutorial【デコ13日目】

Google Colaboratoryを使って、scikit-learn tutorialをやってみた。 An introduction to machine learning with scikit-learn Machine learning: the problem setting Loading an example dataset sklearn標準のデータセットを読み込むには from sklearn im…

2018年冬インターンのメモをまとめておく

インターンの時にとったメモをいま見返したら、結構重要そうなことが書いてあったので、ここにまとめておく。 研究のサイクル 高専でも卒研をしておいて今更だけれど,(初めてまともに)研究のサイクルを教わった. サーベイ 手法提案 実装 実験 評価 → 2へ…