这篇文章是官网上的一篇jupyter notebook, 主要讲了pytorch学习的工作原理,以及如何一步步从手动训练模型到使用pytorch高度抽象化地训练模型。

阅读全文 »


本文记录了本人阅读《深度学习入门:基于Python的理论与实现》(斋藤康毅)一书做的一些笔记。

阅读全文 »

有什么问题可以在评论区留言,或者email联系ianafp@zju.edu.cn

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

0%