All Projects β†’ DataForScience β†’ Probability

DataForScience / Probability

Licence: MIT license
Applied Probability Theory for Everyone

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Probability

DISCOTRESS
🦜 DISCOTRESS 🦜 is a software package to simulate and analyse the dynamics on arbitrary Markov chains
Stars: ✭ 20 (-78.49%)
Mutual labels:  markov-chains, random-walk
PowerWalk
Personalized PageRank (PPR) on GraphLab PowerGraph
Stars: ✭ 14 (-84.95%)
Mutual labels:  random-walk
dingo
A python library for metabolic networks sampling and analysis
Stars: ✭ 29 (-68.82%)
Mutual labels:  random-walk
pathfinding-visualizer
Website built using React Framework for visualizing Pathfinding and Maze Generation Algorithms.
Stars: ✭ 33 (-64.52%)
Mutual labels:  random-walk
cellrank
CellRank for directed single-cell fate mapping
Stars: ✭ 222 (+138.71%)
Mutual labels:  markov-chains
math-for-ml
Mathematical preliminaries for machine learning
Stars: ✭ 15 (-83.87%)
Mutual labels:  probability-theory
mdpy
Markov Decision Processes in Python
Stars: ✭ 14 (-84.95%)
Mutual labels:  markov-chains
word-prediction
Auto generate text using Markov models.
Stars: ✭ 18 (-80.65%)
Mutual labels:  markov-chains
marc
Markov chain generator for Python and/or Swift
Stars: ✭ 61 (-34.41%)
Mutual labels:  markov-chains
4ti2
A software package for algebraic, geometric and combinatorial problems on linear spaces. By R. Hemmecke, R. Hemmecke, M. KΓΆppe, P. Malkin, M. Walter
Stars: ✭ 21 (-77.42%)
Mutual labels:  markov-chains
markov-chain
No description or website provided.
Stars: ✭ 34 (-63.44%)
Mutual labels:  markov-chains
Euler
A distributed graph deep learning framework.
Stars: ✭ 2,701 (+2804.3%)
Mutual labels:  random-walk
Walk-Transformer
From Random Walks to Transformer for Learning Node Embeddings (ECML-PKDD 2020) (In Pytorch and Tensorflow)
Stars: ✭ 26 (-72.04%)
Mutual labels:  random-walk
deep-hyperedges
New Algorithms for Learning on Hypergraphs
Stars: ✭ 21 (-77.42%)
Mutual labels:  random-walk
Probability Theory
A quick introduction to all most important concepts of Probability Theory, only freshman level of mathematics needed as prerequisite.
Stars: ✭ 25 (-73.12%)
Mutual labels:  probability-theory
axxb calibration
A Comprehensive AX = XB Calibration Solvers in Matlab
Stars: ✭ 19 (-79.57%)
Mutual labels:  probability-theory
RandLib
πŸš€ A library designed to facilitate work with probability, statistics and stochastic calculus
Stars: ✭ 64 (-31.18%)
Mutual labels:  probability-theory
DynamicPPL.jl
Implementation of domain-specific language (DSL) for dynamic probabilistic programming
Stars: ✭ 98 (+5.38%)
Mutual labels:  probability-theory

GitHub Twitter @data4sci GitHub top language GitHub repo size GitHub last commit

Graphs For Science Visualization For Science Sunday Briefing

Binder

Applied Probability Theory From Scratch

Code and slides to accompany the online series of webinars: https://data4sci.com/probability by Data For Science.

Run the code in Binder: Binder

Recent advances in Machine Learning and Artificial Intelligence have result in a great deal of attention and interest in these two areas of Computer Science and Mathematics. Most of these advances and developments have relied in stochastic and probabilistic models, requiring a deep understanding of Probability Theory and how to apply it to each specific situation

In this lecture we will cover in a hands-on and incremental fashion the theoretical foundations of probability theory and recent applications such as Markov Chains, Bayesian Analysis and A/B testing that are commonly used in practical applications in both industry and academia

Schedule

Basic Definitions and Intuition

  • Understand what is a probability
  • Calculate the probability of different outcomes
  • Generate numbers following a specific probability distribution
  • Estimate Population sizes from a sample

Random Walks and Markov Chains

  • Simulate a random walk in 1D
  • Understand random walks on networks
  • Define Markov Chains
  • Implement PageRank

Bayesian Statistics

  • Understand conditional Probabilities
  • Derive Bayes Theorem
  • Understand how to Update a Belief

A/B Testing

  • Understand Hypothesis Testing
  • Measure p-values
  • Compare the likelihood of two outcomes.

Slides: http://data4sci.com/landing/probability

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