1 Star 0 Fork 0

loic_wang/TF-recomm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
download_data.sh 217 Bytes
一键复制 编辑 原始数据 按行查看 历史
Guocong Song 提交于 2016-04-19 23:41 . Add SVD
#!/usr/bin/env bash
DATA_DIR=/tmp/movielens
SIZE=1m
mkdir -p ${DATA_DIR}
wget http://files.grouplens.org/datasets/movielens/ml-${SIZE}.zip -O ${DATA_DIR}/ml-${SIZE}.zip
unzip ${DATA_DIR}/ml-${SIZE}.zip -d ${DATA_DIR}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/loic_wang/TF-recomm.git
git@gitee.com:loic_wang/TF-recomm.git
loic_wang
TF-recomm
TF-recomm
master

搜索帮助