Skip to content

Files

Latest commit

aeb6cdf · Feb 10, 2023

History

History
13 lines (10 loc) · 565 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 565 Bytes

pytorch-notebooks

In this repository I'm implementing PyTorch based Deep Neural Networks from basic ANN to Advanced Graph Neural Networks. Please suggest if you have any ideas

1. Linear Regression [ANN] - Moore's Law

        - Dataset: https://www.kaggle.com/datasets/yvtsanlevy/moore-law
        - Type: Regression
        - Model: Artificial Neural Network

1. Linear Classification [ANN] - Breast Cancer

        - Dataset: scikit-learn in-built dataset
        - Type: Classification
        - Model: Artificial Neural Network