# study-ai **Repository Path**: techlover/study-ai ## Basic Information - **Project Name**: study-ai - **Description**: 人工智能学习项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-29 - **Last Updated**: 2025-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # study-ai 人工智能学习项目 ## 目录/包说明 | 一级目录 | 二级目录 | 三级目录 | 说明 | |---------------|-------------------------|------|---------| | deep-learning | | | 深度学习 | | deep-learning | BostonHousePricePredict | | 波士顿房价预测 | ## 常用操作 ### 安装依赖 ```shell pip install pkg==version ``` ### 写入requirements.txt文件 ```shell pip freeze > requirements.txt ``` ### 使用国内镜像 ```shell pip install -i https://mirrors.aliyun.com/pypi/simple pkg==version ```