-
Notifications
You must be signed in to change notification settings - Fork 2.1k
add KerasRS video to docs #2281
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -17,6 +17,12 @@ This library is an extension of the core Keras API; all high-level modules | |||||
| receive that same level of polish as core Keras. If you are familiar with Keras, | ||||||
| congratulations! You already understand most of Keras Recommenders. | ||||||
|
|
||||||
| <div style="text-align: center;"> | ||||||
| <a href="http://www.youtube.com/watch?feature=player_embedded&v=uV3gymO9K98&list=PL9f9vdy2ar1IdH6O6kQGn4Ln-_oLH_Ra3" | ||||||
| target="_blank"><img src="http://img.youtube.com/vi/uV3gymO9K98/hqdefault.jpg" | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The image source uses
Suggested change
|
||||||
| alt="KerasRS Video" width="360" height="270" border="10" /></a> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| </div> | ||||||
|
|
||||||
| ## Quick Links | ||||||
|
|
||||||
| - [API documentation](/keras_rs/api) | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using inline styles like
style="text-align: center;"is generally discouraged for maintainability and reusability. While it might be necessary in Markdown for quick styling, consider if a CSS class could be applied if there's a global stylesheet to keep styling consistent.