1.
2.
Desalination system could produce freshwater that is cheaper than tap water
MIT engineers and collaborators developed a solar-powered device that avoids salt-clogging issues of other designs.
MIT & SHANGHAI JIAOTONG
3.
specchio italian mirror
ARTISTMaggi Hambling born 1945
MEDIUMOil paint on canvas
DIMENSIONSSupport: 2135 × 1827 mm
COLLECTIONTate
ACQUISITIONPresented by the artist in honour of Maria Balshaw 2018
REFERENCET15037
5.
So far, we don’t really have too many great ways to train the foundation models themselves.
—
inter
Large language models alone are unlikely to lead to AGI, says Sam Altman. Finding the solution is the next challenge for OpenAI.
- Sam Altman, CEO of OpenAI, believes that large language models alone are unlikely to be enough to create artificial general intelligence (AI) and that further breakthroughs are needed.
- Altman emphasized the importance of AI safety and the need to align AI with human values by using testing, external experts, safety monitoring systems, and best practices to ensure safety.
- He also discussed the need for global cooperation in the regulation of AI, suggesting that a global regulatory body similar to that for nuclear energy may be needed in the future…
—
meta-learning
Population-Based Meta Learning (PBML)
Algorithm 1: Population-Based Meta Learning
Define an initial set of genomes G. Each genome contains parameters, as well as a population count. Define a fitness function F(), which evaluates the fitness of a genome.; Define a stochastic mutation function M(), which creates offspring by mutating the parameters of a genome.; Define decay ratio D; the ratio of population that dies every generation.; Define offspring count C, the total number of offspring produced every generation.; Define ranking function Rank(), which outputs a genome’s floating-point rank between 0 and 1 based on fitness.; for timestep=0...N do for g in G do g.fitness = F(g.parameters); g.rank = Rank(g.fitness); g.population *= (1-D); g.population *= g.rank; g.population /= total_population; for child in int(g.population * C) do G.append(M(g)); end end end
6.
类notion开源项目
7.
8.