awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesAutoencoder Compression

Using autoencoder architectures to compress input data into lower-dimensional latent representations.

Distinct from Neural Network Model Compression: Distinct from general model compression (pruning/quantization) as it refers to the architectural compression of data via latent spaces.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Autoencoder Compression. Refine with filters or upvote what's useful.

Awesome Autoencoder Compression GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • pkmital/tensorflow_tutorialsAvatar pkmital

    pkmital/tensorflow_tutorials

    5,668Vezi pe GitHub↗

    Acest proiect este o colecție de Jupyter Notebooks educaționale care oferă tutoriale despre construcția rețelelor neuronale și operații cu tensori folosind framework-ul TensorFlow. Servește drept depozit educațional de machine learning și ghid de implementare pentru studenții pasionați de deep learning. Suita se concentrează pe arhitecturi avansate specifice, inclusiv rețele convoluționale pentru clasificarea imaginilor, rețele reziduale cu conexiuni de tip skip pentru stabilitatea antrenamentului și autoencodere variaționale pentru modelare generativă și sinteza datelor. Include, de asemenea, ghiduri pentru construirea de autoencodere de tip denoising și deep pentru extragerea caracteristicilor și reducerea dimensionalității. Depozitul acoperă o arie mai largă de modelare predictivă, cu implementări de regresie liniară, polinomială și logistică pentru predicția valorilor continue și a rezultatelor binare. Conținutul este organizat în notebook-uri interactive care permit utilizatorilor să execute operații matematice și să modifice experimentele de machine learning.

    Provides implementations of autoencoders to compress input data into lower-dimensional latent representations.

    Jupyter Notebook
    Vezi pe GitHub↗5,668
  • binroot/tensorflow-bookAvatar BinRoot

    BinRoot/TensorFlow-Book

    4,431Vezi pe GitHub↗

    This project is a collection of TensorFlow machine learning examples providing reference implementations for various neural network paradigms. It covers supervised, unsupervised, reinforcement, and sequential learning models. The repository includes implementations for convolutional neural networks focused on image classification and ranking, as well as recurrent neural networks for time-series forecasting and sequence-to-sequence translation. It further provides examples of reinforcement learning agents trained via reward optimization and unsupervised learning techniques such as autoencoders

    Uses autoencoder architectures to compress image data into lower-dimensional latent representations for noise removal.

    Jupyter Notebookautoencoderbookclassification
    Vezi pe GitHub↗4,431
  • commaai/researchAvatar commaai

    commaai/research

    4,121Vezi pe GitHub↗

    This research framework provides a deep learning driving simulator and a multimodal data pipeline for autonomous vehicle research. It centers on the creation of synchronized autonomous vehicle datasets, which combine high-frequency vehicle telemetry with camera frames to train neural networks. The project implements a convolutional neural network trainer specifically designed to predict steering angles and vehicle transition states from visual data. It features generative capabilities, using autoencoders and transition models to synthesize driving environments and simulate future vehicle move

    Uses autoencoders to learn compressed representations of driving data for image synthesis and model checkpoints.

    Python
    Vezi pe GitHub↗4,121
  • divamgupta/stable-diffusion-tensorflowAvatar divamgupta

    divamgupta/stable-diffusion-tensorflow

    1,611Vezi pe GitHub↗

    This project provides a TensorFlow implementation of the Stable Diffusion model, serving as a generative engine for creating and modifying visual content. It functions as a machine learning architecture that translates natural language descriptions into high-quality images by iteratively refining noise within a compressed latent space. The system enables a variety of generative tasks, including text-to-image synthesis, image inpainting to fill missing or masked regions, and image editing to transform existing visuals based on text prompts. Beyond static imagery, the framework supports the gen

    Compresses high-resolution pixel data into compact latent representations to reduce computational overhead.

    Python
    Vezi pe GitHub↗1,611
  • glouppe/info8010-deep-learningAvatar glouppe

    glouppe/info8010-deep-learning

    1,291Vezi pe GitHub↗

    This project provides a comprehensive educational curriculum and research resource for deep learning, focusing on the theoretical and technical foundations of neural network implementation. It serves as a structured academic guide for building and training complex models from scratch, covering the essential mathematical primitives, computational graph construction, and automatic differentiation mechanisms required for modern machine learning. The repository distinguishes itself through its extensive coverage of generative modeling and specialized neural architectures. It includes practical im

    Reduces high-dimensional input data into compact latent representations using autoencoder architectures.

    Jupyter Notebook
    Vezi pe GitHub↗1,291
  1. Home
  2. Artificial Intelligence & ML
  3. Neural Network Model Compression
  4. Autoencoder Compression