cs231n-assignment
There are 79 repositories under cs231n-assignment topic.
rishabh-16/cs231n-2019-assignments
Solution to CS231n Assignments 2019
amanchadha/stanford-cs231n-assignments-2020
This repository contains my solutions to the assignments for Stanford's CS231n "Convolutional Neural Networks for Visual Recognition" (Spring 2020).
seloufian/Deep-Learning-Computer-Vision
My assignment solutions for Stanford’s CS231n (CNNs for Visual Recognition) and Michigan’s EECS 498-007/598-005 (Deep Learning for Computer Vision), version 2020.
madalinabuzau/cs231n-convolutional-neural-networks-solutions
Assignment solutions for the CS231n course taught by Stanford on visual recognition. Spring 2017 solutions are for both deep learning frameworks: TensorFlow and PyTorch.
leehanchung/cs182
Berkeley CS182/282A Designing, Visualizing and Understanding Deep Neural Networks
fqhank/CS231n-2021spring
【更新完毕】斯坦福大学计算机视觉经典课程CS231n自学材料,总结了一些遇到的问题和知识点
mirzaim/cs231n
Note and Assignments for CS231n: Convolutional Neural Networks for Visual Recognition
xiezhq-hermann/cs231n-2017
My own solutions for Stanford CS231n (2017) assignments
srinadhu/CS231n
My solutions for Assignments of CS231n: Convolutional Neural Networks for Visual Recognition
ubamba98/CS231n-2019
Notes and assignment solution to http://cs231n.stanford.edu
Arnav0400/CS231n
Solutions to Assignments of CS231n: Convolutional Neural Networks for Visual Recognition(http://cs231n.github.io/)
samlkrystof/Stanford-CS231n
Assignment solutions for CS231n - Convolutional Neural Networks for Visual Recognition
Twice22/CS231n-solutions
Solutions for CS231n course from Stanford University: Convolutional Neural Networks for Visual Recognition
KwonGi-Hyeok/CS231n
This repository contains my solutions to the assignments of the CS231n course offered by Stanford University (Spring 2025).
sangjae4309/cs231n-solution
Standford University CS231n: Deep Learning for Computer Vision Assignment Solution
sjain-stanford/CS231N
My solutions to CS231N (Convolutional Neural Networks for Visual Recognition, Spring 2017)
12kdh43/cs231n
CS231n Solutions
omid-d/CS231n
All Solutions to Stanford CS231n Spring 2023 Course Assignments.
rogertrullo/Convolutional-Neural-Networks-in-python
These are my solutions to the programming assignments of the class CS231n: Convolutional Neural Networks for Visual Recognition
monkeyCv/cs231n_2018spring_assignment_solution
assignment solution for Stanford CS231n 2018 spring
srinadhu/CS231n_assignment3
Implemented Vanilla RNN and LSTM networks, combined these with pretrained VGG-16 on ImageNet to build image captioning models on Microsoft COCO dataset. Explored use of image gradients for generating new images and techniques used are Saliency Maps, Fooling Images and Class Visualization. Implemented image Style Transfer technique from 'Image Style Transfer Using Convolutional Neural Networks'. Implemented and trained GAN, LS-GAN and DC-GAN on MNIST dataset to produce images that resemble samples from MNIST, DC-GAN gave best resembling images.
suous/cs231n
CS231n: Deep Learning for Computer Vision, Stanford - Spring 2023
amsavchenko/eecs-498-007
My solutions for assignments of EECS 498-007 / 598-005 class: Deep Learning for Computer Vision
LightersWang/my_CS231n_assignments
Assignments for Stanford CS231n 2019 Spring
srinadhu/convolutional_nn
Implemented fully-connected DNN of arbitrary depth with Batch Norm and Dropout, three-layer ConvNet with Spatial Batch Norm in NumPy. The update rules used for training are SGD, SGD+Momentum, RMSProp and Adam. Implemented three block ResNet in PyTorch, with 10 epochs of training achieves 73.60% accuracy on test set.
Yxd-1/CS231n-Assignment-2020
cs231n作业代码,代码都带有详细的注释,方便理解
abdullahejazjanjua/cs231n
This repository contains notes and assignments about the course offered by standford CS231n taught by Fei Fei Li, Justin Johnson and Serena Young.
BatyrM/CS231n-Spring-2020
Stanford CS231n Course: Convolutional Neural Networks for Visual Recogntion. All 3 assignments' solutions.
charlie6echo/CS231n
Stanford University's Famous computer Vision course 'CS231n' Assignments and codes.
ishanbhandari-19/CS231n-2019
My solutions to the assignments of Stanford course CS231n-2019
leeyngdo/CS231n-Spring-2021
Stanford CS231n: Convolutional Neural Networks for Visual Recognition
limJhyeok/CS231n
solutions to the assignments from Stanford's CS231n: Convolutional Neural Networks for Visual Recognition course (Spring 2017), completed using the 2021 assignment version.
mdvsh/cs231n
My solutions to assignments for CS231n - Convolutional Neural Networks for Visual Recognition, Spring 2020, Stanford University.
taresh18/CS231n-2019-Assignments
My assignment solutions for CS231n - Convolutional Neural Networks for Visual Recognition
zhoujf620/CS231n_Assignments
My Solutions for CS231n Spring 2019 Assignments