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: 9 months 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: 2024-12-17T16:46:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T16:47:01.000Z (over 1 year ago)
- Last Synced: 2025-03-13T06:31:51.872Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 14.3 MB
- Stars: 1
- Watchers: 1
- 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)