Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 456 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 456 Bytes

notebooks

Machine learning and statistical algorithms implemented in pure NumPy and well-known libraries such as Sklearn, Pytorch, and Statsmodels.

Linear Regression

  1. Implementation from scratch.

Graph Neural Networks

  1. Implementation from scratch of Relational Graph Convolutional (R-GCN) layer.
  2. Implementation with NumPy and DGL of the Graph Attention (GAT) layer.