Pinned Repositories
albumentations_examples
Augmentations usage examples for albumentations library
AYolov2
CVX-Optimization
w/ Convex optimization (cmu lecture and Boyd textbook)
Linear-Algebra-with-python
w/ khan academy & coding the matrix
Linear-Programming-With-Python
Solving Linear Programming problems using Simplex Method with linprog from scipy.optimize, NumPy and PuLP libraries on Python.
Math-for-AI-engineers
w/ linear algebra, vector calculus, finite difference, Fourier transform, Taylor series, convex optimization in AI
Recommendation-System
진행한 추천시스템 강의 및 python 예제
SINDY-MPC
model_compression
PyTorch Model Compression
Lectures
Deep Learning College 강의모음
Ingenjoy's Repositories
Ingenjoy/Numerical-Analysis-with-Python
Ingenjoy/PRML-1
PRML로 이해하는 베이지안
Ingenjoy/pg-is-all-you-need
Policy Gradient is all you need! A step-by-step tutorial for well-known PG methods.
Ingenjoy/rainbow-is-all-you-need
Rainbow is all you need! A step-by-step tutorial from DQN to Rainbow
Ingenjoy/deepbayes-2019
Practical assignments of the Deep|Bayes summer school 2019
Ingenjoy/darpa-sd2
Ingenjoy/PRML
PRML algorithms implemented in Python
Ingenjoy/SelectedTopicsOptimization
Course of Selected Topics of Optimization
Ingenjoy/sparsereg
a collection of modern sparse (regularized) linear regression algorithms.
Ingenjoy/handwritten_digit_recognition
Handwritten digit recognition with MNIST & Keras
Ingenjoy/ingenjoy.github.io
Ingenjoy/blockchain-papers
A curated list of academic blockchain-related papers
Ingenjoy/ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Ingenjoy/numerical-python-second-ed
Source code for 'Numerical Python Second Edition' by Robert Johansson
Ingenjoy/reinforcement2e
A study group coding project about Prof. Sutton's Reinforcement Learning An Introduction 2nd edition
Ingenjoy/Linear-Programming-With-Python
Solving Linear Programming problems using Simplex Method with linprog from scipy.optimize, NumPy and PuLP libraries on Python.
Ingenjoy/mit-ai-6034
MIT 6.034 Artificial Intelligence
Ingenjoy/lie_groups
Implementation-focused introduction to Lie groups for roboticists
Ingenjoy/modu-awesome-lists
Ingenjoy/pylol
Ingenjoy/cs231n_assignments
[Assignments] CS231N: Convolutional Neural Networks for Visual Recognition (2016 & 2017)
Ingenjoy/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
Ingenjoy/numerical-linear-algebra-v2
Jupyter Notebooks for Computational Linear Algebra course, taught summer 2018 in USF MSDS program
Ingenjoy/ISLR-python
An Introduction to Statistical Learning (James, Witten, Hastie, Tibshirani, 2013): Python code
Ingenjoy/HEAAN
Ingenjoy/SINDY-MPC
Ingenjoy/reinforcement_learning_an_introduction
Summary (in Korean) and python implementation of 'Reinforcement Learning: An Introduction' written by Sutton & Barto
Ingenjoy/KRONIC
Koopman Reduced-Order Nonlinear Identification and Control
Ingenjoy/numerical-linear-algebra
Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course
Ingenjoy/dl_tutorials_10weeks
Deep Learning Tutorials for 10 Weeks