https://github.com/aisuko/generative-ai

The notebooks for generative AI by using PyTorch, Huggingface/diffusers, transforms. And the implementing of the algorithms in paper

https://github.com/aisuko/generative-ai

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary

Keywords

applemetal collaborate convolutional-neural-networks diffusers github hacktoberfest2023 kaggle mps neural-network pytorch
Last synced: 6 months ago · JSON representation

Repository

The notebooks for generative AI by using PyTorch, Huggingface/diffusers, transforms. And the implementing of the algorithms in paper

Basic Info
Statistics
  • Stars: 13
  • Watchers: 0
  • Forks: 5
  • Open Issues: 2
  • Releases: 0
Topics
applemetal collaborate convolutional-neural-networks diffusers github hacktoberfest2023 kaggle mps neural-network pytorch
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License

README.md

PyTorch Fundamentals

Learn the fundamentals of deep learning with PyTorch! This beginner friendly learning path will introduce key concepts to building machine learning models in multiple domains include speech, vision, and natural language processing.

  • Basic Python knowledge
  • Basic knowledge about how to use Jupyter Notebooks
  • Basic understanding of machine learning

And if you are interested to know more, please check another repo Implementation for the different ML tasks on Kaggle platform with GPUs.

NOTE: There do have many bugs due to the different version of dependencies, please open new issue to discuss it.

Introduce to PyTorch

|No|Title|Open in Sagemaker|Open in Kaggle| |---|---|---|---| |1|What are Tensors?|Open in SageMaker|Kaggle| |2|Loading and normalizing datasets|Open in SageMaker|Kaggle| |3|Building the model layers|Open in SageMaker|Kaggle| |4|Automatic differentiation|Open in SageMaker|Kaggle| |5|About the optimization loop|Open in SageMaker|Kaggle| |6|Load and run model predictions|Open in SageMaker|Kaggle| |7|The full model building process|Open in SageMaker|Kaggle|

Audio classification with PyTorch

|No|Title|Open in SageMaker|Open in Kaggle| |---|---|---|---| |1|Understand audio data and concepts|Open in SageMaker|Kaggle| |2|Audio transforms and visualizations|Open in SageMaker|Kaggle|

Natural language processing with PyTorch

|No|Title|Open in SageMaker|Open in Kaggle| |---|---|---|---| |1|Representing text as Tensors|Open in SageMaker|Kaggle| |2|Represent words with embeddings|Open in SageMaker|Kaggle| |3|Capture patterns with RNN|Open in SageMaker|Kaggle| |4|Generate text with RNN|Open in SageMaker|Kaggle|

Computer vision with PyTorch

|No|Title|Open in SageMaker|Open in Kaggle| |---|---|---|---| |1|Introduction to CV with PyTorch|Open in SageMaker|Kaggle| |2|Training a simple sense neural network|Open in SageMaker|Kaggle| |3|Convolutional Neural Networks|Open in SageMaker|Kaggle| |4|Multilayer Dense Neural Network|Open in SageMaker|Kaggle| |5|Pre-trained models and transfer learning|Open in SageMaker|Kaggle| |6|Lightweight Networks and MobileNet|Open in SageMaker|Kaggle|

Diffusion

|No|Title|Open in SageMaker|Open in Kaggle|Open in Colab| |---|---|---|---|---| |1|Deconstruct the Stable Diffusion pipeline|Open in SageMaker|Kaggle|Colab| |2|Basic training model|Open in SageMaker|Kaggle|Colab| |3|Deconstruct the basic pipeline|Open in SageMaker|Kaggle|| |4|Details for models and schedulers|Open in SageMaker|Kaggle|| |5|Effective and Efficient diffusion|Open in SageMaker|Kaggle|| |6|Generting by using float16(sppeding up)|Open in SageMaker|Kaggle|| |7|Stable Diffusion v1.5 demo|Open in SageMaker|Kaggle|| |8|Load checkpoints models and schedulers|Open in SageMaker|Kaggle|| |9|Schedulers Performance|Open in SageMaker|Kaggle|| |10|Stable diffusion with diffusers|Open in SageMaker|Kaggle||

Paper implementation

|No|Title|Open in SageMaker|Open in Kaggle|Open in Colab|Paper| |---|---|---|---|---|---| |1|The annotated diffusion model|Open in SageMaker|Kaggle||1503.03585
1907.05600
2006.11239| |2|QLoRA Fine-tuning for Falcon-7B with PEFT|Open in SageMaker|Kaggle|||

On macOS

All the notebooks are support mps, except if the notebooks import fp16 speeding up:

mps

Contributing

Warm welcome for any contributions, please follow the contributing guidelines.

Acknowledgement

Owner

  • Name: Bowen
  • Login: Aisuko
  • Kind: user
  • Location: Global
  • Company: RMIT

Member of the GNU Hurd | previously @rancher | Founder of @SkywardAI | PhD candidate at RMIT

GitHub Events

Total
  • Watch event: 4
Last Year
  • Watch event: 4

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 2
  • Total pull requests: 13
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • Total issue authors: 1
  • Total pull request authors: 5
  • Average comments per issue: 1.5
  • Average comments per pull request: 0.0
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 6
Past Year
  • Issues: 0
  • Pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Aisuko (2)
Pull Request Authors
  • imgbot[bot] (5)
  • Aisuko (5)
  • Tinny-Robot (2)
  • cbh778899 (2)
  • stack-file[bot] (2)
Top Labels
Issue Labels
hacktoberfest2023 (2) enhancement (1) good first issue (1) help wanted (1)
Pull Request Labels
enhancement (2)