摘要: 198. House Robber You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only cons 阅读全文
posted @ 2018-01-08 21:36 DianeSoHungry 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 21. Merge Two Sorted Lists Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of th 阅读全文
posted @ 2018-01-08 21:34 DianeSoHungry 阅读(137) 评论(0) 推荐(0) 编辑
摘要: "题目原址" 列表补全 在商城的某个位置有一个商品列表,该列表是由L1、L2两个子列表拼接而成。当用户浏览并翻页时,需要从列表L1、L2中获取商品进行展示。展示规则如下: 1. 用户可以进行多次翻页,用offset表示用户在之前页面已经浏览的商品数量,比如offset为4,表示用户已经看了4个商品 阅读全文
posted @ 2018-01-06 15:23 DianeSoHungry 阅读(1273) 评论(0) 推荐(0) 编辑
摘要: 系统混淆了python3环境下的pip和anaconda3环境下的pip。 找到Anaconda3的Scripts目录,我这里是C:\Users\Diane\Anaconda3\Scripts 将该目录下的pip.exe改成cpip.exe pip script.py改成cpip script.py 阅读全文
posted @ 2018-01-06 15:04 DianeSoHungry 阅读(1791) 评论(0) 推荐(0) 编辑
摘要: 原创博文,转载请注明出处。 (为了节约空间,打印结果常用“...”表示省略) 一、加载数据集 1. 加载sklearn自带的数据集 scikit learn有一些自带的标准数据集,例如用于分类的经典数据集iris和digits以及用于回归的boston house prices数据集。 这些自带的数 阅读全文
posted @ 2018-01-01 13:12 DianeSoHungry 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 人工神经网络在肺结核诊断中应用的研究进展 作者:胡青云 指导老师:杭诚方、李舰 摘要: 结核病是一种全世界致死率极高的传染性疾病,转染性极强,可通过空气传播。该病在亚洲和非洲发病率极高,尤其是在大多数低收入国家。对该病的诊断,有研究采用多层感知器(MLP)和启发式自适应共振原理,提出了基于患者体征和 阅读全文
posted @ 2017-12-31 16:20 DianeSoHungry 阅读(688) 评论(0) 推荐(0) 编辑
摘要: 118. Pascal's Triangle Given numRows, generate the first numRows of Pascal's triangle. For example, given numRows = 5,Return [ [1], [1,1], [1,2,1], [1 阅读全文
posted @ 2017-12-25 22:23 DianeSoHungry 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 由于标签长度过于短小,标签本身不能够提供足够多的信息用于计算标签与用户的相关性,因此我们需要对标签进行语义扩展。 由于标签长度过于短小,标签本身不能够提供足够多的信息用于计算标签与用户的相关性,因此我们需要对标签进行语义扩展。 由于标签长度过于短小,标签本身不能够提供足够多的信息用于计算标签与用户的 阅读全文
posted @ 2017-12-25 21:59 DianeSoHungry 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 100. Same Tree 100. Same Tree Given two binary trees, write a function to check if they are the same or not. Two binary trees are considered the same 阅读全文
posted @ 2017-12-24 21:07 DianeSoHungry 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 本文作者:胡青云 指导老师:杭诚方 1. 关于原文及作者 1.1 原文简介 《中文信息处理发展报告(2016)》,简称 cips2016,是由中文信息学会(Chinese Information Processing Society of China)( "官网" )召集全国中文信息处理领域专家,对 阅读全文
posted @ 2017-12-23 17:05 DianeSoHungry 阅读(1006) 评论(0) 推荐(0) 编辑