forked from johnmyleswhite/ML_for_Hackers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added slides for Chapters 1 and 5 from StrangeLoop
- Loading branch information
1 parent
3d0deda
commit e873cba
Showing
75 changed files
with
73,232 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
p { | ||
font-size: 18px; | ||
}; | ||
|
||
li { | ||
font-size: 20px; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!DOCTYPE html> | ||
<!-- | ||
Google HTML5 slide template | ||
Authors: Luke Mah?? (code) | ||
Marcin Wichary (code and design) | ||
Dominic Mazzoni (browser compatibility) | ||
Charles Chen (ChromeVox support) | ||
URL: http://code.google.com/p/html5slides/ | ||
--> | ||
|
||
<html> | ||
<head> | ||
|
||
<meta charset='utf-8'> | ||
<title>{{ title }}</title> | ||
<meta name="description" content="{{title}}"> | ||
<meta name="author" content="{{author}}"> | ||
<meta name="generator" content="slidify" /> | ||
|
||
<!-- LOAD STYLE SHEETS --> | ||
<link rel="stylesheet" href="{{lib_path}}/html5slides/{{theme}}/styles.css"> | ||
<link rel="stylesheet" href="{{lib_path}}/html5slides/{{theme}}/uulm.css"> | ||
<link rel="stylesheet" href="{{lib_path}}/{{highlighter}}/styles/{{histyle}}.css"> | ||
{{> user_css}} | ||
|
||
</head> | ||
<body style='display: none'> | ||
<section class='slides layout-{{layout}} template-{{template}}'> | ||
{{#slides}} | ||
<article class = "{{classes}}" id = "{{id}}"> | ||
{{{ slide }}} | ||
</article> | ||
{{/slides}} | ||
</section> | ||
</body> | ||
<!-- LOAD JAVASCRIPTS --> | ||
<script src='{{lib_path}}/html5slides/{{theme}}/slides.js'></script> | ||
{{> mathjax}} | ||
{{> highlight_js}} | ||
{{> google_prettify}} | ||
{{> user_js}} | ||
|
||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{{{ header }}} | ||
{{{ content }}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
library("slidify") | ||
slidify('index.Rmd') |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.