https://github.com/gralliry/pytorch-nn-model-design
Many tasks of pytorch for Network-Model-Design. Engineering projects suitable for introduction to deep learning.
https://github.com/gralliry/pytorch-nn-model-design
deep-learning model-design neural-network project python pytorch
Last synced: 8 months ago
JSON representation
Many tasks of pytorch for Network-Model-Design. Engineering projects suitable for introduction to deep learning.
- Host: GitHub
- URL: https://github.com/gralliry/pytorch-nn-model-design
- Owner: gralliry
- License: mit
- Created: 2024-02-01T02:58:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T19:06:06.000Z (about 1 year ago)
- Last Synced: 2025-06-02T11:59:11.792Z (10 months ago)
- Topics: deep-learning, model-design, neural-network, project, python, pytorch
- Language: Python
- Homepage:
- Size: 10.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pytorch-Network-Model-Design
## Description
Many tasks of ```Pytorch``` for learning Network-Model-Design included.
Some of the tasks can be found in [kaggle.com](https://kaggle.com):
* This is just a practice project, and many of the tasks on kaggle.com don't have great results.
* In fact, there is no need to use __pytorch__ for some __machine learning__ tasks (unless you have a high understanding of
the underlying principles of machine learning), which can lead to some less efficient work.
* If you can, try to use machine learning to complete tasks on kaggle.
I'm putting together a collection of simple and helpful tasks that I hope will help myself and others who
want to learn deep learning. (Or just for a simple deep learning task.)
Consider introducing tasks for ```Scikit-Learn```, ```TensorFlow```, etc. later. (just consider)
## Examples / Tasks
* Chinese to English
* Next Frame Prediction
* Sentiment Analysis on Movie Review
* Binary Classification with a Bank Churn Dataset
* Multi-Class Prediction of Obesity Risk
* Regression with a Mohs Hardness Dataset
* ......
## Structure
The sample files are in the ```template``` folder.
Note:
* Since the general model parameter file is large, it will not be uploaded to __GitHub__, if the code does not
have the logic to create this folder, please create your own ```checkpoint``` folder.
* If the dataset file is small ( <5M ), it is uploaded directly to __GitHub__ in the ```dataset``` folder. Some cleaned data is also placed / generated in this folder.
```
dataset/ # folder to store the data set
checkpoint/ # folder to store model parameters
criterion.py # custom loss function
dataset.py # custom dataset
model.py # model
train.py # train the model
test.py # test the model
```
## Contributors
* [gralliry](https://github.com/gralliry)
## Contact
Email: aiccyxixy@163.com
## License
```MIT License```