cs231n-assignment
There are 76 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
mirzaim/cs231n
Note and Assignments for CS231n: Convolutional Neural Networks for Visual Recognition
srinadhu/CS231n
My solutions for Assignments of CS231n: Convolutional Neural Networks for Visual Recognition
xiezhq-hermann/cs231n-2017
My own solutions for Stanford CS231n (2017) assignments
fqhank/CS231n-2021spring
【更新完毕】斯坦福大学计算机视觉经典课程CS231n自学材料,总结了一些遇到的问题和知识点
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/)
Twice22/CS231n-solutions
Solutions for CS231n course from Stanford University: Convolutional Neural Networks for Visual Recognition
samlkrystof/Stanford-CS231n
Assignment solutions for CS231n - Convolutional Neural Networks for Visual Recognition
omid-d/CS231n
All Solutions to Stanford CS231n Spring 2023 Course Assignments.
sjain-stanford/CS231N
My solutions to CS231N (Convolutional Neural Networks for Visual Recognition, Spring 2017)
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
12kdh43/cs231n
CS231n Solutions
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.
amrithm98/CS231N-Spring-2018-Solutions
My Solutions for the SPRING 2018 Assignments of CS231n: Convolutional Neural Networks for Visual Recognition
amsavchenko/eecs-498-007
My solutions for assignments of EECS 498-007 / 598-005 class: Deep Learning for Computer Vision
aoboturov/cs231n-17
CS231n: Convolutional Neural Networks for Visual Recognition Assignments Implementation
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
mdvsh/cs231n
My solutions to assignments for CS231n - Convolutional Neural Networks for Visual Recognition, Spring 2020, Stanford University.
prateek-77/CS231n
Solutions of CS231n Assignments Spring 2019
raunakkmr/Stanford-CS231N
Solutions to the assignments of the 2018 Spring version of Stanford CS231n: Convolutional Neural Networks for Visual Recognition
skulltech/CS231N
Code I wrote for CS231N by Stanford
taresh18/CS231n-2019-Assignments
My assignment solutions for CS231n - Convolutional Neural Networks for Visual Recognition