Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)