Peer-to-peer hypermedia protocol
-
Updated
Jun 27, 2022
{{ message }}
Bukkit is a Minecraft server modification software and API, and while the original project itself is stale, forks like PaperMC and Spigot are actively maintained, and most plugins and servers use some variant of Bukkit.
Peer-to-peer hypermedia protocol
Code for the paper "Language Models are Unsupervised Multitask Learners"
Natural Language Processing Tutorial for Deep Learning Researchers
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
CVPR 2022 论文和开源项目合集
A curated list to learn about distributed systems
As of right now, the plugin update logic uses a rather questionable spigot-made method to copy the updated plugin jar into the plugin folder: https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/browse/src/main/java/org/bukkit/util/FileUtil.java#22
As a side effect of this, IOExceptions that occure while copying the updated plugin jar
Code for the paper "Jukebox: A Generative Model for Music"
记录每天整理的计算机视觉/深度学习/机器学习相关方向的论文
A collection of AWESOME things about domian adaptation
Visual Tracking Paper List
[CVPR2020] Adversarial Latent Autoencoders
Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
A curated list of the latest breakthroughs in AI (in 2021) by release date with a clear video explanation, link to a more in-depth article, and code.
Deep Learning and deep reinforcement learning research papers and some codes
Summaries of machine learning papers
Paper is a fast NoSQL-like storage for Java/Kotlin objects on Android with automatic schema migration support.
A curated list of the latest breakthroughs in AI by release date with a clear video explanation, link to a more in-depth article, and code
Image Deblurring using Generative Adversarial Networks
DeepMind's Tacotron-2 Tensorflow implementation
Code for the paper "PixelCNN++: A PixelCNN Implementation with Discretized Logistic Mixture Likelihood and Other Modifications"
Highly cited and useful papers related to machine learning, deep learning, AI, game theory, reinforcement learning
Created by Nathan "Dinnerbone" Adams
Released December 22, 2010
Under MLP implementation there are several variables that need to be initialized. Such as
loss,lr,lr_decay,lr_decay_steps,optimizer. However, it seems that the variableslr_decayandlr_decay_stepsare indeed being initialized but are not being used at any point in the code.