Difference between revisions of "Reading Material & Glossary"

From
Jump to: navigation, search
m
m
Line 14: Line 14:
 
* [[Math for Intelligence]]
 
* [[Math for Intelligence]]
 
* [[Podcasts]]
 
* [[Podcasts]]
* [http://www.connectedpapers.com/ Connected Papers] ... explore connected papers in a visual graph
+
* [https://www.connectedpapers.com/ Connected Papers] ... explore connected papers in a visual graph
* [http://distill.pub/ Distill] ...an academic journal dedicated to human understanding
+
* [https://distill.pub/ Distill] ...an academic journal dedicated to human understanding
 
* Nomenclature:  
 
* Nomenclature:  
** [http://developers.google.com/machine-learning/glossary/ Machine Learning Glossary | Google]
+
** [https://developers.google.com/machine-learning/glossary/ Machine Learning Glossary | Google]
** [http://ml-cheatsheet.readthedocs.io/en/latest/index.html# Machine Learning Glossary | readthedocs.io]
+
** [https://ml-cheatsheet.readthedocs.io/en/latest/index.html# Machine Learning Glossary | readthedocs.io]
** [http://en.wikipedia.org/wiki/Glossary_of_artificial_intelligence Glossary of Artificial Intelligence | Wikipedia]
+
** [https://en.wikipedia.org/wiki/Glossary_of_artificial_intelligence Glossary of Artificial Intelligence | Wikipedia]
* [http://openlibrary.org/search/subjects?q=Artificial+Intelligence+&has_fulltext=true Open Library | Internet Archive] ...non-profit library of millions of free books, movies, software, music, websites, and more.
+
* [https://openlibrary.org/search/subjects?q=Artificial+Intelligence+&has_fulltext=true Open Library | Internet Archive] ...non-profit library of millions of free books, movies, software, music, websites, and more.
* [http://www.worldcat.org/search?q=su%3Aartificial+intelligence&fq=yr%3A2016..2050+%3E&qt=advanced&dblist=638 WorldCat | OCLC Online Computer Library Center, Inc.] ...world's largest network of library content and services
+
* [https://www.worldcat.org/search?q=su%3Aartificial+intelligence&fq=yr%3A2016..2050+%3E&qt=advanced&dblist=638 WorldCat | OCLC Online Computer Library Center, Inc.] ...world's largest network of library content and services
 
* [[Courses & Certifications]]
 
* [[Courses & Certifications]]
 
* [[Python]]
 
* [[Python]]
** [http://blog.finxter.com/free-python-books/ 101+ Free Python Books | Christian]
+
** [https://blog.finxter.com/free-python-books/ 101+ Free Python Books | Christian]
** [http://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   
*** [http://tanthiamhuat.files.wordpress.com/2018/04/pythondatasciencehandbook.pdf Python Data Science Handbook (PDF) | Jake VanderPlas]  
+
*** [https://tanthiamhuat.files.wordpress.com/2018/04/pythondatasciencehandbook.pdf Python Data Science Handbook (PDF) | Jake VanderPlas]  
** [http://bdtechtalks.com/2020/06/03/python-machine-learning-3rd-edition-review/ Python Machine Learning: A perfect resource for intermediate AI education | Ben Dickson - TechTalks]
+
** [https://bdtechtalks.com/2020/06/03/python-machine-learning-3rd-edition-review/ Python Machine Learning: A perfect resource for intermediate AI education | Ben Dickson - TechTalks]
* [http://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)]
* [http://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]  
* [http://www.reddit.com/ Reddit - Machine Learning Sub-reddit]
+
* [https://www.reddit.com/ Reddit - Machine Learning Sub-reddit]
* [http://www.arxiv-sanity.com/ Arxiv Sanity Preserver] to accelerate research
+
* [https://www.arxiv-sanity.com/ Arxiv Sanity Preserver] to accelerate research
* [http://publicaccess.dtic.mil/padf_public/#/simpleSearch Public search | ] [[Defense|DOD and ODNI/IARPA]]   
+
* [https://publicaccess.dtic.mil/padf_public/#/simpleSearch Public search | ] [[Defense|DOD and ODNI/IARPA]]   
* [http://whitepapers.virtualprivatelibrary.net/Scholar.pdf Academic and Scholar Search Engines and Sources | Marcus P. Zillman - Virtual Private Library]
+
* [https://whitepapers.virtualprivatelibrary.net/Scholar.pdf Academic and Scholar Search Engines and Sources | Marcus P. Zillman - Virtual Private Library]
* [http://github.com/THUNLP-MT/MT-Reading-List#10_must_reads Machine Translation Reading List | Tsinghua Natural Language Processing Group]
+
* [https://github.com/THUNLP-MT/MT-Reading-List#10_must_reads Machine Translation Reading List | Tsinghua Natural Language Processing Group]
* [http://www.kdnuggets.com/2020/03/24-best-free-books-understand-machine-learning.html 24 Best (and Free) Books To Understand Machine Learning | Reashikaa Verma - KDnuggets]
+
* [https://www.kdnuggets.com/2020/03/24-best-free-books-understand-machine-learning.html 24 Best (and Free) Books To Understand Machine Learning | Reashikaa Verma - KDnuggets]
* [http://neuralnetworksanddeeplearning.com/index.html Neural Networks and Deep Learning - online book | Michael A. Nielsen]  
+
* [https://neuralnetworksanddeeplearning.com/index.html Neural Networks and Deep Learning - online book | Michael A. Nielsen]  
 
* [[Natural Language Processing (NLP)]]:
 
* [[Natural Language Processing (NLP)]]:
** [http://www.manning.com/books/taming-text Taming Text - How to Find, Organize, and Manipulate It | Grant S. Ingersoll, Thomas S. Morton, and Andrew L. Farris]
+
** [https://www.manning.com/books/taming-text Taming Text - How to Find, Organize, and Manipulate It | Grant S. Ingersoll, Thomas S. Morton, and Andrew L. Farris]
** [http://www.nltk.org/book_1ed/ Natural Language Processing with Python - Analyzing Text with the Natural Language Toolkit | Steven Bird, Ewan Klein, and Edward Loper]
+
** [https://www.nltk.org/book_1ed/ Natural Language Processing with Python - Analyzing Text with the Natural Language Toolkit | Steven Bird, Ewan Klein, and Edward Loper]
** [http://nlp.stanford.edu/fsnlp/ Foundations of Statistical Natural Language Processing | Chris Manning and Hinrich Schütze]  
+
** [https://nlp.stanford.edu/fsnlp/ Foundations of Statistical Natural Language Processing | Chris Manning and Hinrich Schütze]  
  
[http://www.amazon.com/s/ref=sr_nr_n_5?fst=as%3Aoff&rh=n%3A156116011%2Ck%3Aartificial+intelligence+deep+learning&sort=date-desc-rank&keywords=artificial+intelligence+deep+learning&ie=UTF8&qid=1527179113&rnid=2941120011 Amazon search...]
+
[https://www.amazon.com/s/ref=sr_nr_n_5?fst=as%3Aoff&rh=n%3A156116011%2Ck%3Aartificial+intelligence+deep+learning&sort=date-desc-rank&keywords=artificial+intelligence+deep+learning&ie=UTF8&qid=1527179113&rnid=2941120011 Amazon search...]
 +
 
 +
* [https://www.amazon.com/gp/product/1978487525/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1 The Deep Learning AI Playbook: Strategy for Disruptive Artificial Intelligence | Carlos E Perez]
 +
* [https://gumroad.com/l/IHDj Artificial Intuition: The Improbable Deep Learning Revolution | Carlos E Perez]
 +
* [https://www.kdnuggets.com/2018/04/top-free-books-deep-learning.html Top 8 Free Must-Read Books on Deep Learning]
 +
** [https://www.deeplearningbook.org/ Deep Learning | Ian Goodfellow and Yoshua Bengio and Aaron Courville - MIT Press book]
 +
** [https://neuralnetworksanddeeplearning.com/ Neural Networks and Deep Learning | Michael Nielsen]
 +
* [https://www.kdnuggets.com/2017/04/10-free-must-read-books-machine-learning-data-science.html 10 Free Must-Read Books for Machine Learning and Data Science]
 +
* [https://www.kdnuggets.com/2018/04/7-books-mathematical-foundations-data-science.html Grasp Mathematical Foundations on Machine Learning and Data Science]
 +
* [https://www.asimovinstitute.org/author/fjodorvanveen/ Neural Network Zoo | Fjodor Van Veen]
 +
* [hhttps://www.tensorflow.org/programmers_guide/ TensorFlow Programmer's Guide]
 +
* [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
  
* [http://www.amazon.com/gp/product/1978487525/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1 The Deep Learning AI Playbook: Strategy for Disruptive Artificial Intelligence | Carlos E Perez]
 
* [http://gumroad.com/l/IHDj Artificial Intuition: The Improbable Deep Learning Revolution | Carlos E Perez]
 
* [http://www.kdnuggets.com/2018/04/top-free-books-deep-learning.html Top 8 Free Must-Read Books on Deep Learning]
 
** [http://www.deeplearningbook.org/ Deep Learning | Ian Goodfellow and Yoshua Bengio and Aaron Courville - MIT Press book]
 
** [http://neuralnetworksanddeeplearning.com/ Neural Networks and Deep Learning | Michael Nielsen]
 
* [http://www.kdnuggets.com/2017/04/10-free-must-read-books-machine-learning-data-science.html 10 Free Must-Read Books for Machine Learning and Data Science]
 
* [http://www.kdnuggets.com/2018/04/7-books-mathematical-foundations-data-science.html Grasp Mathematical Foundations on Machine Learning and Data Science]
 
* [http://www.asimovinstitute.org/author/fjodorvanveen/ Neural Network Zoo | Fjodor Van Veen]
 
* [http://www.tensorflow.org/programmers_guide/ TensorFlow Programmer's Guide]
 
* [http://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]
 
  
 
{|<!-- T -->
 
{|<!-- T -->
Line 91: Line 93:
  
 
=== Elementary Basic - fun book to learn programming ===
 
=== Elementary Basic - fun book to learn programming ===
* [http://www.amazon.com/Elementary-Chronicled-Learning-Computer-Sherlock/dp/0394524233 Elementary Basic , as Chronicled by John H. Watson (Learning to Program Your Computer in Basic with Sherlock Holmes) | Henry F Ledgard and Andrew Singer]
+
* [https://www.amazon.com/Elementary-Chronicled-Learning-Computer-Sherlock/dp/0394524233 Elementary Basic , as Chronicled by John H. Watson (Learning to Program Your Computer in Basic with Sherlock Holmes) | Henry F Ledgard and Andrew Singer]
* [http://www.shift-society.org/hapop4/abstracts/lester.pdf What can a 1980s BASIC programming textbook teach us today? | Martin Lester]  
+
* [https://www.shift-society.org/hapop4/abstracts/lester.pdf What can a 1980s BASIC programming textbook teach us today? | Martin Lester]  
** [http://www.shift-society.org/hapop4/slides/lester.pdf ...slides | Martin Lester]
+
** [https://www.shift-society.org/hapop4/slides/lester.pdf ...slides | Martin Lester]

Revision as of 14:21, 3 April 2023

YouTube ... Quora ...Google search ...Google News ...Bing News


Amazon search...


Shan Carter - OpenVisConf 2018
LESSONS FROM A YEAR OF DISTILLING MACHINE LEARNING RESEARCH

How to read machine learning research-papers? | Applied AI Course
Bianca Aguglia 1. Fast scan of the paper. 2. Careful reading. Trying to understand the logic of the paper using your current level of knowledge. 3. Working out the things not understood in step 2. 4. Question the choices made by the author of the paper. Argue with the paper. 5. Full fledged understanding. Implement the paper. Read the abstract. What problem is the paper trying to solve? Read other sources (blog posts, Wikipedia, etc) to understand the tools and techniques used in the paper. ** Mark the things you don’t understand. Decide if it’s a paper you really want to understand so you can implement it. If yes, move on to step 3. Work out the advanced math. Read other research papers. Take notes and work out the problems yourself. Explain the paper to someone else (or yourself) Are there better choices? Are there errors in the paper?

How to Read a Research Paper
Ever wondered how I consume research so fast? I'm going to describe the process i use to read lots of machine learning research papers fast and efficiently. It's basically a 3-pass approach, i'll go over the details and show you the extra resources I use to learn these advanced topics. You don't have to be a PhD, anyone can read research papers. It just takes practice and patience.

Research to Code - Machine Learning tutorial
A lot of times, research papers don't have an associated codebase that you can browse and run yourself. In cases like that, you'll have to code up the paper yourself. That is easier said than done, and in this video i'll show you how you should read and dissect a research paper so you can quickly implement it programmatically. The paper we'll be implementing in this video is called Neural Style transfer, that applies artistic filters to an image using 3 loss functions. Its a great starting point, i'll demo it using code, animations, and math. Enjoy!

Elementary Basic - fun book to learn programming