AI and Machine Learning For Finance 2021/22
2022-05-14
Chapter 1 Welcome! :)
You are reading the lecture notes of the R
lectures for the AI and Machine Learning for Finance (AIMLFF) course at University of Bergamo (academic year 2021/22). See here for more details.
In this notes R
programming language for data science will be introduced (with respect to data manipulation, data visualization and communication and implementation of machine learning methods).
For this part I suggest the following on-line book:
- R for Data Science: https://r4ds.had.co.nz/
Enjoy the journey!
In the following lecture notes, this font
(with grey background) represents R
code. The following is an example of R
code with the corresponding output.
print("Hello AIMLFF World!")
## [1] "Hello AIMLFF World!"
These notes are written in RStudio
by using bookdown
(https://bookdown.org/). For errors, typos, suggestions, … write to michela.cameletti@unibg.it.