All Projects → Kyubyong → Pytorch_exercises

Kyubyong / Pytorch_exercises

Licence: mit

Projects that are alternatives of or similar to Pytorch exercises

Pixel level land classification
Tutorial demonstrating how to create a semantic segmentation (pixel-level classification) model to predict land cover from aerial imagery. This model can be used to identify newly developed or flooded land. Uses ground-truth labels and processed NAIP imagery provided by the Chesapeake Conservancy.
Stars: ✭ 217 (-28.62%)
Mutual labels:  jupyter-notebook, neural-networks
Nn
🧑‍🏫 50! Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
Stars: ✭ 5,720 (+1781.58%)
Mutual labels:  jupyter-notebook, neural-networks
Machine Learning Notebooks
Machine Learning notebooks for refreshing concepts.
Stars: ✭ 222 (-26.97%)
Mutual labels:  jupyter-notebook, neural-networks
Knowledge Graph Analysis Programming Exercises
Exercises for the Analysis of Knowledge Graphs
Stars: ✭ 208 (-31.58%)
Mutual labels:  jupyter-notebook, exercises
Deeplearning Challenges
Codes for weekly challenges on Deep Learning by Siraj
Stars: ✭ 264 (-13.16%)
Mutual labels:  jupyter-notebook, neural-networks
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-32.89%)
Mutual labels:  jupyter-notebook, neural-networks
Neural Network From Scratch
Ever wondered how to code your Neural Network using NumPy, with no frameworks involved?
Stars: ✭ 230 (-24.34%)
Mutual labels:  jupyter-notebook, neural-networks
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-35.86%)
Mutual labels:  jupyter-notebook, neural-networks
Graph Based Deep Learning Literature
links to conference publications in graph-based deep learning
Stars: ✭ 3,428 (+1027.63%)
Mutual labels:  jupyter-notebook, neural-networks
Deeplearning.ai Notes
These are my notes which I prepared during deep learning specialization taught by AI guru Andrew NG. I have used diagrams and code snippets from the code whenever needed but following The Honor Code.
Stars: ✭ 262 (-13.82%)
Mutual labels:  jupyter-notebook, neural-networks
Gluon Api
A clear, concise, simple yet powerful and efficient API for deep learning.
Stars: ✭ 2,322 (+663.82%)
Mutual labels:  jupyter-notebook, neural-networks
Pytorch Lesson Zh
pytorch 包教不包会
Stars: ✭ 279 (-8.22%)
Mutual labels:  jupyter-notebook, neural-networks
Unsupervisedscalablerepresentationlearningtimeseries
Unsupervised Scalable Representation Learning for Multivariate Time Series: Experiments
Stars: ✭ 205 (-32.57%)
Mutual labels:  jupyter-notebook, neural-networks
Tcdf
Temporal Causal Discovery Framework (PyTorch): discovering causal relationships between time series
Stars: ✭ 217 (-28.62%)
Mutual labels:  jupyter-notebook, neural-networks
Radio
RadIO is a library for data science research of computed tomography imaging
Stars: ✭ 198 (-34.87%)
Mutual labels:  jupyter-notebook, neural-networks
Mydatascienceportfolio
Applying Data Science and Machine Learning to Solve Real World Business Problems
Stars: ✭ 227 (-25.33%)
Mutual labels:  jupyter-notebook, neural-networks
Deep Learning Notes
My personal notes, presentations, and notebooks on everything Deep Learning.
Stars: ✭ 191 (-37.17%)
Mutual labels:  jupyter-notebook, neural-networks
Coursera Deep Learning Specialization
Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
Stars: ✭ 188 (-38.16%)
Mutual labels:  jupyter-notebook, neural-networks
Place Recognition Using Autoencoders And Nn
Place recognition with WiFi fingerprints using Autoencoders and Neural Networks
Stars: ✭ 256 (-15.79%)
Mutual labels:  jupyter-notebook, neural-networks
Deeplearning.ai Assignments
Stars: ✭ 268 (-11.84%)
Mutual labels:  jupyter-notebook, neural-networks

Pytorch Exercises

Pytorch is one of the most popular deep learning libraries as of 2017. One possible way of familiarizing yourself with it, I think, is to practice with simple quizzes. That's where this project comes in. The outline will be as follows, though it's not fixed. If you find this helpful, you may like my other repos:

CHAPTER 1. Tensors

CHAPTER 2. Neural Networks

  • Linear Layers/Functions (WIP)
  • Convolution Layers/Functions (WIP)
  • Recurrent Layers (WIP)
  • Pooling Layers/Functions (WIP)
  • Dropout Layers/Functions (WIP)
  • Padding Layers (WIP)
  • Normalization Layers/Functions (WIP)
  • Activations (WIP)
  • Sparse Layers (WIP)
  • Loss (WIP)
  • Distance (WIP)
  • Initialization (WIP)
  • Optimization (WIP)
  • Utilities (WIP)

Sep., 2017
Created by Kyubyong
Reviewed by yj

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].