Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zombietdv/cnn_and_beta-vae-

CNN and Beta-VAE implementation. Only Numpy as the main library.
https://github.com/zombietdv/cnn_and_beta-vae-

automatic-differentiation backpropagation-algorithm beta-vae cnn deep-learning numpy optimization-algorithms

Last synced: about 1 month ago
JSON representation

CNN and Beta-VAE implementation. Only Numpy as the main library.

Awesome Lists containing this project

README

        

Overview:
-My newest version on AvK( my library for Deep learning, you can think of it like a meme copy of Tensorflow or Pytorch ).
-This time, I added tons more things compared to the old version in HM_GPT.
-With roughly 2500 lines of code, I used it for Convolutional Neural Networks and Beta-Variational-Autoencoder.
-I added a lot of comments, documents, and overviews of every file.

How to use it?
-Run the Beta_VAE.py file for Beta-Variational-Autoencoder.
-Run the CNN.py file for Convolutional Neural Network.
-But the main application is actually the SUPER_AVK file, it has all my newest implementations for a Deep learning library.
-You should only use it for learning cause it may not be efficient for real-life projects.