All Projects → meiyulee → continuous_Bernoulli

meiyulee / continuous_Bernoulli

Licence: other
There are C language computer programs about the simulator, transformation, and test statistic of continuous Bernoulli distribution. More than that, the book contains continuous Binomial distribution and continuous Trinomial distribution.

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to continuous Bernoulli

VAE-Gumbel-Softmax
An implementation of a Variational-Autoencoder using the Gumbel-Softmax reparametrization trick in TensorFlow (tested on r1.5 CPU and GPU) in ICLR 2017.
Stars: ✭ 66 (+200%)
Mutual labels:  vae, deeplearning, variational-autoencoder
Pytorch Vae
A Collection of Variational Autoencoders (VAE) in PyTorch.
Stars: ✭ 2,704 (+12190.91%)
Mutual labels:  vae, variational-autoencoders, vae-implementation
benchmark VAE
Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022)
Stars: ✭ 1,211 (+5404.55%)
Mutual labels:  vae, variational-autoencoder, vae-implementation
Airsim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
Stars: ✭ 12,528 (+56845.45%)
Mutual labels:  simulator, deeplearning
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (+4.55%)
Mutual labels:  statistical-analysis, deeplearning
Pycm
Multi-class confusion matrix library in Python
Stars: ✭ 1,076 (+4790.91%)
Mutual labels:  statistical-analysis, deeplearning
Cada Vae Pytorch
Official implementation of the paper "Generalized Zero- and Few-Shot Learning via Aligned Variational Autoencoders" (CVPR 2019)
Stars: ✭ 198 (+800%)
Mutual labels:  vae, variational-autoencoder
Fun-with-MNIST
Playing with MNIST. Machine Learning. Generative Models.
Stars: ✭ 23 (+4.55%)
Mutual labels:  vae, autoencoders
Awesome Carla
👉 CARLA resources such as tutorial, blog, code and etc https://github.com/carla-simulator/carla
Stars: ✭ 246 (+1018.18%)
Mutual labels:  simulator, deeplearning
soft-intro-vae-pytorch
[CVPR 2021 Oral] Official PyTorch implementation of Soft-IntroVAE from the paper "Soft-IntroVAE: Analyzing and Improving Introspective Variational Autoencoders"
Stars: ✭ 170 (+672.73%)
Mutual labels:  vae, variational-autoencoder
precision-recall-distributions
Assessing Generative Models via Precision and Recall (official repository)
Stars: ✭ 80 (+263.64%)
Mutual labels:  vae, variational-autoencoder
Video prediction
Stochastic Adversarial Video Prediction
Stars: ✭ 247 (+1022.73%)
Mutual labels:  vae, variational-autoencoder
Vae Cvae Mnist
Variational Autoencoder and Conditional Variational Autoencoder on MNIST in PyTorch
Stars: ✭ 229 (+940.91%)
Mutual labels:  vae, variational-autoencoder
learning-to-drive-in-5-minutes
Implementation of reinforcement learning approach to make a car learn to drive smoothly in minutes
Stars: ✭ 227 (+931.82%)
Mutual labels:  simulator, vae
Variational Recurrent Autoencoder Tensorflow
A tensorflow implementation of "Generating Sentences from a Continuous Space"
Stars: ✭ 228 (+936.36%)
Mutual labels:  vae, variational-autoencoder
MIDI-VAE
No description or website provided.
Stars: ✭ 56 (+154.55%)
Mutual labels:  vae, variational-autoencoder
vae-concrete
Keras implementation of a Variational Auto Encoder with a Concrete Latent Distribution
Stars: ✭ 51 (+131.82%)
Mutual labels:  vae, variational-autoencoder
Variational-Autoencoder-pytorch
Implementation of a convolutional Variational-Autoencoder model in pytorch.
Stars: ✭ 65 (+195.45%)
Mutual labels:  vae, variational-autoencoder
Pytorch Vae
A CNN Variational Autoencoder (CNN-VAE) implemented in PyTorch
Stars: ✭ 181 (+722.73%)
Mutual labels:  vae, variational-autoencoder
S Vae Tf
Tensorflow implementation of Hyperspherical Variational Auto-Encoders
Stars: ✭ 198 (+800%)
Mutual labels:  vae, variational-autoencoder

GitHub search hit counter GitHub top language

Authors: Kuan-Sian Wang; Mei-Yu Lee

published on Nov. 22, 2020

Feature
1 provide the continuous bernoulli distribution and more.
2 provide the statistical inference of continuous bernoulli distribution.
3 the importance of those distributions. They are used in
4 provide free book, computer programs

book and computer program

The programs provide the sufficient statistic, the point estimator, the test statistic, the goodness of fit, the confidence inteval, and one-way analysis of continuous bernoulli distribution. Of course, we extend to continuous binomial distribution and continuous trinomial distribution.

Free book

For the mathematic derivation, you can read the pdf of free book on Free-ebook.net.

Book's contents

Chapter 1, The Continuous Bernoulli distribution
Chapter 2, The sufficient statistic of Continuous Bernoulli distribution
Chapter 3, The point estimator of Continuous Bernoulli distribution
Chapter 4, The test statistic of Continuous Bernoulli distribution
Chapter 5, The confidence interval of Continuous Bernoulli distribution
Chapter 6, The test statistic and confidence interval of two Continuous Bernoulli populations
Chapter 7, Goodness of fit about Continuous Bernoulli distribution
Chapter 8, One way analysis when population is Continuous Bernoulli distribution
Chapter 9, The Continuous Trinomial distribution and trial number=1
Chapter 10, The Continuous Trinomial distribution and trial number=n

computer programs

Content

There are 13 computer programs to compute the probability distribution and testing and confidence interval, those can help reader to get the probability distribution and do the statistical analysis.

There are two documents, simple and detailed descriptions, of the computer programs in the document folder.

The codes and exe files are in the code_and_exe folder.

download location

  • folder name: code_and_exe
  • folder name: document

Install

Since the exe files have to run in C:\C_Bernoulli, drop the exe files into C:\C_Bernoulli. Then click the exe file to run.

Usage

The programs contains the simulator of probability distribution(1-4), the statistic analysis(5-12), and the probability distribution after transformation(13). For example,

  1. run C:\C_Bernoulli\C_Bernoulli_01.exe

cb01.gif

  1. run C:\C_Bernoulli\C_Bernoulli_02.exe

cb02.gif


License

License: Proprietary license

All source codes are free.

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