Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] The 'Leaf: Machine Learning for hackers' book #93

Merged
merged 10 commits into from Apr 21, 2016

Conversation

MichaelHirn
Copy link
Member

This PR is a work in progress. So far I added the 1. Leaf and 2. Layers chapters.

Feedback for the overall structure of the book as well as the general ideas and style of the first two chapters are highly welcome.

There are probably a lot of typos and grammar mistakes in there. You don't have to bother yet pointing them out, the text might change quickly.

REFERENCE: #91

@MichaelHirn
Copy link
Member Author

Build instructions, if you want to see the final HTML version (requires mdbook)

cargo install mdbook
~/.cargo/bin/mdbook build ./doc
# open the doc dir in your browser

MichaelHirn added 3 commits March 29, 2016 22:15
BREAKING CHANGE: the Sequential and SequentialConfig struct is no longer
available via leaf::layers::common::
@MichaelHirn MichaelHirn mentioned this pull request Apr 1, 2016
@MichaelHirn
Copy link
Member Author

The Leaf: Machine Learning for Hackers book is ready for review, I think.

Feedback, improvement ideas and especially PRs are highly welcome ;)

http://autumnai.com/leaf/book/

* grammatical tweaks

Replace commas with semicolons for readability

* tweaks to opening paragraphs

* benefits paragraph

* capitalisation of machine learning

Treat machine / deep learning as common nouns rather than proper

* avoid dashes

Just so we don't have to use a poor-man's em dash

* rewording intro to layers

Semantics could be different. This needs clarification

* shifting statements about layers

Just putting the general statements about layers at the start of the para

* layerconfig example

Just trying to reword the explanation so it's clearer

* what can layers do para

* layer behaviours para

* activation layers para

* common layers para

Moved to after loss layers, since it refers to them

* utility and container layer paras

* why layers para

* clarification on everything is layers

* tweaks to opening paragraphs

Just migrating my changes to the html over to md. The commit granularity is lost, but that's probably not a really bit deal

* tweaks to layers page

More manual transferring of changes to html pages.

* refresh html files

* why layers para

* what is a layer para

* clarify chapter links

* intro para

* layer config example para

* layer config para

* method paras

* tweak gradients sentence

There may be some semantic differences between this and the original sentence

* tweaks to container layer method desc
@MichaelHirn
Copy link
Member Author

@homu r+

@homu
Copy link
Collaborator

homu commented Apr 13, 2016

📌 Commit cd1d476 has been approved by MichaelHirn

homu added a commit that referenced this pull request Apr 13, 2016
[WIP] The 'Leaf: Machine Learning for hackers' book

This PR is a work in progress. So far I added the 1. Leaf and 2. Layers chapters.

Feedback for the overall structure of the book as well as the general ideas and style of the first two chapters are highly welcome.

There are probably a lot of typos and grammar mistakes in there. You don't have to bother yet pointing them out, the text might change quickly.

REFERENCE: #91
homu added a commit that referenced this pull request Apr 13, 2016
[WIP] The 'Leaf: Machine Learning for hackers' book

This PR is a work in progress. So far I added the 1. Leaf and 2. Layers chapters.

Feedback for the overall structure of the book as well as the general ideas and style of the first two chapters are highly welcome.

There are probably a lot of typos and grammar mistakes in there. You don't have to bother yet pointing them out, the text might change quickly.

REFERENCE: #91
@homu
Copy link
Collaborator

homu commented Apr 13, 2016

⌛ Testing commit cd1d476 with merge ba0ad2f...

@homu
Copy link
Collaborator

homu commented Apr 13, 2016

💥 Test timed out

@homu
Copy link
Collaborator

homu commented Apr 19, 2016

☔ The latest upstream changes (presumably #96) made this pull request unmergeable. Please resolve the merge conflicts.

@MichaelHirn
Copy link
Member Author

@homu r+

@homu
Copy link
Collaborator

homu commented Apr 21, 2016

📌 Commit ad03fa9 has been approved by MichaelHirn

@homu
Copy link
Collaborator

homu commented Apr 21, 2016

⚡ Test exempted - status

@homu homu merged commit ad03fa9 into autumnai:master Apr 21, 2016
homu added a commit that referenced this pull request Apr 21, 2016
[WIP] The 'Leaf: Machine Learning for hackers' book

This PR is a work in progress. So far I added the 1. Leaf and 2. Layers chapters.

Feedback for the overall structure of the book as well as the general ideas and style of the first two chapters are highly welcome.

There are probably a lot of typos and grammar mistakes in there. You don't have to bother yet pointing them out, the text might change quickly.

REFERENCE: #91
@MichaelHirn MichaelHirn deleted the book branch April 21, 2016 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants