上一页 1 2 3 4 5 6 7 8 9 10 ··· 31 下一页
摘要: 1、搜索结果爬取(未解析) 2、爬取图片 3、IP归属地查询 4、beautifulsoup解析 5、爬取并解析大学排名,print输出(数据结构结果) 阅读全文
posted @ 2018-08-09 22:32 Elpsywk 阅读(261) 评论(0) 推荐(0) 编辑
摘要: import nltk import numpy as np import re from nltk.corpus import stopwords # 1 分词1 text = "Sentiment analysis is a challenging subject in machine learning.\ People express their emotions in languag... 阅读全文
posted @ 2018-07-26 02:46 Elpsywk 阅读(592) 评论(0) 推荐(0) 编辑
摘要: 参考https://blog.csdn.net/zxm1306192988/article/details/78896319 以NLTK为基础配合讲解自然语言处理的原理 http://www.nltk.org/ Python上著名的自然语⾔处理库 自带语料库,词性分类库 自带分类,分词,等功能 强⼤ 阅读全文
posted @ 2018-07-26 00:28 Elpsywk 阅读(2803) 评论(0) 推荐(0) 编辑
摘要: 1. CC Coordinating conjunction 连接词2. CD Cardinal number 基数词3. DT Determiner 限定词(如this,that,these,those,such,不定限定词:no,some,any,each,every,enough,either 阅读全文
posted @ 2018-07-26 00:06 Elpsywk 阅读(4373) 评论(0) 推荐(0) 编辑
摘要: 解题关键:三分法裸题,一开始一定要保证函数为凸函数或者凹函数。 阅读全文
posted @ 2018-06-09 19:38 Elpsywk 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 一段小程序:待理解 阅读全文
posted @ 2018-06-08 02:05 Elpsywk 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 从网上找到的一张图,很生动形象。 第一段代码: 一段图像识别算法: 原理图: 用数学语言描述: argmax是指最大值所对应的下标 多层神经网络:加入卷积层与池化层 阅读全文
posted @ 2018-06-06 14:25 Elpsywk 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 解题关键:离散化。 阅读全文
posted @ 2018-05-14 21:52 Elpsywk 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 题目大意:求二分图的最优匹配(首先数目最大, 其次权值最大)。 解题关键:KM算法 复杂度:$O(n^3)$ 阅读全文
posted @ 2018-05-01 10:29 Elpsywk 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 源地址:https://blog.csdn.net/zhou753099943/article/details/51771220 1、进程和线程的区别? 解析:(1)进程是资源的分配和调度的一个独立单元,而线程是CPU调度的基本单元 (2)同一个进程中可以包括多个线程,并且线程共享整个进程的资源(寄 阅读全文
posted @ 2018-04-28 14:46 Elpsywk 阅读(134) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 31 下一页