All Projects → cthorey → Cs231

cthorey / Cs231

My corrections for the Standford class assingments CS231n - Convolutional Neural Networks for Visual Recognition

Projects that are alternatives of or similar to Cs231

Data Analysis And Machine Learning Projects
Repository of teaching materials, code, and data for my data analysis and machine learning projects.
Stars: ✭ 5,166 (+806.32%)
Mutual labels:  jupyter-notebook
Fastcore
Python supercharged for the fastai library
Stars: ✭ 565 (-0.88%)
Mutual labels:  jupyter-notebook
Python For Data Analysis
An introduction to data science using Python and Pandas with Jupyter notebooks
Stars: ✭ 564 (-1.05%)
Mutual labels:  jupyter-notebook
Mellotron
Mellotron: a multispeaker voice synthesis model based on Tacotron 2 GST that can make a voice emote and sing without emotive or singing training data
Stars: ✭ 560 (-1.75%)
Mutual labels:  jupyter-notebook
Practical seq2seq
A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
Stars: ✭ 563 (-1.23%)
Mutual labels:  jupyter-notebook
Detectorch
Detectorch - detectron for PyTorch
Stars: ✭ 566 (-0.7%)
Mutual labels:  jupyter-notebook
Qs ledger
Quantified Self Personal Data Aggregator and Data Analysis
Stars: ✭ 559 (-1.93%)
Mutual labels:  jupyter-notebook
Practical python programming
北邮《Python编程与实践》课程资料
Stars: ✭ 569 (-0.18%)
Mutual labels:  jupyter-notebook
Pyradiomics
Open-source python package for the extraction of Radiomics features from 2D and 3D images and binary masks. Support: https://discourse.slicer.org/c/community/radiomics
Stars: ✭ 563 (-1.23%)
Mutual labels:  jupyter-notebook
Datasets For Recommender Systems
This is a repository of a topic-centric public data sources in high quality for Recommender Systems (RS)
Stars: ✭ 564 (-1.05%)
Mutual labels:  jupyter-notebook
Datasciencecourse
This holds iPython notebooks and lecture slides for the Intro to Data Science Master's course I teach at NYU.
Stars: ✭ 557 (-2.28%)
Mutual labels:  jupyter-notebook
Wenzheng
ai challenger 2018细粒度情感分类第一名解决方案, A training framework itegrating tensorflow and pytorch
Stars: ✭ 561 (-1.58%)
Mutual labels:  jupyter-notebook
Machine Learning Specialization
Stars: ✭ 566 (-0.7%)
Mutual labels:  jupyter-notebook
Influence Release
Stars: ✭ 559 (-1.93%)
Mutual labels:  jupyter-notebook
Bert score
BERT score for text generation
Stars: ✭ 568 (-0.35%)
Mutual labels:  jupyter-notebook
Data Science Portfolio
Portfolio of data science projects completed by me for academic, self learning, and hobby purposes.
Stars: ✭ 559 (-1.93%)
Mutual labels:  jupyter-notebook
Hands On Machine Learning For Algorithmic Trading
Hands-On Machine Learning for Algorithmic Trading, published by Packt
Stars: ✭ 562 (-1.4%)
Mutual labels:  jupyter-notebook
Dogs vs cats
猫狗大战
Stars: ✭ 570 (+0%)
Mutual labels:  jupyter-notebook
Tutorials
CatBoost tutorials repository
Stars: ✭ 563 (-1.23%)
Mutual labels:  jupyter-notebook
Ttur
Two time-scale update rule for training GANs
Stars: ✭ 567 (-0.53%)
Mutual labels:  jupyter-notebook

CS231n: Convolutional Neural Networks for Visual Recognition

These past weeks, I have been following the Stanford CS class CS231n: Convolutional Neural Networks for Visual Recognition. You can find my solutions to the assignment in this repo.

I also wrote two blog posts related to this resolution.

  • One on the implementation of batch-norm that you can find here.
  • Another on the implementation of a conv-net that you can find here.

A big thank to all the team from the CS231 Stanford class who do a fantastic work in vulgarizing the knowledge behind neural networks.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].