1. Python Data Analysis Basics 2. Numpy 3. Scikit-Learn 4. Bokeh 5. Scipy 6. Pandas quote from http://www.jianshu.com/p/7f4945b5d29c ...
分类:
编程语言 时间:
2019-04-26 13:13:22
阅读次数:
394
Faculty of Science and EngineeringDepartment of Electronic and ComputerEngineeringEnd of Semester Assessment PaperModule Code: EE4218 / EE4216Module T ...
分类:
其他好文 时间:
2019-04-21 20:04:33
阅读次数:
81
MD5是什么! Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321(R.Rivest,MIT Laboratory for Computer Science and ...
分类:
编程语言 时间:
2019-04-14 16:28:52
阅读次数:
205
In information technology and computer science, especially in the fields of computer programming, operating systems, multiprocessors, and databases, c ...
分类:
其他好文 时间:
2019-04-12 19:05:33
阅读次数:
696
通过参与人工智能实战 " 课程内容 " ,借助老师提供的 " 丰富教学资源 " ,以此为契机,掌握计算机科学的 学习方法 ,学习学科相关知识,并通过工程项目 实践 ,领悟软件工程的 思想方法 ,为硕士阶段转专业读 Computer Science 打好基础 。 具体阐述如下: 1. 了解人工智能的具 ...
分类:
其他好文 时间:
2019-03-18 01:19:18
阅读次数:
210
如何为变量起名 在计算机科学领域,有一句著名的格言(俏皮话): There are only two hard things in Computer Science: cache invalidation and naming things. 在计算机科学领域只有两件难事:缓存过期 和 给东西起名字 ...
分类:
编程语言 时间:
2019-03-16 12:48:00
阅读次数:
192
Sorting holds an important place in computer science. Analyzing and implementing various sorting algorithms forms an important part of the education o ...
分类:
Web程序 时间:
2019-03-02 01:02:40
阅读次数:
150
零、背景: 现有基于 Node.js 的项目,但需要整合 Data Science 同事的基于 python(jupyter) 的代码部分,以实现额外的数据分析功能。于是设想实现一个 microservices。下面介绍一些库的使用方法、自己写的 demo和遇到的坑,方便以后查阅。 一、jupyte ...
分类:
其他好文 时间:
2019-02-28 21:13:02
阅读次数:
231
函数式语言主要是一类程序设计性语言,是一种非冯诺伊曼式的程序设计语言。 概念: 函数式语言主要成分是原始函数,定义函数,和函数型。这种语言具有较强的组织数据结构的能力。可以把函数作为参数,也可以单一的数据结构进行处理。这种定义的函数成为高阶函数。即程序就是函数。从更本上改变了冯.诺伊曼 式语言的逐次 ...
分类:
编程语言 时间:
2019-02-28 14:55:56
阅读次数:
176
The following is an email example of seminar information **************** Dear all, It is a pleasure to intoduce our next speaker for our Spring 2019 ...
分类:
其他好文 时间:
2019-02-18 10:23:37
阅读次数:
145