Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/machinelearningzuu/pytorch-notebooks
- Owner: machinelearningzuu
- Created: 2023-02-07T10:14:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T10:28:15.000Z (almost 2 years ago)
- Last Synced: 2024-12-10T00:26:48.123Z (about 2 months ago)
- Topics: 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
- Language: Jupyter Notebook
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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