-
-
Notifications
You must be signed in to change notification settings - Fork 61.6k
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
Added new section - Artificial Intelligence #5569
Conversation
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.
Please, try to avoid submit incremental Pull Requests, which produce merge conflicts.
So, is time to solve suggestions to scope them. Also some minor changes about format.
@@ -735,6 +735,7 @@ | |||
* [freeCodeCamp](https://www.freecodecamp.org) | |||
* [FutureLearn](https://www.futurelearn.com) | |||
* [MIT OCW](http://ocw.mit.edu) | |||
* [MOOC.fi](https://www.mooc.fi/en/) |
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.
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.
Hey, I'm a beginner trying to learn about git and GitHub. How do I remove this ?
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.
- Work on your forked branch: https://github.com/Nandan-18/free-programming-books/blob/my-branch3/books/free-programming-books.md
- Find file / line and remove it.
- Commit and push on this branch. Changes will be automatically reflected in PR. like you see what happens with the other suggestions.
courses/free-courses-en.md
Outdated
@@ -2,6 +2,7 @@ | |||
|
|||
* [Algorithms & Data Structures](#algorithms--data-structures) | |||
* [Android](#android) | |||
* [Artificial Intelligence](#ai) |
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.
TOC needs be synchronized with their respective section. So use right GH markdown syntax
* [Artificial Intelligence](#ai) | |
* [Artificial Intelligence](#artificial-intelligence) |
courses/free-courses-en.md
Outdated
@@ -372,6 +378,7 @@ | |||
* [Java for Mobile Devices - Introducing Codename One](https://codenameone.teachable.com/p/java-for-mobile-devices-introducing-codename-one) | |||
* [Java Online Training \| Edureka](https://www.youtube.com/watch?v=hBh_CC5y8-s) - (Edureka) | |||
* [Java Programming](https://testautomationu.applitools.com/java-programming-course/) - Angie Jones (Applitools) | |||
* [Java Programming](https://java-programming.mooc.fi) - (University of Helsinki) |
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.
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.
Do the same #5569 (comment) with this.
File: https://github.com/Nandan-18/free-programming-books/blob/my-branch3/courses/free-courses-en.md
courses/free-courses-en.md
Outdated
@@ -119,6 +120,11 @@ | |||
* [Programming Mobile Services for Android Handheld Systems: Concurrency](https://www.coursera.org/course/posaconcurrency) | |||
|
|||
|
|||
### Artificial Intelligence | |||
|
|||
* [Elements of AI](https://www.elementsofai.com) - (Reaktor) |
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.
- Follow creators format guidelines 😉
- Give credit to all creators. If there are too much,
et al.
could be used as suffix to make the pointcut.
* [Elements of AI](https://www.elementsofai.com) - (Reaktor) | |
* [Elements of AI](https://www.elementsofai.com) - University of Helsinki, Reaktor |
@@ -119,6 +120,11 @@ | |||
* [Programming Mobile Services for Android Handheld Systems: Concurrency](https://www.coursera.org/course/posaconcurrency) | |||
|
|||
|
|||
### Artificial Intelligence | |||
|
|||
* [Elements of AI](https://www.elementsofai.com) - University of Helsinki, Reaktor |
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.
It's usually not helpful to add a category for a single resource. Try to find another category.
Closing, not because it's bad, but because we moved stuff underneath it so it's easier to start from scratch. |
Add `Artificial Intelligence` section suggested in EbookFoundation#5569 (comment) Resolves EbookFoundation#5569 Locks Resolves EbookFoundation#5569
Moved to `Artificial Intelligence` section suggested in EbookFoundation#5569 (comment) Resolves EbookFoundation#5569 Locks Resolves EbookFoundation#5569
* refactor(courses): Add AI category Add `Artificial Intelligence` section suggested in #5569 (comment) Resolves #5569 Locks Resolves #5569 * refactor(courses): Move `Elements of AI` Moved to `Artificial Intelligence` section suggested in #5569 (comment) Resolves #5569 Locks Resolves #5569 * refactor(courses): Movings to `Artificial Intelligence` Moves some resources related with topic found in `Misc` and `Data Science` It consolidates this section 🚀 Improves #4579 * fix(courses): Give credits to instructor/platforms
What does this PR do?
Add resource(s) | Add info | Improve repo
For resources
Description
Why is this valuable (or not)?
The courses combine theory with practical exercises and can be completed at your own pace.
How do we know it's really free?
A free series of courses made to encourage as broad a group of people as possible to learn what AI is.
For book lists, is it a book? For course lists, is it a course? etc.
It is a course.
Checklist:
Followup