Skip to content

πŸ‘οΈβ€πŸ—¨οΈ Computer Vision Concepts Summary & Assignments πŸ“šπŸ”

Notifications You must be signed in to change notification settings

orelz890/CS231n_Assignments_And_Summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”¬ CS231n & CV7062610: Assignment Solutions & Summary πŸ“š

Computer Vision Concepts Summary πŸ“·

Stanford & Ariel - Spring 2023 🌱


🌐 Overview

Welcome to the repository containing comprehensive summaries and assignment solutions for CS231n at Stanford University (2017) and CV7062610 at Ariel University (2023). This collection represents a synthesis of my personal insights gained from these courses, in combination with supplementary materials sourced from the internet. Please note that the summary is presented in a blend of English and Hebrew. It's important to emphasize that no instructor has reviewed or endorsed this summary. The information provided is founded on my own interpretations.



πŸ“ Assignment Solutions


Assignment Instructions πŸ—£οΈ:

  • Each assignment folder contains its instructions and my solution.

How To Run πŸƒβ€β™‚οΈ:

  • It is advised to run in Colab, however, you can also run locally. To do so, first, set up your environment - either through conda or venv. It is advised to install PyTorch in advance with GPU acceleration. Then, follow the steps:

    1. Change every first code cell in .ipynb files to:
      %cd CV7062610/datasets/
      !bash get_datasets.sh
      %cd ../../
    2. Change the first code cell in section Fast Layers in ConvolutionalNetworks.ipynb to:
      %cd CV7062610
      !python setup.py build_ext --inplace
      %cd ..

Additionally, install the requirements specified under each assignment folder.



πŸ“š Summary


πŸ“– Key Resources

  • Stanford Lecture videos (2017) - πŸ“Ί Lecture Videos
  • Ariel Lecture Slides (2023) - Only Students can access that info...

πŸ—ΊοΈπŸ§­πŸ” Summary Table of Contents

πŸ“„ Summary

Image 1 Image 2 Image 3 Image 4 Image 5 Image 6 Image 7 Image 8 Image 9 Image 10 Image 11 Image 12 Image 13 Image 14 Image 15 Image 16 Image 17 Image 18 Image 19 Image 20 Image 21 Image 22 Image 23 Image 24 Image 25 Image 26 Image 27 Image 28 Image 29 Image 30 Image 31 Image 32 Image 33 Image 34 Image 35 Image 36 Image 37 Image 38 Image 39 Image 40 Image 41 Image 42 Image 43 Image 44 Image 45 Image 46 Image 47 Image 48 Image 49 Image 50 Image 51 Image 52 Image 53 Image 54 Image 55 Image 56 Image 57 Image 58 Image 59 Image 60 Image 61 Image 62 Image 63 Image 64 Image 65


License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Releases

No releases published

Packages

No packages published