上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 32 下一页
摘要: 1. 文章中设置灰色文本框(HTML代码输入后空一行才不会影响后面正常的markdown语法) <table><td bgcolor=AliceBlue>此处是你写的正文内容</td></table> <table><td bgcolor=AliceBlue><p style="text-align 阅读全文
posted @ 2022-07-25 01:00 楚千羽 阅读(235) 评论(0) 推荐(0)
摘要: MobaXterm使用教程: MobaXterm官网下载 MobaXterm使用教程1 MobaXterm使用教程2 Xshell 使用教程: 恒源云远程登录Linux实例(包含下载地址和使用教程) Xshell使用教程 怎么保存退出vi编辑 保存退出vi编辑 新装的系统或者虚拟机里的系统:需要做两 阅读全文
posted @ 2022-07-23 23:58 楚千羽 阅读(1148) 评论(0) 推荐(0)
摘要: MobaXterm使用教程: MobaXterm官网下载 MobaXterm使用教程1 MobaXterm使用教程2 Xshell 使用教程: 恒源云远程登录Linux实例(包含下载地址和使用教程) Xshell使用教程 怎么保存退出vi编辑 保存退出vi编辑 新装的系统或者虚拟机里的系统:需要做两 阅读全文
posted @ 2022-07-23 23:40 楚千羽 阅读(719) 评论(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 楚千羽 阅读(144) 评论(0) 推荐(0)
摘要: 吴恩达Coursera, 机器学习专项课程, Machine Learning:Advanced Learning Algorithms第四周所有jupyter notebook文件: 吴恩达,机器学习专项课程, Advanced Learning Algorithms第四周所有Python编程文件 阅读全文
posted @ 2022-07-03 02:15 楚千羽 阅读(778) 评论(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 楚千羽 阅读(2120) 评论(0) 推荐(0)
摘要: 吴恩达Coursera, 机器学习专项课程, Machine Learning:Advanced Learning Algorithms第三周所有jupyter notebook文件: 吴恩达,机器学习专项课程, Advanced Learning Algorithms第三周所有Python编程文件 阅读全文
posted @ 2022-07-03 01:52 楚千羽 阅读(797) 评论(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 楚千羽 阅读(675) 评论(0) 推荐(0)
摘要: 吴恩达Coursera, 机器学习专项课程, Machine Learning:Advanced Learning Algorithms第二周所有jupyter notebook文件: 吴恩达,机器学习专项课程, Advanced Learning Algorithms第二周所有Python编程文件 阅读全文
posted @ 2022-07-03 01:17 楚千羽 阅读(654) 评论(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 楚千羽 阅读(1192) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 32 下一页