
CS231N
努力的老周
一个老码农,中年大叔。打过工,做过老板。
现有神兽一枚,努力培养神兽中。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CS231的一些资源
官方资源 课程主页 请参考http://cs231n.stanford.edu/index.html。 官方笔记 请参考http://cs231n.github.io/。 教学大纲syllabus 请参考http://cs231n.stanford.edu/syllabus.html。 非官方资料 课程中文翻译 来自知乎。请参考https://zhuanlan.zhihu.com...原创 2019-11-07 11:34:44 · 6812 阅读 · 0 评论 -
阿里ESC云服务器安装IPython
服务器版本 Ubuntu18.04 安装过程 安装相关软件 安装pip $ pip Command 'pip' not found, but can be installed with: sudo apt install python-pip ubuntu@VM-0-3-ubuntu:~$ sudo apt install python-pip 安装ipython ~$ pip...原创 2019-11-07 13:04:50 · 7323 阅读 · 0 评论 -
CS231N学习——1.2什么是Jupyter Notebook
写在前面 估计不少人都和我一样,一脸懵逼。因为才开始系统学习Python。 简介 Jupyter Notebook的官方网站为https://jupyter-notebook.readthedocs.io。关于Jupyter Notebook的详细手册可以参考https://jupyter-notebook.readthedocs.io/en/stable/notebook.html。 简...原创 2019-11-07 11:17:33 · 6598 阅读 · 0 评论 -
CS231N学习——1.1学习目标
目标计划 斯坦福大学的用于视觉识别的卷积神经网络,课程代码CS231N, 课程主页 请参考http://cs231n.stanford.edu/index.html。 官方笔记 请参考http://cs231n.github.io/。 教学大纲syllabus 请参考http://cs231n.stanford.edu/syllabus.html。 视频资源 可以到B站,或者网易...原创 2019-11-07 11:02:24 · 6585 阅读 · 0 评论