Giter VIP home page Giter VIP logo

cs231n-2018's Introduction

CS231n - 2018

My solution to the assignments of CS231n from Stanford University

Assignments using Tensorflow are completed, those with Pytorch are for future work

cs231n-2018's People

Stargazers

SumaiL avatar  avatar Saumye Malhotra avatar  avatar  avatar  avatar natandrade avatar Xiaoye Tong avatar chenyiming avatar AifuHan avatar Vladimir Luchinskiy avatar  avatar  avatar Keyun Cheng avatar C. Luo avatar  avatar Tianbo Hao avatar Tang avatar  avatar  avatar Renzo avatar Tiendh avatar  avatar P.Elley avatar

Watchers

James Cloos avatar Hung D. Le avatar Matan Levy avatar

cs231n-2018's Issues

Maybe a bug in NetworkVisualization-TensorFlow.py of Assignment 3

Hi,dhungle!

In the class visualization part, we want to generate a image to maxmize the loss which includes the score value (we got from CNN model) and regularization part. Right?

But in your implementation, you wrote as following: loss = model.scores[0, target_y] - l2_reg * tf.reduce_sum(model.scores**2), I think it should be loss = model.scores[0, target_y] - l2_reg * tf.reduce_sum(model.image**2) cause the regularization part of loss is for generated image.

You might get a nicer picture after modifying this. my pictures

Assignment 2 - Batchnorm

Did you experienced any slow down after implementing the batch-norm while running a non-batch-norm solver?

I know this question might sound stupid, by I am currently struggling with it.
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.