机器学习 & 深度学习
文章平均质量分 90
Kin-Zhang
这里是张聪明
展开
-
【基础教程】Tutorial on Pytorch 结合官方基础文档和个人经验
此教程首次书写于2021年12月份 至 2022年4月份间不断补充;阅读本文时可以对着代码运行查看;主要根据pytorch的官方基础文档所总结为中文原创 2024-07-26 22:50:58 · 862 阅读 · 0 评论 -
【深度学习 有效炼丹】多GPU使用教程, DP与DDP对比, ray多线程并行处理等 [GPU利用率低的分析]
分析GPU利用率低原因,加快训练进度原创 2022-02-28 20:38:25 · 2386 阅读 · 0 评论 -
【沐神课程 - 动手学深度学习】实战二详解之 Kaggle比赛:分类树叶
参考与前言课程链接:跟李沐学AI的个人空间_哔哩哔哩_bilibili课程主页:https://zh-v2.d2l.ai/chapter_introduction/index.html相关代码参考:https://github.com/SHENZHENYI/Classify-Leaves-Kaggle-MuLi-d2l-coursepytorch官方相关教程参考:https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html原创 2021-12-25 22:57:19 · 4578 阅读 · 4 评论 -
【沐神课程 - 动手学深度学习】实战一详解之 Kaggle比赛:预测房价
参考与前言课程链接:跟李沐学AI的个人空间_哔哩哔哩_bilibili课程主页:https://zh-v2.d2l.ai/chapter_multilayer-perceptrons/kaggle-house-price.html相关代码参考:https://www.kaggle.com/alexandreazhang/using-dl-to-predict-housing-prices/notebook本部分主要用于记录自己做第一次作业的一些感受 主要是emmm 也是第一次看这么仔细,虽然最后原创 2021-12-22 23:37:49 · 7138 阅读 · 23 评论 -
SVC(kernel=‘linear‘)和LinearSVC的不同
随手做一个笔记了算是:Question:what’s different between SVC and LinearSVC in python sklearn library?Does the SVC(kernel='linear') have the same result on LinearSVC()if we want to model the linear kernel how do we choose?Reply:What is the difference between原创 2021-12-12 09:54:18 · 2359 阅读 · 0 评论 -
0210更新【论文阅读目录】
开始做文献综述中...MPhil 第一年,导师方向 无人驾驶 所以就大方向早早确定中方向自己很想做: Self-Driving End-to-End 端到端的输入输出,但是和师兄聊天得知这个领域很难在现实中实现(毕竟这种无知内部的输出开车撞人了咋办) 但是还是想先闯一番,那么第一步就开始了 -> 文献综述 Literature review原创 2020-10-20 21:21:57 · 1547 阅读 · 3 评论 -
4 Deep learning Convolutional Neural Networks
WEEK 1The basics of ConvNets1.What do you think applying this filter to a grayscale image will do?Detect vertical edges2.Suppose your input is a 300 by 300 color (RGB) image, and you are not using...原创 2020-12-02 20:04:38 · 1914 阅读 · 0 评论 -
2 Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimizatio 笔记及课后习题解答
Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization 吴恩达-Coursera课程3.1 - Forward propagation with dropout1.If you have 10,000,000 examples, how would you split the t...原创 2020-03-28 01:06:50 · 1252 阅读 · 0 评论 -
3 Structuring Machine Learning Projects 笔记与课后习题答案
WEEK 1Bird recognition in the city of Peacetopia (case study)1.This example is adapted from a real production application, but with details disguised to protect confidentiality.(题目好长哦… 截取一下吧)True...原创 2020-03-17 14:03:52 · 5891 阅读 · 0 评论 -
1 Neural Networks and Deep Learning 笔记及课后习题答案
Neural Networks and Deep Learning 吴恩达-Coursera课程Week - 1QuizWeek - 1Quiz1.What does the analogy “AI is the new electricity” refer to?Similar to electricity starting about 100 years ago, AI is tran...原创 2020-02-20 11:46:42 · 2398 阅读 · 0 评论 -
Machine Learning 机器学习_吴恩达 练习题记录
You’d like to use polynomial regression to predict a student’s final exam score from their midterm exam score. Concretely, suppose you want to fit a model of the formhθ(x)=θ0+θ1x1+θ2x2hθ(x)=θ0+θ1x...原创 2020-01-14 23:59:55 · 1243 阅读 · 0 评论