Glossary
Methods
- DNN: Dense (=fully connected) Neural Network
- CNN: Convolutional Neural Network
- RNN: Recurrent Neural Network
- VAE: Variational Auto-Encoder
- GAN: Generative Adversarial Network
- LLM: Large Language Model
- VLM: Vision Language Model
- GNN: Graph Neural Network
- PINNs: Physics-Informed Neural Networks
Datasets
- BHPD: Boston Housing Prices Dataset1 (Harrison and Rubinfeld 1978)
- MNIST: hand-written digit image dataset (LeCun and Cortes 2010)
Softwares
scikit-learn: a Python library for machine learning and data science (built onnumpyandscipy)numpy: a Python library for scientific computing (mainly linear algebra)scipy: a Python library for scientific computing (collection of mathematical algorithms and convenience functions)pandas: a Python library to manipulate tabular data/data frameKeras: a user-friendly Python2 library for deep learning (wrapper aroundPyTorch,TensorFlowandJAX3)Lightning: a Python library implementing high-level interface aroundPyTorchlibrary to build and train neural networkPyTorch: a Python4 library for deep learning using GPUs and CPUs based on theTorchmachine learning libraryTensorFlow: a Python5 library for deep learning using GPUs and CPUs
References
Harrison, David, and Daniel L Rubinfeld. 1978. “Hedonic Housing Prices and the Demand for Clean Air.” Journal of Environmental Economics and Management 5 (1): 81–102. https://doi.org/10.1016/0095-0696(78)90006-2.
LeCun, Yann, and Corinna Cortes. 2010. “MNIST Handwritten Digit Database.” http://yann.lecun.com/exdb/mnist/.