All Projects → kyleclo → tensorflow-mle

kyleclo / tensorflow-mle

Licence: BSD-3-Clause License
Some examples on computing MLEs using TensorFlow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tensorflow-mle

ProxGradPytorch
PyTorch implementation of Proximal Gradient Algorithms a la Parikh and Boyd (2014). Useful for Auto-Sizing (Murray and Chiang 2015, Murray et al. 2019).
Stars: ✭ 28 (+100%)
Mutual labels:  gradient, descent
Image Processing
Image Processing techniques using OpenCV and Python.
Stars: ✭ 112 (+700%)
Mutual labels:  gaussian
descent-app
Top of descent path calculator. Let's calculate your descent!
Stars: ✭ 28 (+100%)
Mutual labels:  descent
SKTextureGradient
A SpriteKit SKTexture Gradient
Stars: ✭ 27 (+92.86%)
Mutual labels:  gradient
PastelXamarinIos
🌒 Gradient animations on Xamarin-iOS
Stars: ✭ 17 (+21.43%)
Mutual labels:  gradient
AnomalyDetect
Detects anomalous resting heart rate from smartwatch data.
Stars: ✭ 18 (+28.57%)
Mutual labels:  gaussian
Basic-Image-Processing
Implementation of Basic Digital Image Processing Tasks in Python / OpenCV
Stars: ✭ 102 (+628.57%)
Mutual labels:  gradient
mixed-precision-pytorch
Training with FP16 weights in PyTorch
Stars: ✭ 72 (+414.29%)
Mutual labels:  gradient
Gradientable
Gradiention Protocol in iOS
Stars: ✭ 26 (+85.71%)
Mutual labels:  gradient
random-gradient
Generate beautiful random gradients
Stars: ✭ 63 (+350%)
Mutual labels:  gradient
bioinf-commons
Bioinformatics library in Kotlin
Stars: ✭ 21 (+50%)
Mutual labels:  mixture
Android-SGTextView
同时带字体描边 渐变 阴影的TextView - both have stroker, gradient and shadow TextView
Stars: ✭ 18 (+28.57%)
Mutual labels:  gradient
SwiftUI-Color-Kit
SwiftUI Color Pickers, Gradient Pickers And All The Utilities Needed To Make Your Own!
Stars: ✭ 120 (+757.14%)
Mutual labels:  gradient
RMGradientView
A Custom Gradient View Control for iOS with inspectable properties.
Stars: ✭ 24 (+71.43%)
Mutual labels:  gradient
baseline
New method for creating leading on the web
Stars: ✭ 31 (+121.43%)
Mutual labels:  descent
gradient-rs
A command line tool for playing with color gradients
Stars: ✭ 93 (+564.29%)
Mutual labels:  gradient
sweetconfirm.js
👌A useful zero-dependencies, less than 434 Bytes (gzipped), pure JavaScript & CSS solution for drop an annoying pop-ups confirming the submission of form in your web apps.
Stars: ✭ 34 (+142.86%)
Mutual labels:  gradient
LimitlessUI
Awesome C# UI library that highly reduced limits of your application looks
Stars: ✭ 41 (+192.86%)
Mutual labels:  gradient
RainbowTaskbar
Customizable Windows taskbar effects.
Stars: ✭ 39 (+178.57%)
Mutual labels:  gradient
autodiff
A .NET library that provides fast, accurate and automatic differentiation (computes derivative / gradient) of mathematical functions.
Stars: ✭ 69 (+392.86%)
Mutual labels:  gradient

tensorflow-mle

Just some examples on using TensorFlow to compute MLEs.

I wanted to explore TensorFlow's versatility as a general-purpose statistical computing library by attempting to fit a range of models with gradient descent. These include mixture models (traditionally fit using EM algorithm) and random effects models (traditionally fit using explicitly-derived marginal likelihood maximization). I'll be adding more model implementations from time to time.

See the full blog post at http://kyleclo.github.io/maximum-likelihood-in-tensorflow-pt-1/.

Installation

This code was written for Python >= 3.6.0. To install dependencies, run:

pip install -r requirements.txt

after cloning the repo.

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