Difference between revisions of "Reading Material & Glossary"
m |
|||
| Line 1: | Line 1: | ||
| + | __NOTOC__ | ||
{{#seo: | {{#seo: | ||
|title=PRIMO.ai | |title=PRIMO.ai | ||
| Line 37: | Line 38: | ||
** [https://blog.finxter.com/free-python-books/ 101+ Free Python Books | Christian] | ** [https://blog.finxter.com/free-python-books/ 101+ Free Python Books | Christian] | ||
** [https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb Python Data Science Handbook (Jupyter notebook)] | [[Creatives#Jake VanderPlas |Jake VanderPlas]] - O'Reilly | ** [https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb Python Data Science Handbook (Jupyter notebook)] | [[Creatives#Jake VanderPlas |Jake VanderPlas]] - O'Reilly | ||
| − | |||
| − | |||
* [https://aitopics.org/search AITopics | The Association for the Advancement of Artificial Intelligence (AAAI)] | * [https://aitopics.org/search AITopics | The Association for the Advancement of Artificial Intelligence (AAAI)] | ||
* [https://www.topbots.com/most-important-ai-research-papers-2018/ Summarized Top 2018 Papers | Mariya Yao] | * [https://www.topbots.com/most-important-ai-research-papers-2018/ Summarized Top 2018 Papers | Mariya Yao] | ||
| Line 63: | Line 62: | ||
* [https://www.amazon.com/Programming-Collective-Intelligence-Building-Applications/dp/0596529325/ref=tmm_pap_swatch_0?_encoding=UTF8&qid=1530011690&sr=8-1 Programming Collective Intelligence: Building Smart Web 2.0 Applications | Toby Segaran] | * [https://www.amazon.com/Programming-Collective-Intelligence-Building-Applications/dp/0596529325/ref=tmm_pap_swatch_0?_encoding=UTF8&qid=1530011690&sr=8-1 Programming Collective Intelligence: Building Smart Web 2.0 Applications | Toby Segaran] | ||
* [https://www.impromptubook.com/wp-content/uploads/2023/03/impromptu-rh.pdf Impromptu: Amplifying Our Humanity Through AI | Reid Hoffman] ... written with GPT-4 | * [https://www.impromptubook.com/wp-content/uploads/2023/03/impromptu-rh.pdf Impromptu: Amplifying Our Humanity Through AI | Reid Hoffman] ... written with GPT-4 | ||
| − | |||
* [https://arxiv.org/abs/2501.00001 Scaling Laws for Reasoning-Centric Models | Research Paper - January 2026] | * [https://arxiv.org/abs/2501.00001 Scaling Laws for Reasoning-Centric Models | Research Paper - January 2026] | ||
** Highlights the shift from pre-training scale to inference-time compute (test-time scaling). | ** Highlights the shift from pre-training scale to inference-time compute (test-time scaling). | ||
| − | * [https:// | + | * [https://arxiv.org/abs/2501.12948 DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning | DeepSeek AI Team - arXiv] ... Breakthrough open-weights reasoning architecture and test-time compute dynamics |
| − | |||
| − | |||
= AI/ML Newsletters = | = AI/ML Newsletters = | ||
* [https://github.com/swyxio/ai-notes/blob/main/Resources/Good%20AI%20Podcasts%20and%20Newsletters.md A live updating list of good AI/ML Newsletters | swyx] | * [https://github.com/swyxio/ai-notes/blob/main/Resources/Good%20AI%20Podcasts%20and%20Newsletters.md A live updating list of good AI/ML Newsletters | swyx] | ||
| + | = Recent Industry Coverage = | ||
| + | * [https://venturebeat.com/ai/the-evolution-of-ai-documentation-in-2026/ The Evolution of AI Documentation and Knowledge Curation in 2026 | VB Staff - VentureBeat] ... How structured glossaries and live-updated reference hubs improve machine learning engineering workflows | ||
= Materials = | = Materials = | ||
Revision as of 11:08, 6 September 2026
YouTube ... Quora ...Google search ... Amazon search ...Google News ...Bing News
- How do I leverage Artificial Intelligence (AI)? ... Reading/Glossary ... Education ... Help Wanted
- Humor ... Writing/Publishing ... Storytelling ... Broadcast ... Journalism/News ... Podcasts ... Books, Radio & Movies - Exploring Possibilities
- Math for Intelligence ... Finding Paul Revere ... Social Network Analysis (SNA) ... Dot Product ... Kernel Trick
- Papers With Code ... a free and open resource with Machine Learning papers, code, datasets, methods and evaluation tables
- Connected Papers ... explore connected papers in a visual graph
- AI Book Recs: Add These to Your Reading List | Shana Lynch - Stanford University Human -Centered Artificial Intelligence ... Our HAI community offered up the best books in AI that they’re reading.
- Distill ...an academic journal dedicated to human understanding
- Nomenclature:
- Open Library | Internet Archive ...non-profit library of millions of free books, movies, software, music, websites, and more.
- WorldCat | OCLC Online Computer Library Center, Inc. ...world's largest network of library content and services
- Python ... GenAI w/ Python ... JavaScript ... GenAI w/ JavaScript ... TensorFlow ... PyTorch
- AITopics | The Association for the Advancement of Artificial Intelligence (AAAI)
- Summarized Top 2018 Papers | Mariya Yao
- Reddit - Machine Learning Sub-reddit
- Arxiv Sanity Preserver to accelerate research
- Public search | DOD and ODNI/IARPA
- Academic and Scholar Search Engines and Sources | Marcus P. Zillman - Virtual Private Library
- Machine Translation Reading List | Tsinghua Natural Language Processing Group
- 24 Best (and Free) Books To Understand Machine Learning | Reashikaa Verma - KDnuggets
- Neural Networks and Deep Learning - online book | Michael A. Nielsen
- Large Language Model (LLM) ... Natural Language Processing (NLP) ...Generation ... Classification ... Understanding ... Translation ... Tools & Services:
- Taming Text - How to Find, Organize, and Manipulate It | Grant S. Ingersoll, Thomas S. Morton, and Andrew L. Farris
- Natural Language Processing with Python - Analyzing Text with the Natural Language Toolkit | Steven Bird, Ewan Klein, and Edward Loper
- Foundations of Statistical Natural Language Processing | Chris Manning and Hinrich Schütze
- The Deep Learning AI Playbook: Strategy for Disruptive Artificial Intelligence | Carlos E Perez
- Artificial Intuition: The Improbable Deep Learning Revolution | Carlos E Perez
- Top 8 Free Must-Read Books on Deep Learning
- 10 Free Must-Read Books for Machine Learning and Data Science
- Grasp Mathematical Foundations on Machine Learning and Data Science
- Neural Network Zoo | Fjodor Van Veen
- TensorFlow Programmer's Guide
- Programming Collective Intelligence: Building Smart Web 2.0 Applications | Toby Segaran
- Impromptu: Amplifying Our Humanity Through AI | Reid Hoffman ... written with GPT-4
- Scaling Laws for Reasoning-Centric Models | Research Paper - January 2026
- Highlights the shift from pre-training scale to inference-time compute (test-time scaling).
- DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning | DeepSeek AI Team - arXiv ... Breakthrough open-weights reasoning architecture and test-time compute dynamics
AI/ML Newsletters
Recent Industry Coverage
- The Evolution of AI Documentation and Knowledge Curation in 2026 | VB Staff - VentureBeat ... How structured glossaries and live-updated reference hubs improve machine learning engineering workflows
Materials
|
|
|
|