Skip to content
Open
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ I am looking for a good free course on statistics, linear algebra, integrals and
-->
| **topic** | **format** | **difficulty** | **release year** | **price** | **course** |
|:---------:|:----------:|:--------------:|:----------------:|:---------:|:----------:|
| LangChain | website | 🟩⬜⬜ | 2023 | free | [LangChain & Vector Databases in Production-Activeloop-Towards AI-Intel Disruptor Initiative](https://learn.activeloop.ai/courses/langchain) by Activeloop |
| Deep Learning | website | 🟩⬜⬜ | 2023 | free | [Deep Learning Fundamentals -- Learning Deep Learning Using a Modern Open-Source Stack.](https://lightning.ai/pages/courses/deep-learning-fundamentals/) by Sebastian Raschka |
| Large Language Models | YouTube playlist | 🟩🟩⬜ | 2023 | free | [LLM Bootcamp - Spring 2023](https://www.youtube.com/playlist?list=PL1T8fO7ArWleyIqOy37OVXsP4hFXymdOZ) by The Full Stack |
| Python | YouTube playlist | 🟩⬜⬜ | 2023 | free | [CS50: Introduction to Programming with Python](https://www.youtube.com/watch?v=nLRL_NcnK-4) by Harvard University x freeCodeCamp.org |
Expand Down
1 change: 1 addition & 0 deletions automation/data.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
topic, difficulty, price, release_year, format, url, label, author
LangChain,1,free,2023,website,https://learn.activeloop.ai/courses/langchain,LangChain & Vector Databases in Production-Activeloop-Towards AI-Intel Disruptor Initiative,Activeloop
Deep Learning,1,free,2023,website,https://lightning.ai/pages/courses/deep-learning-fundamentals/,Deep Learning Fundamentals -- Learning Deep Learning Using a Modern Open-Source Stack.,Sebastian Raschka
Large Language Models,2, free,2023, YouTube playlist,https://www.youtube.com/playlist?list=PL1T8fO7ArWleyIqOy37OVXsP4hFXymdOZ,LLM Bootcamp - Spring 2023, The Full Stack
Python,1, free,2023, YouTube playlist,https://www.youtube.com/watch?v=nLRL_NcnK-4,CS50: Introduction to Programming with Python, Harvard University x freeCodeCamp.org
Expand Down