Skip to content

Commit d04e7a4

Browse files
committed
updates for jb version
1 parent 490734f commit d04e7a4

38 files changed

+57
-8138
lines changed

MLlearningresources.rst

Lines changed: 0 additions & 109 deletions
This file was deleted.

NLPlearningresources.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,22 @@ Of course also only resources that are open, so only resources published
1010
using a Creative Commons license (cc-by mostly) or other real open
1111
licenses are included. So all references are open access resources.
1212

13-
- Natural Language Processing with Python, <http://www.nltk.org/book/>
13+
- Natural Language Processing with Python, <http://www.nltk.org/book/>
1414

15-
|
1615

17-
- Advanced NLP with spaCY, <https://course.spacy.io/>
1816

19-
|
17+
- Advanced NLP with spaCY, <https://course.spacy.io/>
2018

21-
- NLP concepts with spaCy (notebook)
22-
<https://gist.github.com/nocomplexity/b7c4c0aa5a0b53f4f5ff1c4784084be6>
2319

24-
|
20+
21+
22+
- NLP concepts with spaCy (notebook), <https://gist.github.com/nocomplexity/b7c4c0aa5a0b53f4f5ff1c4784084be6>
23+
24+
25+
26+
27+
28+
29+
30+
31+

NLPlearningresources.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
44
# Free and Open Machine Learning
55

6-
Great that you are interested in this open collaboration project.
6+
Great that you are interested in this open collaboration project!
7+
8+
The latest online version can be found here: https://nocomplexity.com/documents/fossml/
79

810
This project is all about collaborative learning on applying FOSS Machine Learning.
911
This project is an open research project. It is open for all to join.

about.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

architecture.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You should also be aware of the important difference between:
4848
- Architecture building Blocks and
4949
- Solution building blocks
5050

51-
![ML Architecture Building Blocks vs SBBs](/images/abb-sbb.png){.align-center}
51+
![ML Architecture Building Blocks vs SBBs](/images/abb-sbb.png)
5252

5353
This reference architecture for machine learning describes architecture
5454
building blocks. So you could use this reference architecture and ask
@@ -99,7 +99,7 @@ steps. These steps are:
9999
you need is to search for more training data within this iterative
100100
loop.
101101

102-
![Machine Learning Process](/images/ml-process.png){.align-center}
102+
![Machine Learning Process](/images/ml-process.png)
103103

104104
You need to improve your machine learning model after the first test.
105105
Improving can be done using more training data or by making model
@@ -126,7 +126,7 @@ and requirements are needed.
126126
The way to develop a machine learning architecture is outlined in the
127127
figure below.
128128

129-
![Machine Learning Architecture Process](/images/solutionsteps-overview.png){.align-center}
129+
![Machine Learning Architecture Process](/images/solutionsteps-overview.png)
130130

131131
In essence developing an architecture for machine learning is equal as
132132
for every other system. But some aspects require special attention.
@@ -262,7 +262,7 @@ overview of aspects regarding machine learning. Using this model gives
262262
you a head start when developing your specific machine learning
263263
solution.
264264

265-
![Machine Learning Architecture Building Blocks](/images/ml-reference-architecture.png){.align-center}
265+
![Machine Learning Architecture Building Blocks](/images/ml-reference-architecture.png)
266266

267267
Conceptual overview of machine learning reference architecture
268268

0 commit comments

Comments
 (0)