zlpure/CS231n
My Solution to Assignments of CS231n in Winter2016
This project provides solutions to assignments from the CS231n course, focusing on implementing and debugging neural networks for visual recognition. It takes raw image datasets like CIFAR-10 and outputs trained models and insights into various machine learning algorithms. Students and aspiring machine learning engineers can use this to deepen their understanding of computer vision and neural network architectures.
No commits in the last 6 months.
Use this if you are learning about convolutional neural networks, image classification, or advanced neural network techniques and want to review practical Python implementations.
Not ideal if you are looking for a plug-and-play solution for an immediate, real-world image recognition problem without wanting to understand the underlying mechanics.
Stars
72
Forks
13
Language
Jupyter Notebook
License
MIT
Category
Last pushed
May 09, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/zlpure/CS231n"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
mbadry1/CS231n-2017-Summary
After watching all the videos of the famous Standford's CS231n course that took place in 2017, i...
machinelearningnanodegree/stanford-cs231
Resources for students in the Udacity's Machine Learning Engineer Nanodegree to work through...
MahanFathi/CS231
Complete Assignments for CS231n: Convolutional Neural Networks for Visual Recognition
Halfish/cs231n
斯坦福 cs231n 作业代码实践
jariasf/CS231n
My assignment solutions for CS231n - Convolutional Neural Networks for Visual Recognition