课程主页:https://c.d2l.ai/stanford-cs329p/ 斯坦福 2021 秋季 · 实用机器学习:https://www.bilibili.com/video/BV13U4y1N7Uo/ https://www.bilibili.com/read/readlist/rl482828 https://github.com/luweiagi/machine-learning-notes/blob/master/docs/personal/material.md -ml-DL-limu 240818-c.d2l.ai_stanford-cs329p
38:58
30:50
imgaug
26:18
from selenium import webdriver
chrome_options = webdriver.ChromeOptions()
chrome_options.headless = True
chrome = webdriver.Chrome(
chrome_options=chrome_options)
page = chrome.get(url)
BeautifulSoup
37:32
34:51
# !pip install seaborn pandas matplotlib numpy
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
from IPython import display
display.set matplotlib formats('svg')
#Alternative to set svg for newer versions
#import matplotlib inline
# matplotlib inline,backend inline.set matplotlib formats( 'svg')
18:53
27:48
19:59
09:32
08:43
15:57
14:50
12:13
11:44
17:55
20:57
35:07
29:37
23:07
17:00
16:50
14:42
22:03
20:29
40:41
24:02
29:43
29:58