Skip to content

Commit 5bf7d9d

Browse files
authored
updated readme
1 parent 117e2cd commit 5bf7d9d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -61,24 +61,25 @@ Go to `check/potential_variables.py` and you'll find a test to check
6161
that the statements above are correct!
6262

6363
## What is BRMLtoolbox?
64-
The BRMLtoolbox is a MATLAB toolbox written by David Barber, Reader for the Computational Statistics and Machine Learning MSc at UCL. The toolbox should be used together with the book Bayesian Reasoning and Machine Learning. It is a set of tools to help readers see how mathematical models translate into actual code.
64+
The BRMLtoolbox is a MATLAB toolbox written by David Barber, Reader for the Computational Statistics and Machine Learning MSc at UCL. The BRML toolbox should be used together with the book Bayesian Reasoning and Machine Learning. It is a set of tools to help readers see how mathematical models translate into actual code.
6565

6666
## Software Requirements
6767
1. Python (3.6 onwards, although only type hints would need to be removed for Python 3.5)
6868
2. Numpy
6969

7070
## Mathematical Requirements
71+
The mathematical requirements for understanding classes within BRML toolbox are:
7172
1. Calculus & Linear Algebra
7273
2. Probability
7374
3. Algorithms
7475
4. Statistics (Bayesian mainly)
7576
I am currenlty trying to write an introduction to Probability here in [my Proofwiki account](https://proofwiki.org/wiki/User:MauroCamaraEscudero), although it is just a draft for now.
7677

7778
## Contributions
78-
Please feel free to contribute to this project! There are already a few incomplete implementations of the code, hopefully this version will be more up-to-date and efficient with your help!
79+
Please feel free to contribute to this python version of the BRML toolbox! There are already a few incomplete implementations of the code, hopefully this version will be more up-to-date and efficient with your help!
7980

8081
## Reference & Book
81-
As I said earlier BRMLtoolbox comes with [Bayesian Reasoning and Machine Learning](http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/090310.pdf) book.
82+
As I said earlier BRML toolbox comes with [Bayesian Reasoning and Machine Learning](http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/090310.pdf) book.
8283

8384
```
8485
@BOOK{barberBRML2012,

0 commit comments

Comments
 (0)