- 博客(6)
- 收藏
- 关注
原创 mac使用terminal远程登录linux,使用vim编辑时小键盘失效(输入字母)的问题解决
mac外接键盘使用terminal远程登录linux,使用vim编辑时小键盘失效(输入字母)的问题解决1. 打开terminal的preference(快捷键 command + ,)2. profile - keyboard3. 设定 Num Lock的快捷键,默认是Clear (Keypad),即 Fn + Num Lock...
2022-05-04 14:56:31
1618
原创 transpose在numpy和torch中的不同
numpy和torch中transpose的功能不同numpy.ndarray.transpose的官方文档torch.transpose的官方文档numpy.transpose需指定一个新的axis的顺序import numpy as nparray_ = np.arange(24).reshape(1,2,3,4)print(array_)# [[[[ 0 1 2 3]# [ 4 5 6 7]# [ 8 9 10 11]]# # [[12 13 14
2022-02-11 21:13:06
1174
原创 Machine Learning 学习笔记 (第二周)
Week2 Linear Regression with Multiple VariablesEnvironment Setup InstructionsOctave or MATLABMultivariate Linear RegressionMultiple FeaturesQuestionsPreviously (one features)x: sizey: priceNow (multiple features)x: size, number of bedrooms, f
2021-01-31 14:15:00
293
原创 Machine Learning 学习笔记(第一周)
Week1学习Coursera上Machine Learning后所做的笔记与整理IntroductionWelcomeMachine learning is everywhere.The aim of machine learning is to build machines as intelligent.Two goals:know the algorithms & mathimplement each algorithmesWhy machine learing succ
2020-11-20 18:46:25
300
原创 Mathematics for Machine Learning 学习笔记
学习Coursera上Mathematics for Machine Learning Specialization后所做的笔记与整理文章目录第一部分 Linear Algebra 线性代数1. Vector operations 矢量运算1.1 dot or inner product 点积/数量积/内积1.2 scalar and vector projection 投影2. basis 基3. Matrices 矩阵矩阵与向量相乘4. change of basis 基变换/坐标变换5. Gram-
2020-11-08 19:07:16
1661
9
原创 Python与bash间创建/删除文件夹命令的对应关系
Pythonbashos.mkdirmkdiros.makedirsmkdir -pos.rmdirrm -dos.removedirsshutil.rmtreerm -r
2020-04-21 10:19:02
199
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人