Skip to content

Instantly share code, notes, and snippets.

@erictleung
Last active October 5, 2018 23:57
Show Gist options
  • Save erictleung/234211c0deaa2fcf11d5e2c2cd5c8871 to your computer and use it in GitHub Desktop.
Save erictleung/234211c0deaa2fcf11d5e2c2cd5c8871 to your computer and use it in GitHub Desktop.
Mathematical topics of interest to bioinformaticians and computational biologists

Mathematics Topics

List of running topics that may be of interest.

Statistics

  • Maximum likelihood estimation (MLE)
  • Experimental design
  • Bayesian statistics with priors and posterior distributions
  • Cross-correlations: correlations between entries of two random vectors X and Y, while the correlations of random vector X are considered to be the correlations between the entries of X itself, those forming the correlation matrix of X

Machine Learning

  • Kernel method/trick

Probability Theory

  • Probability distributions
    • Bernoulli distribution
    • Negative binomial distribution
    • Hypergeometric distribution

Discrete Mathematics

  • TODO

Calculus

  • TODO

Linear Algebra

  • Determinant
  • Eigenvectors and eigenvalues
  • Spans
  • Matrix decomposition
  • Least squares approximation

Misc

  • t-SNE (t-Distributed Stochastic Neighbor Embedding)
  • UMAP (Uniform Manifold Approximation and Projection)
  • Geoffrey Hinton's Capsule Networks (Deep Learning)
  • Cross-correlation
  • Autocorrelation

Resources and Books

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment