# ai-learning **Repository Path**: rock117/ai-learning ## Basic Information - **Project Name**: ai-learning - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-25 - **Last Updated**: 2021-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##### AI学习笔记 1. 基础机器学习类库使用, numpy, pandas, scipy, metaplot, scikit-learn, scikit-image 2. 各种AI例子 3. 金融股票信息分析统计 4. 量化分析,量化策略 ##### MyLib 自定义的工具包, 封装常用功能,方便在notebook中使用 ##### 运行 ###### 使用conda来管理依赖环境,比较方便 1. conda create -n ai-learning python=3.9.7 # 可以是其他更高版本 2. conda activate ai-learning 4. conda install numpy # 安装软件包,这里举例安装numpy 3. cd $project # 进入项目目录 4. jupyter lab # 运行jupyter