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

Updated youtube links #434

Merged
merged 1 commit into from
Dec 11, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ See [Contributing Documentation][8]

MOE is licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

[0]: https://www.youtube.com/watch?v=qAN6iyYPbEE
[0]: https://www.youtube.com/watch?v=CC6qvzWp9_A
[1]: http://yelp.github.io/MOE/
[2]: http://yelp.github.io/MOE/moe.views.rest.html
[3]: http://github.com/Yelp/MOE/pulls
Expand All @@ -177,7 +177,7 @@ MOE is licensed under the Apache License, Version 2.0: http://www.apache.org/lic
[7]: http://yelp.github.io/MOE/install.html
[8]: http://yelp.github.io/MOE/contributing.html
[9]: http://yelp.github.io/MOE/moe.optimal_learning.python.python_version.html
[10]: http://www.youtube.com/watch?v=qAN6iyYPbEE
[10]: http://www.youtube.com/watch?v=CC6qvzWp9_A
[11]: http://www.slideshare.net/YelpEngineering/optimal-learning-for-fun-and-profit-with-moe
[12]: http://yelp.github.io/MOE/cpp_tree.html
[13]: http://yelp.github.io/MOE/examples.html
Expand Down
2 changes: 1 addition & 1 deletion docs/bandit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ Other policies include:
Pointers
--------

You can learn more about multi-armed bandits at: http://www.youtube.com/watch?v=qAN6iyYPbEE
You can learn more about multi-armed bandits at: http://www.youtube.com/watch?v=CC6qvzWp9_A

The slides for the talk is available at: http://slidesha.re/1zOrOJy
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ This example was refrenced in
* `15 min MOE intro video`_
* `MOE intro slides`_

.. _15 min MOE intro video: http://www.youtube.com/watch?v=qAN6iyYPbEE
.. _15 min MOE intro video: http://www.youtube.com/watch?v=CC6qvzWp9_A

.. _MOE intro slides: http://www.slideshare.net/YelpEngineering/optimal-learning-for-fun-and-profit-with-moe

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Video and slidedeck introduction to MOE:
* `15 min MOE intro video`_
* `MOE intro slides`_

.. _15 min MOE intro video: http://www.youtube.com/watch?v=qAN6iyYPbEE
.. _15 min MOE intro video: http://www.youtube.com/watch?v=CC6qvzWp9_A
.. _MOE intro slides: http://www.slideshare.net/YelpEngineering/optimal-learning-for-fun-and-profit-with-moe


Expand Down
2 changes: 1 addition & 1 deletion docs/moe_math.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ How does MOE work?

This section has been given as `a 15 minute talk`_ with `slides`_ as well.

.. _a 15 minute talk: http://www.youtube.com/watch?v=qAN6iyYPbEE
.. _a 15 minute talk: http://www.youtube.com/watch?v=CC6qvzWp9_A
.. _slides: http://www.slideshare.net/YelpEngineering/optimal-learning-for-fun-and-profit-with-moe

This section will use examples generated from the :doc:`demo_tutorial` included with MOE.
Expand Down