https://github.com/agisga/cs231n_2018_solutions

My solutions to the Stanford CS231n (Spring 2018) assignments

https://github.com/agisga/cs231n_2018_solutions

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

My solutions to the Stanford CS231n (Spring 2018) assignments

Basic Info
  • Host: GitHub
  • Owner: agisga
  • Language: Jupyter Notebook
  • Default Branch: master
  • Homepage:
  • Size: 15.6 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 8 years ago · Last pushed almost 7 years ago
Metadata Files
Readme

README.md

Stanford CS231n Convolutional Neural Networks for Visual Recognition

This repository contains my notes & solutions to the assignments.

Please note that I was not enrolled for the course and my solution was not submitted, checked or graded.

Docker

  • I run the assignments using a Docker container.
  • For problems that don't require TensorFlow or PyTorch I use a basic miniconda-based container (based on the continuumio/miniconda3 Docker container), which is set up in a way similar to what I have described here.

    • To run the container:

      docker run -p 9999:8888 --name CS231n -v ~/github/my_CS231n/:/app/data cs231n

      where cs231n is the name of my Docker image.

    • To restart the container after it has shut down:

      docker start -ia CS231n

      where CS231n is the name of my Docker container.

  • For problems that use PyTorch I either use this Dockerfile locally, or work on AWS without Docker (see below).

AWS

  • To run the more computationally heavy stuff that uses TensorFlow or PyTorch, I use AWS spot instances initialized with Amazon's "Deep Learning AMI (Ubuntu)" image. Here is a description of my workflow (under the section "AWS Deep Learning AMI").

Owner

  • Name: Alexej Gossmann
  • Login: agisga
  • Kind: user

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels