forked from cs231n/cs231n.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
27 lines (24 loc) · 1005 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Site settings
title: CS231n Convolutional Neural Networks for Visual Recognition
email: karpathy@cs.stanford.edu
description: "Course materials and notes for Stanford class CS231n: Convolutional Neural Networks for Visual Recognition."
baseurl: ""
url: "https://cs231n.github.io"
courseurl: "http://cs231n.stanford.edu/"
twitter_username: cs231n
github_username: cs231n
# Build settings
markdown: kramdown
permalink: pretty
highlighter: rouge
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge
# links to homeworks
hw_1_jupyter: https://cs231n.github.io/assignments/2020/assignment1_jupyter.zip
hw_1_colab: https://cs231n.github.io/assignments/2020/assignment1_colab.zip
hw_2_jupyter: https://cs231n.github.io/assignments/2020/assignment2_jupyter.zip
hw_2_colab: https://cs231n.github.io/assignments/2020/assignment2_colab.zip
hw_3_jupyter: https://cs231n.github.io/assignments/2020/assignment3_jupyter.zip
hw_3_colab: https://cs231n.github.io/assignments/2020/assignment3_colab.zip