multi-armed bandit and how to use it in CTR optimization
Recommendation System 02
paper reading and summary
Recommendation System 01
Recommendation system introduction - collaborative filtering, DNN for query and item embedding
职场话题——北美华人高管总结的职场上升方法
- people skill: 组织,交流,setup vision -> roadmap -> project -> milestone -> metrics, 怎么improve people,怎么evaluate people
- 工作努力,但是nobody understand you。会不会too techinical,要understand your audience,更要understand你的audience想要什么,让他们明白80%,在留给 …
职场话题——也随便讲讲职业发展 (转载)
tmux quick notes
极简命令
- 建立session
tmux new -s my_session_name
- 建立新窗口
prefix + c # c -> create
- list所有窗口,然后选择某个窗口
prefix + w # W -> window,然后0,1,2,3,4选择需要的窗口;
- 窗口命名
prefix + , # 逗号
- 建立竖 …
2019-07-27 Week 30 工具合集
var=0;
while true;
do
echo "Hi";
var=$((var + 1));
echo $var;
sleep 1;
done
2019-07-20 Week 29, nvidia-smi error
nvidia-smi error
The error is (tensorflow_p36) ubuntu@ip-172-31-36-1:~$ nvidia-smi NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
This problem can be resolved by installing the (currently) latest version of the Nvidia driver.
- create an install file …