https://avatars.githubusercontent.com/u/103393591

深度学习环境安装(李沐老师相关)

由于之前有写过一键安装jupyter的shell脚本,所以这里只需要找一个服务器就够了 https://github.com/spiritLHLS/one-click-installation-script#%E4%B8%80%E9%94%AE%E5%AE%89%E8%A3%85jupyter%E7%8E%AF%E5%A2%83 1 curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/install_scripts/jupyter.sh -o jupyter.sh && chmod +x jupyter.sh && bash jupyter.sh 又由于之前玩Linux积攒

关于手写数字识别的特征工程

只给出个人完成的代码部分与一些简单的结果和说明 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 from sklearn.decomposition import PCA from sklearn.ensemble import RandomForestClassifier as RFC from sklearn.neighbors import KNeighborsClassifier as KNN from sklearn.model_selection import cross_val_score from sklearn import datasets, decomposition,manifold import matplotlib.pyplot as plt import pandas as

在seleniumwire中解决Not Secure问题

解决上一篇文章的一些问题 解决方法: https://github.com/wkeeling/selenium-wire/issues/622 下载证书 https://github.com/wkeeling/selenium-wire/raw/master/seleniumwire/ca.crt 将该 ca.crt 添加到受信任的证书中 google浏览器打开chrome://settings/secur

解决selenium爬虫加密代理问题(含socks5等一切代理)

前言 爬虫过程中出现了cloudflare的高风险质询验证阻拦或者recaptcha的阻拦,想要破除验证要么使用干净的代理保证低风险爬虫,要么