Skip to content

Commit

Permalink
Merge branch 'jmd-staging' of github.com:TuringLang/TuringTutorials i…
Browse files Browse the repository at this point in the history
…nto jmd-staging
  • Loading branch information
cpfiffer committed Mar 27, 2021
2 parents d7ded68 + 1de814a commit 9869963
Show file tree
Hide file tree
Showing 54 changed files with 2,308 additions and 99 deletions.
1 change: 1 addition & 0 deletions markdown/00-introduction/00_introduction.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
redirect_from: "tutorials/0-introduction/"
title: "Introduction to Turing"
permalink: "/:collection/:name/"
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
redirect_from: "tutorials/1-gaussianmixturemodel/"
title: "Unsupervised Learning using Bayesian Mixture Models"
permalink: "/:collection/:name/"
---
Expand Down
1 change: 1 addition & 0 deletions markdown/02-logistic-regression/02_logistic-regression.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
redirect_from: "tutorials/2-logisticregression/"
title: "Bayesian Logistic Regression"
permalink: "/:collection/:name/"
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
redirect_from: "tutorials/3-bayesnn/"
title: "Bayesian Neural Networks"
permalink: "/:collection/:name/"
---
Expand Down
1 change: 1 addition & 0 deletions markdown/04-hidden-markov-model/04_hidden-markov-model.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
redirect_from: "tutorials/4-bayeshmm/"
title: "Bayesian Hidden Markov Models"
permalink: "/:collection/:name/"
---
Expand Down
1 change: 1 addition & 0 deletions markdown/05-linear-regression/05_linear-regression.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
redirect_from: "tutorials/5-linearregression/"
title: "Linear Regression"
permalink: "/:collection/:name/"
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
redirect_from: "tutorials/6-infinitemixturemodel/"
title: "Probabilistic Modelling using the Infinite Mixture Model"
permalink: "/:collection/:name/"
---
Expand Down
1 change: 1 addition & 0 deletions markdown/07-poisson-regression/07_poisson-regression.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
redirect_from: "tutorials/7-poissonregression/"
title: "Bayesian Poisson Regression"
permalink: "/:collection/:name/"
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
redirect_from: "tutorials/8-multinomiallogisticregression/"
title: "Bayesian Multinomial Logistic Regression"
permalink: "/:collection/:name/"
---
Expand Down
Loading

0 comments on commit 9869963

Please sign in to comment.