#计算机科学#A resource for learning about Machine learning & Deep Learning
翻译 - 学习ML,DL,PyTorch和TensorFlow的资源。反馈总是感激:)
#计算机科学#A Collection of Variational Autoencoders (VAE) in PyTorch.
翻译 - PyTorch中的变种自动编码器(VAE)的集合。
#计算机科学#Translate manga/image 一键翻译各类图片内文字 https://cotrans.touhou.ai/
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
#计算机科学#🧠💬 Articles I wrote about machine learning, archived from MachineCurve.com.
#计算机科学#[CVPR2020] Adversarial Latent Autoencoders
翻译 - [CVPR2020]对抗性潜在自动编码器
#计算机科学#My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy...
翻译 - 我对原始GAT论文的执行(Veličković等)。Jupyter Notebook即将面世,也是一个归纳示例。另外,我还包括了用来查看Cora数据集,GAT嵌入和注意力机制的Playground.py文件。
#计算机科学#PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations
👁️ 🖼️ 🔥PyTorch Toolbox for Image Quality Assessment, including PSNR, SSIM, LPIPS, FID, NIQE, NRQM(Ma), MUSIQ, TOPIQ, NIMA, DBCNN, BRISQUE, PI and more...
#计算机科学#State-of-the-art, simple, fast unbounded / large-scale NeRFs.
#计算机科学#The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN, Retina Net, Retina U-Net, as well as a training and inference framework focused on deal...
翻译 - 医学检测工具包包含常用对象检测器的2D + 3D实现,例如Mask R-CNN,Retina Net,Retina U-Net,以及专注于处理医学图像的训练和推理框架。
#计算机科学#This repository is the official implementation of Disentangling Writer and Character Styles for Handwriting Generation (CVPR 2023)
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
#计算机科学#LibCity: An Open Library for Urban Spatial-temporal Data Mining
A simple and extensible library to create Bayesian Neural Network layers on PyTorch.
#计算机科学#Pytorch implementation for "Large-Scale Long-Tailed Recognition in an Open World" (CVPR 2019 ORAL)
#计算机科学#[CVPR 2022] FaceFormer: Speech-Driven 3D Facial Animation with Transformers
Stable Diffusion implemented from scratch in PyTorch
[ACL 2024] Official PyTorch code for extracting features and training downstream models with emotion2vec: Self-Supervised Pre-Training for Speech Emotion Representation
#大语言模型#From scratch implementation of a sparse mixture of experts language model inspired by Andrej Karpathy's makemore :)