上一页 1 ··· 7 8 9 10 11 12 13 下一页
摘要: chatbot实例 Create a chatbot: This is done using the create_bot function. The function takes the name of the bot as an input argument. This function ret 阅读全文
posted @ 2021-06-13 16:08 ikventure 阅读(167) 评论(0) 推荐(0) 编辑
摘要: nltk_data路径错误及连接失败问题解决办法,需要注意解压缩路径及修改hosts。 阅读全文
posted @ 2021-06-13 15:23 ikventure 阅读(1485) 评论(0) 推荐(0) 编辑
摘要: python chatterbot库安装、AI计算器实例及nltk相关问题 阅读全文
posted @ 2021-06-12 22:42 ikventure 阅读(1988) 评论(0) 推荐(1) 编辑
摘要: 本文理论内容部分参考自崔添翼的背包九讲系列及acwing。 阅读全文
posted @ 2021-06-11 23:34 ikventure 阅读(95) 评论(0) 推荐(0) 编辑
摘要: leetcode 474. 一和零 2021/06/06 每日一题 https://leetcode-cn.com/problems/ones-and-zeroes 阅读全文
posted @ 2021-06-10 23:53 ikventure 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 本文理论内容参考自崔添翼的背包九讲系列,01背包问题是最基础的背包问题,特点是:每种物品仅有一件,可以选择放或不放。 阅读全文
posted @ 2021-06-09 22:57 ikventure 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 数据结构与算法 python版 412动态规划案例分析 阅读全文
posted @ 2021-06-08 20:22 ikventure 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 找零兑换问题的动态规划解法及扩展 阅读全文
posted @ 2021-06-07 22:42 ikventure 阅读(431) 评论(0) 推荐(1) 编辑
摘要: 找零兑换问题的递归解法(记忆化存储) 阅读全文
posted @ 2021-06-06 22:30 ikventure 阅读(558) 评论(0) 推荐(0) 编辑
摘要: Re库是Python的标准库,主要用于字符串匹配 阅读全文
posted @ 2021-06-05 22:20 ikventure 阅读(248) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 下一页