You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Depending on the task of your project, you don't have to spend time training ML models from scratch!
12
+
If your project involves text, images, or audio, you'll probably find a model ready to be used on
13
+
[Hugging Face](https://huggingface.co/models)
14
+
15
+
* For continued self-paced learning, we recommend:
16
+
- This lesson is [part 1 of 4](https://github.com/carpentries-incubator/machine-learning-novice-python?tab=readme-ov-file#introduction-to-machine-learning-in-python) from a curriculum on The Carpentries Incubator. The other lessons are
17
+
- Introduction to Tree Models in Python ([Lesson materials](https://carpentries-incubator.github.io/machine-learning-trees-python/))
18
+
- Introduction to artificial neural networks in Python ([Lesson materials](https://carpentries-incubator.github.io/machine-learning-neural-python/))
19
+
- Responsible machine learning in Python ([Lesson materials](https://carpentries-incubator.github.io/machine-learning-responsible-python/))
20
+
21
+
- Google's [Intro to ML concepts](https://developers.google.com/machine-learning/intro-to-ml) and [Crash Course](https://developers.google.com/machine-learning/crash-course)
22
+
23
+
* Online asynchronous courses we've enjoyed and you can audit for free:
24
+
-[StanfordOnline: Statistical Learning with R](https://www.edx.org/learn/statistics/stanford-university-statistical-learning)
25
+
-[MITx: Machine Learning with Python: from Linear Models to Deep Learning](https://www.edx.org/learn/data-analysis/massachusetts-institute-of-technology-data-analysis-statistical-modeling-and-computation-in-applications)
26
+
27
+
* Other Python resources:
28
+
-[The Hitchhiker’s Guide to Python](https://docs.python-guide.org/)
29
+
-[Scalable and Computationally Reproducible Approaches to Arctic Research](https://learning.nceas.ucsb.edu/2024-03-arctic/)
0 commit comments