Matlab code for machine learning algorithms in book PRML
-
Updated
Oct 16, 2019 - 507 commits
- MATLAB
MATLAB is a high-performance language developed by MathWorks for technical computing, visualization, and programming. It is written in C, C++, Java and available for Windows, macOS, and Linux. Generally used by engineers and scientists in industry and academics for data analysis, signal processing, optimization and many other types of scientific computations.
Matlab code for machine learning algorithms in book PRML
Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)
Implements face recognition algorithms for MATLAB/GNU Octave and Python.
研究生数学建模,数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT
PST or Phase Stretch Transform is an operator that finds features in an image. PST implemented using MATLAB here, takes an intensity image I as its input, and returns a binary image out of the same size as I, with 1's where the function finds sharp transitions in I and 0's elsewhere.
Lenia - Mathematical Life Forms
A curated list of awesome neuroscience libraries, software and any content related to the domain.
Low-Rank and Sparse Tools for Background Modeling and Subtraction in Videos
🤖 MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics being explained
Apply and save color schemes in MATLAB with ease.
Gramm is a complete data visualization toolbox for Matlab. It provides an easy to use and high-level interface to produce publication-quality plots of complex data with varied statistical visualizations. Gramm is inspired by R's ggplot2 library.
Armadillo: fast C++ library for linear algebra & scientific computing - http://arma.sourceforge.net
solution of exercises of the book "probabilistic robotics"
Visual Object Tracking (VOT) challenge evaluation toolkit
Deep Recurrent Neural Networks for Source Separation
Bitcoin price prediction algorithm using bayesian regression techniques
Highly comparative time-series analysis code repository
TOMM2017 A Discriminatively Learned CNN Embedding for Person Re-identification
Learning a Single Convolutional Super-Resolution Network for Multiple Degradations (CVPR, 2018)
Code for "Toward Convolutional Blind Denoising of Real Photographs", CVPR 2019
Curvature Filters are efficient solvers for Variational Models
Efficient, transparent deep learning in hundreds of lines of code.
Plotly Graphing Library for MATLAB®
DeepSqueak: A Deep Learning Based System for Quantification of Ultrasonic Vocalizations
Since MATLAB R2016b, TMW introduced "strings" as a new data type to represent strings (in contrast to the old character arrays). See e.g. https://blogs.mathworks.com/loren/2018/04/13/accept-string-inputs-in-your-code/ for more information.
We, also, should make sure that at least we can handle such string inputs. Internally, we will not be able to get rid of character arrays (for forward/backwa