# ai-learn **Repository Path**: FlyFive/ai-learn ## Basic Information - **Project Name**: ai-learn - **Description**: AI学习 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-04 - **Last Updated**: 2022-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ai-learn AI学习 ### 环境 * python 2.7.13 (Anaconda) * jieba 0.39 ### 结构 * algorithm * nn 神经网络 * textrank TextRank(抽取关键词,结巴分词) * examples * chat-bot 聊天机器人 * playground 其它实验性质代码 * util * stopword.py 停用词 * tiny_tool.py 小工具