Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hayden-donnelly/ml-notebooks
A collection of machine learning notebooks.
https://github.com/hayden-donnelly/ml-notebooks
computer-vision deep-learning image-generation jax keras machine-learning natural-language-generation natural-language-processing tensorflow
Last synced: about 10 hours ago
JSON representation
A collection of machine learning notebooks.
- Host: GitHub
- URL: https://github.com/hayden-donnelly/ml-notebooks
- Owner: hayden-donnelly
- License: mit
- Created: 2022-10-25T18:31:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T20:36:34.000Z (7 months ago)
- Last Synced: 2024-05-06T21:39:15.254Z (7 months ago)
- Topics: computer-vision, deep-learning, image-generation, jax, keras, machine-learning, natural-language-generation, natural-language-processing, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 13.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ml-notebooks
A collection of machine learning notebooks.## General
- [Trying Out Jax](https://github.com/hayden-donnelly/ml-notebooks/blob/main/trying_out_jax.ipynb)## Computer Vision
- [CNN Brain Tumor Classification](https://github.com/hayden-donnelly/ml-notebooks/blob/main/cnn_brain_tumor_classification.ipynb)
- [Latent Diffusion Image Generation](https://github.com/hayden-donnelly/ml-notebooks/blob/main/latent_diffusion_image_generation.ipynb)
- [1D Convolutional Autoencoder](https://github.com/hayden-donnelly/ml-notebooks/blob/main/1d_convolutional_autoencoder.ipynb)## Natural Language
- [Transformer Text Generation](https://github.com/hayden-donnelly/ml-notebooks/blob/main/transformer_text_generation.ipynb)