Peer-to-peer hypermedia protocol
-
Updated
Apr 21, 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 论文和开源项目合集
I wanted to create an entity that is only shown to one player, but I can still change and resend. Unfortunately, the only way to do that is to manually run Entity#hideEntity on every player on the server, and any that log on after the entity is spawned.
I would like there to be a Entity#hideEntityByDefault w
记录每天整理的计算机视觉/深度学习/机器学习相关方向的论文
Code for the paper "Jukebox: A Generative Model for Music"
Visual Tracking Paper List
A collection of AWESOME things about domian adaptation
[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
Code and model for the paper "Improving Language Understanding by Generative Pre-Training"
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.