Found 87 repositories(showing 30)
Asun0204
斯坦福李飞飞深度学习课程的课后作业,有3个部分Assignment #1: Image Classification, kNN, SVM, Softmax, Neural NetworkAssignment #2: Fully-Connected Nets, Batch Normalization, Dropout, Convolutional NetsAssignment #3: Image Captioning with Vanilla RNNs, Image Captioning with LSTMs, Network Visualization, Style Transfer, Generative Adversarial Networks官方资源(讲义、作业等)地址:http://cs231n.github.io/网易课程地址:http://study.163.com/course/courseMain.htm?courseId=1003223001
Cescfangs
This is a Python 3 repo for CS231n Assignment
srinadhu
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.
tongda
Assignment 1 of Stanford CS231n 2016 winter course. Modified for Python 3.
aroetter
HW for CS231N
Tooluloope
All Assignments in CS231n using python 3
vijayvee
This repository contains solutions for the third programming assignment from CS231n: Convolutional Neural Networks for Visual Recogntion.
seryilmaz
CNN and LSTM for image captioning, image generation for saliency maps and deepdream.
ateexD
Image Captioning, GANs, Saliency maps
Sherlockyyf
assignment 3 of cs231n
jinxing94
Image Gradient, Deep Dream
MajorCarrot
No description available
shuyaoli
My solution to assignment 3 of Stanford course CS231n, Spring 2018
bryant1410
My solution to the 3rd assignment of UdelaR's Deep Learning course, based on Stanford CS231n.
liaison
Assignment 1,2,3 for the course cs231n 2017
BatyrM
Stanford CS231n Course: Convolutional Neural Networks for Visual Recogntion. All 3 assignments' solutions.
This repo contains my solutions to the 3 assignments given in the CS231n course (University of Stanford) on CNN and Computer Vision
williamchan
Assignment 3 from http://cs231n.github.io/
ilovecv
cs231n assignment 3
lemairecarl
CS231n Assignment 3
judaigi
CS231n assignment #3
aweitz
Assignment 3 for cs231n
tunmustard
Performing some cs231n assignment #3
SJTUqizhenlin
assignment 3 for Stanford cs231n
tant2tls
solution of 3 assignment in cs231n
ethan-mgallagher
Solutions for assignment 3 in cs231n
PrakarshBhardwaj
Implementation of cs231n week-3 assignments
prasastoadi
CS231n Winter 2016 Assignments for Python 3
xvjiarui
CoMP4901J taught by ck (cs231n) Assignment 3
kimkilho
Assignment #1, #2, #3 from Stanford CS231n