#probabilistic #programming languages
https://github.com/automata/awesome-probabilistic-programming
#Introduction I've been around the Fediverse for a few years, but at some point I ended up abandoning this account 🙈
So... let’s try again.
I teach computer science at VRAIN-UPV (Universitat Politècnica de València, Spain). My research interests include things like explainable and symbolic #AI, #probabilistic #logic programming/term rewriting, #causality, #concurrency, #programming languages, #reversible computing, program #verification, and #debugging.
Outside of work, I'm into #photography and I'm a big #sci-fi fan (books, movies, and TV shows). I also enjoy traveling, cooking, and getting outside for a walk or a run.
Languages: Spanish (native), Catalan, English, and some Italian.
fly51fly (@fly51fly)
하버드 연구진(M. Zhao 등)은 LLM(대형 언어 모델)이 통계적 분포에서 무작위 수를 생성하는 데 큰 어려움을 보인다는 실험 결과를 보고합니다. LLM이 난수 생성과 확률적 샘플링에서 체계적 편향을 보이며 시뮬레이션·확률적 추론 응용에서 신뢰성 문제를 야기할 수 있음을 지적합니다 (arXiv:2601.05414).
The CEO of this company is total Silicon Valley right wing -pilled, but his tech is fucking solid.
This is the right way to do #AI.. Fuck GPU’s, design the hardware for probabilistic computing from scratch.
Result: 10000x less power required.
This opens the way to me running AI some day: On my own device, without a network connection.
Artificial intelligence commonly refers to the science and engineering of artificial systems that can carry out tasks generally associated with requiring aspects of human intelligence, such as playing games, translating languages, and driving cars. In recent years, there have been exciting advances in learning-based, data-driven approaches towards AI, and machine learning and deep learning have enabled computer systems to perceive the world in unprecedented ways. Reinforcement learning has enabled breakthroughs in complex games such as Go and challenging robotics tasks such as quadrupedal locomotion. A key aspect of intelligence is to not only make predictions, but reason about the uncertainty in these predictions, and to consider this uncertainty when making decisions. This is what this manuscript on "Probabilistic Artificial Intelligence" is about. The first part covers probabilistic approaches to machine learning. We discuss the differentiation between "epistemic" uncertainty due to lack of data and "aleatoric" uncertainty, which is irreducible and stems, e.g., from noisy observations and outcomes. We discuss concrete approaches towards probabilistic inference and modern approaches to efficient approximate inference. The second part of the manuscript is about taking uncertainty into account in sequential decision tasks. We consider active learning and Bayesian optimization -- approaches that collect data by proposing experiments that are informative for reducing the epistemic uncertainty. We then consider reinforcement learning and modern deep RL approaches that use neural network function approximation. We close by discussing modern approaches in model-based RL, which harness epistemic and aleatoric uncertainty to guide exploration, while also reasoning about safety.