|
| 1 | +ML Learning resources |
| 2 | +===================== |
| 3 | + |
| 4 | +Learning machine learning does not have to be very expensive or time |
| 5 | +consuming. Great learning material for machine learning is licensed |
| 6 | +under a Creative Commons license. For starters but also people who are |
| 7 | +already more familiar with the key concepts. |
| 8 | + |
| 9 | +This section presents an opinionated list of great machine learning |
| 10 | +learning resources. A lot of garbage is produced on the internet and |
| 11 | +even paid courses are often not that good. But most material released |
| 12 | +under an open license is of excellent quality. This list consist of very |
| 13 | +readable references and some great hands-on courses. |
| 14 | + |
| 15 | +Only resources that are real open, so resources published using a |
| 16 | +Creative Commons license (cc-by mostly) or other types of real open |
| 17 | +licensed material is included. |
| 18 | + |
| 19 | +Most learning resources include hands-on tutorials. So be ready to use a |
| 20 | +notebook, but most tutorials offer notebooks ready to use directly. |
| 21 | + |
| 22 | +- A Course in Machine Learning, <http://ciml.info/> |
| 23 | + |
| 24 | +| |
| 25 | + |
| 26 | +- AutoML: Methods, Systems, Challenges, |
| 27 | + <https://www.ml4aad.org/wp-content/uploads/2019/05/AutoML_Book.pdf> |
| 28 | + |
| 29 | +| |
| 30 | + |
| 31 | +- Building Safe A.I., A Tutorial for Encrypted Deep Learning, |
| 32 | + <https://iamtrask.github.io/2017/03/17/safe-ai/> |
| 33 | + |
| 34 | +| |
| 35 | + |
| 36 | +- Collection of Interactive Machine Learning Examples, |
| 37 | + <https://aihub.cloud.google.com/s?category=notebook> |
| 38 | + |
| 39 | +| |
| 40 | + |
| 41 | +- Cryptography and Machine Learning, Mixing both for |
| 42 | + privacy-preserving machine learning, <https://mortendahl.github.io/> |
| 43 | + |
| 44 | +| |
| 45 | + |
| 46 | +- Dive into Deep Learning, An interactive deep learning book with |
| 47 | + code, math, and discussions, <https://d2l.ai/> |
| 48 | + |
| 49 | +| |
| 50 | + |
| 51 | +- Explainable Deep Learning: A Field Guide for the Uninitiated. Great |
| 52 | + learning guide for new and starting researchers in the Deep neural |
| 53 | + network (DNN) field. <https://arxiv.org/pdf/2004.14545.pdf> |
| 54 | + |
| 55 | +| |
| 56 | + |
| 57 | +- Foundations of Machine Learning, Understand the Concepts, Techniques |
| 58 | + and Mathematical Frameworks Used by Experts in Machine Learning, |
| 59 | + <https://bloomberg.github.io/foml/#home> |
| 60 | + |
| 61 | +| |
| 62 | + |
| 63 | +- Interpretable Machine Learning, A Guide for Making Black Box Models |
| 64 | + Explainable,Christoph Molnar, |
| 65 | + <https://christophm.github.io/interpretable-ml-book/> |
| 66 | + |
| 67 | +| |
| 68 | + |
| 69 | +- Machine Learning Crash Course with TensorFlow APIs, |
| 70 | + <https://developers.google.com/machine-learning/crash-course/> This |
| 71 | + is a great course published by Google\'s. It is advertised as a \'A |
| 72 | + self-study guide for aspiring machine learning practitioners\' |
| 73 | + |
| 74 | +| |
| 75 | + |
| 76 | +- Machine Learning Guides, Simple step-by-step walkthroughs to solve |
| 77 | + common machine learning problems using best practices , |
| 78 | + <https://developers.google.com/machine-learning/guides/> |
| 79 | + |
| 80 | +| |
| 81 | + |
| 82 | +- Machines that Learn in the Wild - Machine learning capabilities, |
| 83 | + limitations and implications, |
| 84 | + <https://media.nesta.org.uk/documents/machines_that_learn_in_the_wild.pdf> |
| 85 | + |
| 86 | +| |
| 87 | + |
| 88 | +- Mathematics for Machine Learning, <https://mml-book.github.io/> |
| 89 | + Examples and tutorials for this book are placed on: |
| 90 | + <https://github.com/mml-book/mml-book.github.io> |
| 91 | + |
| 92 | +| |
| 93 | + |
| 94 | +- Mathematics for Machine Learning, Garrett Thomas. Introductory class |
| 95 | + in machine learning from UC Berkeley(course CS 189/289A). See |
| 96 | + <https://gwthomas.github.io/docs/math4ml.pdf> |
| 97 | + |
| 98 | +| |
| 99 | + |
| 100 | +- Practical Deep Learning for Coders v3, |
| 101 | + <https://course.fast.ai/index.html> |
| 102 | + |
| 103 | +| |
| 104 | + |
| 105 | +- Python Machine Learning course, |
| 106 | + <https://machine-learning-course.readthedocs.io/en/latest/index.html> |
| 107 | + |
| 108 | +| |
| 109 | + |
| 110 | +- Privacy Preserving Deep Learning with PyTorch & PySyft, Tutorial |
| 111 | + with Jupyter notebooks based on PySyft library, |
| 112 | + <https://github.com/OpenMined/PySyft/tree/master/examples/tutorials> |
| 113 | + |
| 114 | +| |
| 115 | + |
| 116 | +- Rules of Machine Learning: Best Practices for ML Engineering, cc-by |
| 117 | + licensed ML course developed by Google, |
| 118 | + <https://developers.google.com/machine-learning/guides/rules-of-ml> |
| 119 | + |
| 120 | +| |
| 121 | + |
| 122 | +- Scikit-learn User Guide, |
| 123 | + <https://scikit-learn.org/stable/user_guide.html> |
| 124 | + |
| 125 | +| |
| 126 | + |
| 127 | +- scikit-learn Tutorials, |
| 128 | + <https://scikit-learn.org/stable/tutorial/index.html> |
| 129 | + |
| 130 | +| |
| 131 | + |
| 132 | +- Seeing Theory, A visual introduction to probability and statistics. |
| 133 | + Interactive learning book that visualizes the fundamental |
| 134 | + statistical concepts, <https://seeing-theory.brown.edu/> |
| 135 | + |
| 136 | +| |
| 137 | + |
| 138 | +- Spinning Up in Deep RL, become a skilled practitioner in deep |
| 139 | + reinforcement learning, |
| 140 | + <https://spinningup.openai.com/en/latest/index.html> |
| 141 | + |
| 142 | +| |
| 143 | + |
| 144 | +- The Elements of AI, learn the basics of AI, |
| 145 | + <https://www.elementsofai.com/> |
| 146 | + |
| 147 | +| |
| 148 | + |
| 149 | +- TensorFlow, Keras and deep learning, without a PhD, |
| 150 | + <https://codelabs.developers.google.com/codelabs/cloud-tensorflow-mnist/#0> |
| 151 | + |
| 152 | +| |
0 commit comments