Tag

autoencoder

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 19, 2024 · Artificial Intelligence

Image Mosaic Removal Using Autoencoder and UNet in PyTorch

This article explains how to use autoencoders and a UNet architecture implemented in PyTorch to remove mosaic blocks from images, detailing the underlying principles, dataset preparation, network components, training procedure, and sample results.

Mosaic RemovalPyTorchUNet
0 likes · 13 min read
Image Mosaic Removal Using Autoencoder and UNet in PyTorch
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 13, 2023 · Artificial Intelligence

Image Mosaic Removal Using Autoencoder and UNet in PyTorch

This article explains the principle behind using deep‑learning autoencoders and UNet architectures to reconstruct mosaicked images, provides a complete PyTorch implementation with dataset preparation, network definition, training, and inference, and demonstrates the restored results.

Mosaic RemovalPyTorchUNet
0 likes · 13 min read
Image Mosaic Removal Using Autoencoder and UNet in PyTorch
Laiye Technology Team
Laiye Technology Team
Feb 17, 2023 · Artificial Intelligence

Understanding Diffusion Models, Autoencoders, and VAEs for AIGC with Code Examples

This article introduces the hot AIGC field by explaining diffusion‑based image generation, detailing the principles and mathematics of AutoEncoder and Variational AutoEncoder models, and providing complete TensorFlow code examples to help readers master these generative techniques step by step.

AIGCTensorFlowautoencoder
0 likes · 8 min read
Understanding Diffusion Models, Autoencoders, and VAEs for AIGC with Code Examples
Sohu Tech Products
Sohu Tech Products
Jul 21, 2021 · Artificial Intelligence

Kaggle Jane Street Market Prediction Competition Summary and Model Insights

This article summarizes the author's participation in the Kaggle Jane Street Market Prediction competition, detailing the anonymous feature dataset, utility‑score metric, data preprocessing, the combined AE‑MLP and XGBoost modeling approach, threshold tuning, experimental findings, and references for further study.

KaggleMLPMarket Prediction
0 likes · 8 min read
Kaggle Jane Street Market Prediction Competition Summary and Model Insights
Architects' Tech Alliance
Architects' Tech Alliance
Jul 20, 2019 · Artificial Intelligence

FaceApp: AI-Powered Age Transformation, Privacy Concerns, and Technical Insights

The article examines the rapid rise of FaceApp, an AI-driven photo‑editing tool that can age or rejuvenate faces, discusses its technical foundations such as autoencoders, and analyzes the privacy and security concerns raised by governments and users worldwide.

AIFaceAppautoencoder
0 likes · 7 min read
FaceApp: AI-Powered Age Transformation, Privacy Concerns, and Technical Insights
360 Quality & Efficiency
360 Quality & Efficiency
Dec 7, 2018 · Artificial Intelligence

Image Feature Extraction and Clustering for Key Frame Selection in Mobile App Installation Screenshots

This article presents a technical solution for extracting representative key frames from time‑series screenshots of a mobile app installation process, covering pixel sampling, dimensionality reduction, classic feature extractors (SIFT, HOG, ORB), auto‑encoder based deep learning, and clustering methods such as KMeans and DBSCAN, along with practical results and performance analysis.

ClusteringFeature ExtractionHOG
0 likes · 5 min read
Image Feature Extraction and Clustering for Key Frame Selection in Mobile App Installation Screenshots
Ctrip Technology
Ctrip Technology
Jan 13, 2017 · Artificial Intelligence

Deep Learning Applications in Recommender Systems: A Hybrid Collaborative Filtering Model

This article reviews the early research on applying deep learning techniques such as autoencoders, stacked denoising autoencoders, and hybrid collaborative‑filtering models to recommender systems, describing the underlying matrix‑factorization theory, side‑information integration, experimental results, and future prospects.

Hybrid Modelautoencodercollaborative filtering
0 likes · 13 min read
Deep Learning Applications in Recommender Systems: A Hybrid Collaborative Filtering Model