Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/machinelearningzuu/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
https://github.com/machinelearningzuu/pytorch-notebooks

computer-vision generative-adversarial-network graph-neural-networks nlp pytorch pytorch-cnn pytorch-geometric pytorch-implementation pytorch-rnn pytorch-tutorial recommendation-system stock-price-prediction

Last synced: about 18 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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