ICode9

精准搜索请尝试: 精确搜索
  • Jansen 2020 Machine Learning for Al Chapter 9代码复现(三)2021-07-11 19:00:54

    八、模型定阶 图解法识别 绘制差分后序列的自相关和偏自相关图,通过观察自相关和偏自相关图找出模型的最优参数 fig = plt.figure(figsize=(12,8)) ax1 = fig.add_subplot(211) fig = sm.graphics.tsa.plot_acf(data_seasonal_first_difference.iloc[13:], lags=40, ax=ax1) ax2

  • 代码之丑2021-07-06 07:32:55

    1,命名例子 这段代码做了什么? public void processChapter(long chapterId) { Chapter chapter = this.repository.findByChapterId(chapterId); if (chapter == null) { throw new IllegalArgumentException("Unknown chapter [" + chapterId + "]");

  • 代码之丑 例子2021-07-06 07:32:24

    1,命名例子 这段代码做了什么? public void processChapter(long chapterId) { Chapter chapter = this.repository.findByChapterId(chapterId); if (chapter == null) { throw new IllegalArgumentException("Unknown chapter [" + chapterId + "]");

  • Chapter 12021-07-05 21:00:00

    What Is the Internet? In this book, we’ll use the public Internet, a specific computer network, as our principal vehicle for discussing computer networks and their protocols. But what is the Internet? There are a couple of ways to answer this question.

  • 《深入理解计算机系统》使用指南2021-07-03 20:58:17

    转自:https://book.douban.com/review/5627139/#comments Chapter 1 A Tour of Computer System 一个对计算机系统总体的介绍,简单明了。 应试 ★★★:可能在笔试中会有一些整体上的概念题。 修炼 ★: 属于计算机最基本的概念。 chapter 2 Representing and Manipulating Infor

  • 验证实验 Blum’s Book: Sample programs in Chapter 04, 05 (MovingData)2021-07-01 23:59:39

    操作系统实验课的第一个实验,所以作业内容之外记录了一些环境配置的方法。 操作系统:ubuntu20.04LTS 实验步骤:https://blog.csdn.net/zwx54088/article/details/115718828 chapter04 cpuid.s顺利完成 /*cpuid2.s部分开始出现问题,先是python版本不匹配的问题,有两个方向,修改文件中使

  • 强化学习导论 课后习题参考 - Chapter 9,102021-06-20 07:02:48

    Reinforcement Learning: An Introduction (second edition) - Chapter 9,10 Contents Chapter 1,2 Chapter 3,4 Chapter 5,6 Chapter 7,8 Chapter 9 9.1 Show that tabular methods such as presented in Part I of this book are a special case of linear function appro

  • 回忆录2021-06-17 02:03:31

    献给中学生涯的终章。 Chapter 0 我在一座小县城长大,在小区里认识了几个好兄弟,度过了一段很快乐的小学时光。 小学五年级的时候,新换来的数学老师开了个奥数班,不知道咋回事我也被安排进去学了。 奥数倒没学到啥,只记得上课的时候,她告诉我们,有所中学叫做绵阳东辰国际学校,非常牛逼,她

  • GO网络编程目录2021-06-13 20:03:33

    Acknowledgments (02:18 mins)Introduction (05:45 mins)Part I: Network Architecture (01:09 mins) Chapter 1: An Overview of Networked Systems (25:18 mins) Chapter 2: Resource Location and Traffic Routing (47:09 mins)Part II: Socket-level Programming (01:09 m

  • 学习爬虫之Scrapy框架学习(八)---Scrapy框架里使用分布式爬虫(Scrapy_redis);分布式实战纵横小说爬取+项目完整源码!2021-06-09 17:57:02

    本篇文章要做的是:将之前做的使用Scrapy中Crawl模板爬取纵横小说的项目改编为使用Scrapy_redis的项目!!!点我跳转到之前的纵横小说项目! 1.首先,将之前的项目改为单个的使用scrapy_redis的分布式爬虫项目。(如果运行OK,再直接复制一个进行少量更改即可实现分布式!) 第一步:settings.py进行

  • CS:APP Chapter 1 计算机系统漫游2021-06-06 23:32:58

    作为一个读书上课基本不怎么记笔记的人,除了微积分这种,有很多题目可以抄下来,有很多公式可以记下来的课程,虽然记下来也不一定会看,并且书上实际上也写得更好。所以,慢慢地养成了一种认知:按部就班的记笔记效率太低!看网课,看书的时候思路打断之后接上的代价是比记笔记的收益高得多,就像CP

  • 2021-05-282021-05-28 19:33:04

    2021-5-28 网络爬虫实战小白2(下载小说) 昨天慌慌张张、毛毛草草、连抄带袭写完代码,一看能用就得意洋洋觉得自己可以了,事实很快给了我一巴掌——还差得远那! 今天继续昨天的工作(其实打算做壁纸的,但是太难了!) 重复一次昨天的工作,发现收获manman 先给出完整代码(原创作者:Jack Gui): im

  • Chapter 4: Ray Tracing2021-05-28 15:05:50

    计算机图形学最基本的一个任务就是对一个三维对象进行渲染(rendering):在二维平面上呈现三维图像。 渲染分为两类: object-order rendering:依次考虑每个对象,并为每个对象找到并更新它影响的所有像素。image-order rendering:依次考虑每个像素,并为每个像素找到影响该像素的所有对象

  • 强化学习导论 课后习题参考 - Chapter 5,62021-05-26 07:33:26

    Reinforcement Learning: An Introduction (second edition) - Chapter 5,6 Contents Chapter 1,2 Chapter 3,4 Chapter 5 5.1 Consider the diagrams on the right in Figure 5.1. Why does the estimated value function jump up for the last two rows in the rear? Why

  • CSAPP读书笔记:Chapter I2021-05-26 02:03:14

    信息就是Bits + Context 一堆bit可以表示系统中的所有信息,包括磁盘中的文件、内存中的程序和用户数据以及网络中传输的数据,区分它们的唯一方式便是我们查看这些数据对象时所处的上下文(Context)。例如,相同的一串bit在不同的Context中可能代表一个整数,也可能代表一个浮点数,甚至字符串

  • Study Notes of CS:APP (Till 1.3, Regularly Updated)2021-05-22 17:32:32

    Study Notes of the Book CS:APP and its ICS+ Course 15-213 Book & Course Information Instructors Randal E. Bryant and David R. O'Hallaron Textbooks Randal E. Bryant and David R. O'Halloron, Computer Systems: A Programmer'

  • HALCON 算子函数——Chapter 7 : Image2021-05-21 13:30:21

    HALCON 算子函数——Chapter 7 : Image 7.1 Access 1. get_grayval 功能:获取一个图像目标的灰度值。 2. get_image_pointer1 功能:获取一个通道的指针。 3. get_image_pointer1_rect 功能:获取图像数据指针和输入图像区域内最小矩形内部的图像数据。 4. get_image_pointer3 功

  • CHAPTER-11 集合2021-05-16 17:02:08

    集合 为什么使用集合框架? 如果并不知道程序运行时会需要多少对象,或者需要更复杂方式存储对象–可以使用Java集合框架 Java集合框架包含的内容 Java集合框架提供了一套性能优良、使用方便的接口和类,它们位于java.util包中 Iteratior:接口类 ArrayList:具体实现类 Collection

  • Computer Networking: Notes of "Select" Lectures (Chapter 6: The Network Layer: Control Pla2021-05-16 03:35:03

    Computer Networking: a Top-Down Approach (8th ed.): Notes of "Select" Lectures Chapter 6 The Link Layer and LANs 6.1 Introduction to the Link Layer Link-layer: services, implementation context.     Some important terminology: •    Node (节点):

  • Computer Networking: Notes of "Select" Lectures (Chapter 7: Wireless and Mobile Networks)2021-05-16 03:34:51

    Computer Networking: a Top-Down Approach (8th ed.): Notes of "Select" Lectures   7.1 Introduction Elements in a wireless network •    Wireless hosts. •    A wireless host (无线主机) might be a smartphone, tablet, or laptop, or it could be an In

  • Computer Networking: Notes of "Select" Lectures (Chapter 8: Wireless and Mobile Networks)2021-05-16 03:34:34

    Computer Networking: a Top-Down Approach (8th ed.): Notes of "Select" Lectures Chapter 8 Security in Computer Networks 8.1 What Is Network Security? Alice and Bob want to communicate "securely." Trudy: the intruder. Desirable propert

  • Computer Networking: Notes of "Select" Lectures (Chapter 5: The Network Layer: Control Pla2021-05-16 03:02:36

    Computer Networking: a Top-Down Approach (8th ed.): Notes of "Select" Lectures Chapter 5 The Network Layer: Control Plane 5.1 Introduction Per-router versus SDN control plane. Two possible approaches for forwarding and flow tables are computed

  • Computer Networking: Notes of "Select" Lectures (Chapter 3: Transport Layer)2021-05-16 03:02:09

    Computer Networking: a Top-Down Approach (8th ed.): Notes of "Select" Lectures   Chapter 3 Transport Layer 3.1 Introduction and Transport-layer Services Transport-layer services and protocols. Transport layer actions. •    provide logical com

  • 最近学习总结2021-05-13 20:59:02

    最近写程序,遇到了一些问题然后整理一下解决方法。 怎么将一句话中的中文数字转换为阿拉伯数字 比如 “第两千三百二十章” —> 2320 方法一: 可以使用cn2an 参考链接:Python使用cn2an实现中文数字与阿拉伯数字的相互转换 有normal模式和smart模式,分别可以将“一二三”转换为“1

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有