07 2022 档案

摘要:题目描述 二维平面直角坐标系中有N个整形坐标点(x1,y1),(x2,y2),..(xN,yN),任意三个点都可能构成一个三角形,计算构成三角形的个数。 输入描述 输入有两行: 第一行为N. 3 ≤ N ≤ 256 第二行为输入N个双字节整型坐标点,共2N个数据,以空格分隔横纵坐标及不同的点,x1, 阅读全文
posted @ 2022-07-25 21:07 楚千羽 阅读(221) 评论(0) 推荐(0) 编辑
摘要:题目描述 离散时间信号处理时,通常会把信号进行分帧截断再进行分析,为了减少在信号截断处频率泄露的影响会对分帧截断后的信号乘上一个窗函数,即“加窗”。常用的窗函数包括矩阵窗、汉宁窗、汉明窗等,其中汉宁窗(Hanning Window)的公式是:HannWin(n) = 0.5*(1-cos(2*PI* 阅读全文
posted @ 2022-07-25 10:27 楚千羽 阅读(329) 评论(1) 推荐(0) 编辑
摘要:1. 文章中设置灰色文本框(HTML代码输入后空一行才不会影响后面正常的markdown语法) <table><td bgcolor=AliceBlue>此处是你写的正文内容</td></table> <table><td bgcolor=AliceBlue><p style="text-align 阅读全文
posted @ 2022-07-25 01:00 楚千羽 阅读(183) 评论(0) 推荐(0) 编辑
摘要:MobaXterm使用教程: MobaXterm官网下载 MobaXterm使用教程1 MobaXterm使用教程2 Xshell 使用教程: 恒源云远程登录Linux实例(包含下载地址和使用教程) Xshell使用教程 怎么保存退出vi编辑 保存退出vi编辑 新装的系统或者虚拟机里的系统:需要做两 阅读全文
posted @ 2022-07-23 23:58 楚千羽 阅读(872) 评论(0) 推荐(0) 编辑
摘要:MobaXterm使用教程: MobaXterm官网下载 MobaXterm使用教程1 MobaXterm使用教程2 Xshell 使用教程: 恒源云远程登录Linux实例(包含下载地址和使用教程) Xshell使用教程 怎么保存退出vi编辑 保存退出vi编辑 新装的系统或者虚拟机里的系统:需要做两 阅读全文
posted @ 2022-07-23 23:40 楚千羽 阅读(545) 评论(0) 推荐(0) 编辑
摘要:将下列代码复制粘贴到一个.py文件里运行就会在py文件同级目录下生成4k图片的文件夹存放下载的图片 import requests from bs4 import BeautifulSoup import time import os if not os.path.exists('./4k图片/') 阅读全文
posted @ 2022-07-17 23:40 楚千羽 阅读(120) 评论(0) 推荐(0) 编辑
摘要:吴恩达Coursera, 机器学习专项课程, Machine Learning:Advanced Learning Algorithms第四周所有jupyter notebook文件: 吴恩达,机器学习专项课程, Advanced Learning Algorithms第四周所有Python编程文件 阅读全文
posted @ 2022-07-03 02:15 楚千羽 阅读(735) 评论(3) 推荐(0) 编辑
摘要:Decision trees 第 1 个问题:Based on the decision tree shown in the lecture, if an animal has floppy ears, a round face shape and has whiskers, does the mo 阅读全文
posted @ 2022-07-03 02:10 楚千羽 阅读(2005) 评论(0) 推荐(0) 编辑
摘要:吴恩达Coursera, 机器学习专项课程, Machine Learning:Advanced Learning Algorithms第三周所有jupyter notebook文件: 吴恩达,机器学习专项课程, Advanced Learning Algorithms第三周所有Python编程文件 阅读全文
posted @ 2022-07-03 01:52 楚千羽 阅读(739) 评论(0) 推荐(0) 编辑
摘要:Practice quiz: Advice for applying machine learning 第 1 个问题:In the context of machine learning, what is a diagnostic? 【正确】==A test that you run to gai 阅读全文
posted @ 2022-07-03 01:44 楚千羽 阅读(585) 评论(0) 推荐(0) 编辑
摘要:吴恩达Coursera, 机器学习专项课程, Machine Learning:Advanced Learning Algorithms第二周所有jupyter notebook文件: 吴恩达,机器学习专项课程, Advanced Learning Algorithms第二周所有Python编程文件 阅读全文
posted @ 2022-07-03 01:17 楚千羽 阅读(591) 评论(0) 推荐(0) 编辑
摘要:Practice quiz: Neural Network Training 第 1 个问题:Here is some code that you saw in the lecture: ​​model.compile(loss=BinaryCrossentropy()) For which typ 阅读全文
posted @ 2022-07-03 01:09 楚千羽 阅读(1088) 评论(0) 推荐(0) 编辑
摘要:吴恩达Coursera, 机器学习专项课程, Machine Learning:Advanced Learning Algorithms第一周所有jupyter notebook文件: 吴恩达,机器学习专项课程, Advanced Learning Algorithms第一周所有Python编程文件 阅读全文
posted @ 2022-07-03 00:24 楚千羽 阅读(728) 评论(0) 推荐(0) 编辑
摘要:Practice quiz: Neural networks intuition 第 1 个问题:Which of these are terms used to refer to components of an artificial neural network? 【正确】==layers== 阅读全文
posted @ 2022-07-03 00:14 楚千羽 阅读(1905) 评论(0) 推荐(0) 编辑
摘要:吴恩达Coursera, 机器学习专项课程, Machine Learning:Supervised Machine Learning: Regression and Classification第三周所有jupyter notebook文件: 吴恩达,机器学习专项课程, Supervised Ma 阅读全文
posted @ 2022-07-02 23:37 楚千羽 阅读(999) 评论(0) 推荐(0) 编辑
摘要:Practice quiz: Classification with logistic regression 第 1 个问题:Which is an example of a classification task? 【正确】==Based on the size of each tumor, de 阅读全文
posted @ 2022-07-02 21:14 楚千羽 阅读(834) 评论(0) 推荐(0) 编辑
摘要:吴恩达Coursera, 机器学习专项课程, Machine Learning:Supervised Machine Learning: Regression and Classification第一、二周所有jupyter notebook文件: 吴恩达Coursera, 机器学习专项课程, Ma 阅读全文
posted @ 2022-07-02 20:34 楚千羽 阅读(515) 评论(0) 推荐(0) 编辑
摘要:Practice quiz: Multiple linear regression 第 1 个问题:In the training set below, what is x_4^{(3)}? Please type in the number below (this is an integer su 阅读全文
posted @ 2022-07-02 19:40 楚千羽 阅读(1555) 评论(0) 推荐(0) 编辑
摘要:Practice quiz: Supervised vs unsupervised learning 第 1 个问题:Which are the two common types of supervised learning? (Choose two) 【正确】==Regression== 【解释】 阅读全文
posted @ 2022-07-02 19:12 楚千羽 阅读(436) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示