# ant-learn-recsys **Repository Path**: xfrmflow/ant-learn-recsys ## Basic Information - **Project Name**: ant-learn-recsys - **Description**: 蚂蚁学推荐系统 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 14 - **Created**: 2022-11-08 - **Last Updated**: 2022-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ant-learn-recsys 推荐系统从入门到实战 微信公众号:蚂蚁学Python ### 安装依赖环境的方式 requirements.txt中存放了这个代码需要的版本库的依赖版本 ```shell # 如下命令,在具有anaconda环境的命令行操作 # anaconda新建虚拟环境 conda create -n mytensorflow python=3.9 # 激活虚拟环境 conda activate mytensorflow pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt ```