2023年2月3日

摘要: 梳理常见机器学习面试题 - 知乎 (zhihu.com) 介绍 - 《AI算法工程师手册》 - 书栈网 · BookStack 1. 逻辑回归 【机器学习】逻辑回归(非常详细) - 知乎 (zhihu.com) 【√】 2. 机器学习中的判别式模型和生成式模型 - 知乎 (zhihu.com) 【√ 阅读全文
posted @ 2023-02-03 15:59 壳壳· 阅读(124) 评论(0) 推荐(0) 编辑
 
摘要: 1.深度学习面试79题:涵盖深度学习所有考点(1-50) - 知乎 (zhihu.com) (看到:22题) (59条消息) 中心化(又叫零均值化)和标准化(又叫归一化)_GoodShot的博客-CSDN博客_变量中心化是什么意思 奇异值分解(SVD)原理与在降维中的应用 - 刘建平Pinard - 阅读全文
posted @ 2023-02-03 15:58 壳壳· 阅读(29) 评论(0) 推荐(0) 编辑

2023年1月29日

摘要: 自己读入数据的方法:(input)https://blog.csdn.net/weixin_50853979/article/details/124978009 https://www.jianshu.com/p/f757eb7ec7a2 (sys.stdin.readline()用法) pytho 阅读全文
posted @ 2023-01-29 17:26 壳壳· 阅读(53) 评论(0) 推荐(0) 编辑

2022年12月19日

摘要: 代码地址:csiro-mlai/decision-tree-mpc (github.com) (先运行他给的adult示例代码)【ubuntu 运行环境】 修改成自己的数据集然后进行运行: 按照dockerfile 文件进行配置环境 进入文件夹decision-tree-mpc/: 修改 downl 阅读全文
posted @ 2022-12-19 23:24 壳壳· 阅读(220) 评论(0) 推荐(0) 编辑

2022年12月15日

摘要: 文档:https://mp-spdz.readthedocs.io/en/latest/readme.html github:https://github.com/data61/MP-SPDZ 使用: 下载 https://github.com/data61/MP-SPDZ/releases 这个 阅读全文
posted @ 2022-12-15 09:36 壳壳· 阅读(122) 评论(0) 推荐(0) 编辑

2022年12月3日

摘要: C:/Program Files/Python38/python.exe 选择这个编辑器 自动补全:pylint ctrl+shift+P: 对设置进行调整 阅读全文
posted @ 2022-12-03 08:56 壳壳· 阅读(9) 评论(0) 推荐(0) 编辑
 
摘要: 1.在这个目录下运行PS D:\研一课程\语音信号处理\大作业\project instructions\gridspace-stanford-harper-valley-master\experiments\scripts> python .\run.py ..\config\asr\ctc_te 阅读全文
posted @ 2022-12-03 08:56 壳壳· 阅读(19) 评论(0) 推荐(0) 编辑
 
摘要: 1.首先处理数据 红色代表最终用到的文件,蓝色是代码部分 2. 产生有噪音的数据 其中,蓝色部分是部分1中移过来的 3.噪声的检测: 阅读全文
posted @ 2022-12-03 08:56 壳壳· 阅读(19) 评论(0) 推荐(0) 编辑
 
摘要: % letter数据集(类别是ABCD..26个字母进行区分) % fileName = fopen('letter-recognition.data'); % res = textscan(fileName, '%s %f %f %f %f %f %f %f %f %f %f %f %f %f % 阅读全文
posted @ 2022-12-03 08:56 壳壳· 阅读(171) 评论(0) 推荐(0) 编辑
 
摘要: data_kmeans.m文件%将多分类的letter数据进行聚簇 % load('letter_norm'); % idx=kmeans(letter_data,3);%返回每个数据属于哪个簇 % letter_label=cell2mat(letter_label);%将cell数据类型转化成c 阅读全文
posted @ 2022-12-03 08:55 壳壳· 阅读(20) 评论(0) 推荐(0) 编辑