All Projects → ovysotska → In_simple_english

ovysotska / In_simple_english

Small projects to clarify big concepts

Projects that are alternatives of or similar to In simple english

Fouriertalkoscon
Presentation Materials for my "Sound Analysis with the Fourier Transform and Python" OSCON Talk.
Stars: ✭ 244 (+74.29%)
Mutual labels:  jupyter-notebook, math
Alpha Mind
quantitative security portfolio analysis. The analysis pipeline including data storage abstraction, alpha calculation, ML based alpha combining and portfolio calculation.
Stars: ✭ 171 (+22.14%)
Mutual labels:  jupyter-notebook, math
Mathy
Tools for using computer algebra systems to solve math problems step-by-step with reinforcement learning
Stars: ✭ 79 (-43.57%)
Mutual labels:  jupyter-notebook, math
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (+45.71%)
Mutual labels:  jupyter-notebook, math
Tutorials
Ipython notebooks for math and finance tutorials
Stars: ✭ 654 (+367.14%)
Mutual labels:  jupyter-notebook, math
Dominhhai.github.io
My Blog
Stars: ✭ 8 (-94.29%)
Mutual labels:  jupyter-notebook, math
Training Material
A collection of code examples as well as presentations for training purposes
Stars: ✭ 85 (-39.29%)
Mutual labels:  jupyter-notebook, math
Scipy Tutorial 2015
Geospatial data tutorial
Stars: ✭ 140 (+0%)
Mutual labels:  jupyter-notebook
19 udacity dsa
Data Structures & Algorithms Nanodegree Program from Udacity
Stars: ✭ 140 (+0%)
Mutual labels:  jupyter-notebook
Nlpaug
Data augmentation for NLP
Stars: ✭ 2,761 (+1872.14%)
Mutual labels:  jupyter-notebook
Texme
Self-rendering Markdown + LaTeX documents
Stars: ✭ 1,970 (+1307.14%)
Mutual labels:  math
Lmkor
Pretrained Language Models for Korean
Stars: ✭ 140 (+0%)
Mutual labels:  jupyter-notebook
Swift4tf
A set of notebooks explaining swift for tensorflow optimized to run in Google Collaboratory.
Stars: ✭ 141 (+0.71%)
Mutual labels:  jupyter-notebook
Pysankey
create sankey diagrams with matplotlib
Stars: ✭ 140 (+0%)
Mutual labels:  jupyter-notebook
Agem
Official implementation of the Averaged Gradient Episodic Memory (A-GEM) in Tensorflow
Stars: ✭ 141 (+0.71%)
Mutual labels:  jupyter-notebook
Python For Algorithms Data Structures And Interviews
Files for Udemy Course on Algorithms and Data Structures
Stars: ✭ 1,917 (+1269.29%)
Mutual labels:  jupyter-notebook
Ccf Bdci Automotive Field Asc 2018
CCF-BDCI 2018年汽车行业用户观点主题及情感识别挑战赛 第6名解决方案
Stars: ✭ 141 (+0.71%)
Mutual labels:  jupyter-notebook
Quantum Native Dojo
量子コンピュータ初学者のための自習教材
Stars: ✭ 141 (+0.71%)
Mutual labels:  jupyter-notebook
Hpo2nas Tutorial Cvpr Eccv2020
Hands-on Tutorial on Automated Deep Learning
Stars: ✭ 141 (+0.71%)
Mutual labels:  jupyter-notebook
Data science blogs
A repository to keep track of all the code that I end up writing for my blog posts.
Stars: ✭ 139 (-0.71%)
Mutual labels:  jupyter-notebook

Small projects to clarify big concepts

In this project, I try to clarify for myself and others the big mathematical (and not only) concepts. I try to find the simplest possible example and roll from there by asking a lot of "simple/obvious/stupid" questions. Here you can find a collection of Jupyter notebooks with different amount of content in them.

The links below will render the notebooks in nbviewer.

Main finished notebooks

gradient_descent - simplistic visualization of 1D and 2D gradient descent.

bag_of_visual_words - tf-idf reweighting for visual bag of words in pictures.

homogeneous_coords - couple of geometric operation for homogeneous points.

Interpolation - mainly thoughts about cubic interpolation and how to apply interpolations for scaling up images.

system_of_linear_equations - overview of how to solve Ax=b and Ax=0

local_image_operators - local image operators. Applying Binomial, Box and Sobel filter.

topological_sorting - code snippet to practice graph search using topological sorting.

Kullback_Leibler - an example of comparing two 1D discrete distribution using Kullback-Leibler divergence.

ml_regression - maximum likelihood estimation for linear regression. Bundle adjustment as a ML estimation method

Folder in_progress

This folder contains more complicated topics which were not completely simplified yet.

Gaussian Processes (gp)

* **GP_starting example**  - implementing GP from scratch
* **Gaussian_processes_functional** - GP implementation using funtional programming and multi dimensional input
* **SkLearn_example** - model selection and first steps for optimal parameter selection using sklearn framework
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].