You are here |
research.google | ||
| | | |
blog.ml.cmu.edu
|
|
| | | | The latest news and publications regarding machine learning, artificial intelligence or related, brought to you by the Machine Learning Blog, a spinoff of the Machine Learning Department at Carnegie Mellon University. | |
| | | |
deepmind.google
|
|
| | | | This has been a year of incredible progress in the field of Artificial Intelligence (AI) research and its practical applications. | |
| | | |
hpc-ai.com
|
|
| | | | We are delighted to announce a comprehensive upgrade to the ColossalAI-MoE module, which is specifically designed to enhance MoE models. This upgrade aims to assist users in training and deploying expert models efficiently and stably. | |
| | | |
rgoswami.me
|
|
| | Setup details are described here, and the meta-post about these solutions is here. Materials The summmer course1 is based off of the second edition of Statistical Rethinking by Richard McElreath. This post covers the following exercise questions: Chapter 2 Easy {1,2,3,4} Medium {1,2,4} Chapter 3 Easy {1,2,3,4,5} Medium {1,2,3,4,6} Chapter 4 Easy {1,2,3,4,5} Medium {1,2,3,4,5,6,7} Packages 1libsUsed<-c("tidyverse","tidybayes","orgutils", 2 "rethinking","tidybayes.rethinking", 3 "ggplot2","kableExtra","dplyr","glue", 4 "latex2exp","data.table","printr") 5invisible(lapply(libsUsed, library, character.only = TRUE)); We also set the following theme parameters for the plots. |