Skip to content

Commit 77b85c8

Browse files
Link to other related lessons in introduction
1 parent cabf88a commit 77b85c8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ permalink: index.html # Is the only page that doesn't follow the pattern /:path
66

77
This lesson gives an introduction to artificial neural networks. We begin by an outlining an important application of machine learning in healthcare: the development of algorithms for classification of chest X-ray images. During the lesson we explore how to prepare and visualise data for algorithm development, and construct a neural net that is able to classify disease.
88

9+
### Other related lessons
10+
#### Introduction to deep learning
11+
The [Introduction to to deep learning lesson](https://carpentries-incubator.github.io/deep-learning-intro/)
12+
is a more general introduction to deep learning, applying deep learning to different domains.
13+
Whereas this lesson focuses on the application of deep learning on medical images.
14+
If you are interested in other domains than medical images you could choose to follow that lesson.
15+
16+
#### Introduction to machine learning in Python with scikit-learn
17+
The [Introduction to machine learning in Python with scikit-learn lesson](https://esciencecenter-digital-skills.github.io/scikit-learn-mooc/)
18+
introduces practical machine learning using Python. It might be a good lesson to follow in preparation for this lesson,
19+
since basic knowledge of machine learning and Python programming skills are required for this lesson.
20+
21+
922
<!-- this is an html comment -->
1023

1124
{% comment %} This is a comment in Liquid {% endcomment %}

0 commit comments

Comments
 (0)