All Projects → taspinar → Siml

taspinar / Siml

Licence: mit
Machine Learning algorithms implemented from scratch

Projects that are alternatives of or similar to Siml

Machine Learning Python
機器學習: Python
Stars: ✭ 316 (-0.94%)
Mutual labels:  jupyter-notebook
Android Orm Benchmark
Performance comparison of Android ORM Frameworks
Stars: ✭ 318 (-0.31%)
Mutual labels:  jupyter-notebook
Reco Gym
Code for reco-gym: A Reinforcement Learning Environment for the problem of Product Recommendation in Online Advertising
Stars: ✭ 314 (-1.57%)
Mutual labels:  jupyter-notebook
Transportationnetworks
Transportation Networks for Research
Stars: ✭ 312 (-2.19%)
Mutual labels:  jupyter-notebook
Python Machine Learning Blueprints
Code repository for Python Machine Learning Blueprints, published by Packt
Stars: ✭ 316 (-0.94%)
Mutual labels:  jupyter-notebook
Thinkstats2
Text and supporting code for Think Stats, 2nd Edition
Stars: ✭ 3,474 (+989.03%)
Mutual labels:  jupyter-notebook
A 2017
Public Repository for cs109a, 2017 edition
Stars: ✭ 315 (-1.25%)
Mutual labels:  jupyter-notebook
Self Correction Human Parsing
An out-of-box human parsing representation extractor.
Stars: ✭ 319 (+0%)
Mutual labels:  jupyter-notebook
Universal Portfolios
Collection of algorithms for online portfolio selection
Stars: ✭ 313 (-1.88%)
Mutual labels:  jupyter-notebook
Dliss Tutorial
Tutorial for International Summer School on Deep Learning, 2019
Stars: ✭ 319 (+0%)
Mutual labels:  jupyter-notebook
Evidently
Interactive reports to analyze machine learning models during validation or production monitoring.
Stars: ✭ 304 (-4.7%)
Mutual labels:  jupyter-notebook
Cs231
Complete Assignments for CS231n: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 317 (-0.63%)
Mutual labels:  jupyter-notebook
Quantum
Microsoft Quantum Development Kit Samples
Stars: ✭ 3,453 (+982.45%)
Mutual labels:  jupyter-notebook
Clrs
Some exercises and problems in Introduction to Algorithms 3rd edition.
Stars: ✭ 313 (-1.88%)
Mutual labels:  jupyter-notebook
Codefun
DataStructure(SwordOffer、LeetCode)、Deep Learning(Tensorflow、Keras、Pytorch)、Machine Learning(sklearn、spark)、AutoML、AutoDL、ModelDeploying、SQL
Stars: ✭ 319 (+0%)
Mutual labels:  jupyter-notebook
Notebooks
Directory of Jupyter notebooks exploring various topics
Stars: ✭ 315 (-1.25%)
Mutual labels:  jupyter-notebook
Financial Models Numerical Methods
Collection of notebooks about quantitative finance, with interactive python code.
Stars: ✭ 3,534 (+1007.84%)
Mutual labels:  jupyter-notebook
Python
🐍 Python Programs
Stars: ✭ 320 (+0.31%)
Mutual labels:  jupyter-notebook
Python For Text Analysis
If you want to use Python for text analysis, this course is for you!
Stars: ✭ 319 (+0%)
Mutual labels:  jupyter-notebook
Python Scraping
Code samples from the book Web Scraping with Python http://shop.oreilly.com/product/0636920034391.do
Stars: ✭ 3,557 (+1015.05%)
Mutual labels:  jupyter-notebook

Synopsis

This repository contains popular Machine Learning algorithms, which have been introduced in various blog posts (http://ataspinar.com). Most of the algorithms are accompanied with blog-posts in which I try to explain the mathematics behind and the interpretation of these algorithms.

Motivation

Machine Learning is fun! But more importantly, Machine Learning is easy. But the academic literature or even (wikipedia-pages) is full with unnecessary complicated terminology, notation and formulae. This gives people the idea that these ML algorithms can only be understood with a full understanding of advanced math and statistics. Stripped from all of these superfluous language we are left with simple maths which can be expressed in a few lines of code.

Notebooks explaining the mathematics

I have also provided some notebooks, explaining the mathematics of some Machine Learning algorithms.

Notebooks explaining Machine Learning with the Wavelet Transform

Installation

To install siML:

(sudo) pip install siml

or you can clone the repository and in the folder containing setup.py

python setup.py install

Code Example

TODO

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