a post with tabs
This is the first of a series of posts to introduce the reader to the world of Machine Learning. The goal is to provide a gentle introduction to the field, with a focus on the practical aspects of the field. Everything will be drawn from my PhD dissertation, which is a comprehensive guide to the field. It is a work in progress, and I will be updating it as I go along. Enjoy!
First tabs
To add tabs, use the following syntax:
{% tabs group-name %}
{% tab group-name tab-name-1 %}
Content 1
{% endtab %}
{% tab group-name tab-name-2 %}
Content 2
{% endtab %}
{% endtabs %}
With this you can generate visualizations like:
-
var_dump('hello');
-
console.log("hello");
-
pputs 'hello'
Another example
-
hello: - "whatsup" - "hi"
-
{ "hello": ["whatsup", "hi"] }
Tabs for something else
-
Regular text
-
A quote
-
Hipster list
- brunch
- fixie
- raybans
- messenger bag
Enjoy Reading This Article?
Here are some more articles you might like to read next: