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
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -61,24 +61,25 @@ Go to `check/potential_variables.py` and you'll find a test to check
61
61
that the statements above are correct!
62
62
63
63
## 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.
65
65
66
66
## Software Requirements
67
67
1. Python (3.6 onwards, although only type hints would need to be removed for Python 3.5)
68
68
2. Numpy
69
69
70
70
## Mathematical Requirements
71
+
The mathematical requirements for understanding classes within BRML toolbox are:
71
72
1. Calculus & Linear Algebra
72
73
2. Probability
73
74
3. Algorithms
74
75
4. Statistics (Bayesian mainly)
75
76
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.
76
77
77
78
## 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!
79
80
80
81
## 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.
0 commit comments