Skip to content

zhmz90/CS231N

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS231N

Code and note about CS231n, a stanford course.

examples

	knn = KNearestNeighbor()
	knn.train(X_train,y_train)
	knn.predict(X_test,k=1)

About

CS231n: Convolutional Neural Networks for Visual Recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published