diff --git a/.gitignore b/.gitignore index 8b85eae4..c81b3f36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -*.ipynb - # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/CS_231n__NeRF_write_up.pdf b/CS_231n__NeRF_write_up.pdf new file mode 100644 index 00000000..ae2d45ce Binary files /dev/null and b/CS_231n__NeRF_write_up.pdf differ diff --git a/Gemfile b/Gemfile new file mode 100644 index 00000000..e8a70063 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem 'jekyll' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 00000000..aac56912 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,67 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) + colorator (1.1.0) + concurrent-ruby (1.1.9) + em-websocket (0.5.2) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0.6.0) + eventmachine (1.2.7) + ffi (1.15.1) + forwardable-extended (2.6.0) + http_parser.rb (0.6.0) + i18n (1.8.10) + concurrent-ruby (~> 1.0) + jekyll (4.2.0) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 1.0) + jekyll-sass-converter (~> 2.0) + jekyll-watch (~> 2.0) + kramdown (~> 2.3) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (~> 0.4.0) + pathutil (~> 0.9) + rouge (~> 3.0) + safe_yaml (~> 1.0) + terminal-table (~> 2.0) + jekyll-sass-converter (2.1.0) + sassc (> 2.0.1, < 3.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.3.1) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.3) + listen (3.5.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.4.0) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (4.0.6) + rb-fsevent (0.11.0) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.5) + rouge (3.26.0) + safe_yaml (1.0.5) + sassc (2.4.0) + ffi (~> 1.9) + terminal-table (2.0.0) + unicode-display_width (~> 1.1, >= 1.1.1) + unicode-display_width (1.7.0) + +PLATFORMS + ruby + +DEPENDENCIES + jekyll + +BUNDLED WITH + 2.1.4 diff --git a/_config.yml b/_config.yml index 3769d384..b0a3eaac 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1,12 @@ # 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." +title: CS231n Deep Learning for Computer Vision +email: cgokmen@stanford.edu +description: "Course materials and notes for Stanford class CS231n: Deep Learning for Computer Vision." baseurl: "" -url: "http://cs231n.github.io" +url: "https://cs231n.github.io" +courseurl: "http://cs231n.stanford.edu/" twitter_username: cs231n -github_username: cs231n +github_username: cs231n # Build settings markdown: kramdown @@ -17,3 +18,7 @@ kramdown: auto_ids: true syntax_highlighter: rouge +# links to homeworks +hw_1_colab: https://cs231n.github.io/assignments/2025/assignment1_colab.zip +hw_2_colab: https://cs231n.github.io/assignments/2025/assignment2_colab.zip +hw_3_colab: https://cs231n.github.io/assignments/2025/assignment3_colab.zip diff --git a/_includes/footer.html b/_includes/footer.html index c8304099..1e240fa5 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,7 +4,7 @@
diff --git a/_includes/head.html b/_includes/head.html index 7222af0e..55e8eac5 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,27 +1,25 @@ - - -