All Projects → m-clark → models-by-example

m-clark / models-by-example

Licence: other
By-hand code for models and algorithms. An update to the 'Miscellaneous-R-Code' repo.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to models-by-example

mnist-challenge
My solution to TUM's Machine Learning MNIST challenge 2016-2017 [winner]
Stars: ✭ 68 (+58.14%)
Mutual labels:  pca, logistic-regression, gaussian-processes
GDLibrary
Matlab library for gradient descent algorithms: Version 1.0.1
Stars: ✭ 50 (+16.28%)
Mutual labels:  linear-regression, logistic-regression, gradient-descent
Machine-Learning-Models
In This repository I made some simple to complex methods in machine learning. Here I try to build template style code.
Stars: ✭ 30 (-30.23%)
Mutual labels:  linear-regression, pca, logistic-regression
Ml Course
Starter code of Prof. Andrew Ng's machine learning MOOC in R statistical language
Stars: ✭ 154 (+258.14%)
Mutual labels:  linear-regression, pca, gradient-descent
Machine Learning With Python
Python code for common Machine Learning Algorithms
Stars: ✭ 3,334 (+7653.49%)
Mutual labels:  linear-regression, pca, logistic-regression
Ml code
A repository for recording the machine learning code
Stars: ✭ 75 (+74.42%)
Mutual labels:  pca, logistic-regression, bayesian
machine learning course
Artificial intelligence/machine learning course at UCF in Spring 2020 (Fall 2019 and Spring 2019)
Stars: ✭ 47 (+9.3%)
Mutual labels:  linear-regression, logistic-regression, gradient-descent
Miscellaneous R Code
Code that might be useful to others for learning/demonstration purposes, specifically along the lines of modeling and various algorithms. Now almost entirely superseded by the models-by-example repo.
Stars: ✭ 146 (+239.53%)
Mutual labels:  pca, bayesian, gaussian-processes
Isl Python
Solutions to labs and excercises from An Introduction to Statistical Learning, as Jupyter Notebooks.
Stars: ✭ 108 (+151.16%)
Mutual labels:  linear-regression, pca, logistic-regression
generalized-additive-models-workshop-2019
A workshop on using generalized additive models and the mgcv package.
Stars: ✭ 23 (-46.51%)
Mutual labels:  splines, mixed-models, penalized-regression
binary.com-interview-question
The sample question for Interview a job in Binary options
Stars: ✭ 52 (+20.93%)
Mutual labels:  bayesian, ridge-regression
Regression
Multiple Regression Package for PHP
Stars: ✭ 88 (+104.65%)
Mutual labels:  logistic-regression, gradient-descent
ml-simulations
Animated Visualizations of Popular Machine Learning Algorithms
Stars: ✭ 33 (-23.26%)
Mutual labels:  pca, expectation-maximization
cobra
A Python package to build predictive linear and logistic regression models focused on performance and interpretation
Stars: ✭ 23 (-46.51%)
Mutual labels:  linear-regression, logistic-regression
Quick-Data-Science-Experiments-2017
Quick-Data-Science-Experiments
Stars: ✭ 19 (-55.81%)
Mutual labels:  pca, logistic-regression
ClassifierToolbox
A MATLAB toolbox for classifier: Version 1.0.7
Stars: ✭ 72 (+67.44%)
Mutual labels:  linear-regression, pca
flatiron-school-data-science-curriculum-resources
Lesson material on data science and machine learning topics/concepts
Stars: ✭ 118 (+174.42%)
Mutual labels:  linear-regression, gradient-descent
srqm
An introductory statistics course for social scientists, using Stata
Stars: ✭ 43 (+0%)
Mutual labels:  linear-regression, logistic-regression
Study-of-David-Mackay-s-book-
David Mackay's book review and problem solvings and own python codes, mathematica files
Stars: ✭ 46 (+6.98%)
Mutual labels:  hamiltonian-monte-carlo, maximum-likelihood-estimation
SpatPCA
R Package: Regularized Principal Component Analysis for Spatial Data
Stars: ✭ 16 (-62.79%)
Mutual labels:  pca, splines

Model Estimation by Example

Lifecycle Status

This is the repo for the document found here, based on the raw code repo- Miscellaneous R Code. The document code has been tidied and may have other improvements relative to the original repo, but remains a conceptual/tutorial endeavor to various modeling techniques and algorithms. It provides 'by-hand' demonstrations of various models and algorithms. The goal is to take away some of the mystery of them by providing clean code examples that are easy to run and compare with other tools. The primary functions are usually just a few lines of code, and in almost all cases, comparisons are made to an R package result. A few Python and other language demos as well.

At present the topics covered are:

* Python ** Stan

Models
  • Linear Regression *
  • Logistic Regression *
  • One-factor Mixed Model
  • Two-factor Mixed Model
  • Mixed Model via ML
  • Probit & Bivariate Probit
  • Heckman Selection
  • Marginal Structural Model
  • Tobit Regression
  • Cox Survival
  • Hurdle Model
  • Zero-Inflated Model
  • Naive Bayes
  • Multinomial Regression
  • Ordinal Regression
  • Markov Model
  • Hidden Markov Model *
  • Quantile Regression *
  • Cubic Spline Model
  • Gaussian Processes
  • Neural Network *
  • Extreme Learning Machine
  • Reproducing Kernel Hilbert Space Regression
  • Confirmatory Factor Analysis
Bayesian
  • Introduction to Bayesian Methods
  • Basics
  • Bayesian t-test **
  • Bayesian Linear Regression **
  • Bayesian Beta Regression **
  • Bayesian Mixed Model **
  • Bayesian Multilevel Mediation **
  • Bayesian IRT **
  • Bayesian CFA **
  • Bayesian Nonparametric Models **
  • Bayesian Stochastic Volatility Model **
  • Bayesian Multinomial Models **
  • Variational Bayes Regression
  • Topic Model
Estimation
  • Maximum Likelihood
  • Penalized Maximum Likelihood
  • L1 (lasso) regularization
  • L2 (ridge) regularization
  • Newton and IRLS
  • Nelder-Mead *
  • Expectation-Maximization
  • Gradient Descent
  • Stochastic Gradient Descent *
  • Metropolis Hastings
  • Hamiltonian Monte Carlo

* Python ** Stan

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