🦞🌯 Lobster Roll

Thread

Notes on Artificial Intelligence (frnsys.com)

Stories related to "Notes on Artificial Intelligence" across the full archive.

Notes on Artificial Intelligence (frnsys.com)
In New Math Proofs, Artificial Intelligence Plays to Win (quantamagazine.org)
AI Reveals Unsuspected Connections Hidden in the Complex Math Underlying Search for Exoplanets (scitechdaily.com)
Machine learning algorithm points to problems in mathematical theory for interpreting microlenses. Artificial intelligence (AI) systems trained on real astronomical observations now surpass astronomers in filtering through massive amounts of data to find new exploding stars, identify new types of ga...
AI-Descartes: A Scientific Renaissance in the World of Artificial Intelligence (scitechdaily.com)
The system demonstrated its chops on Kepler’s third law of planetary motion, Einstein’s relativistic time-dilation law, and Langmuir’s equation of gas adsorption. AI-Descartes, a new AI scientist, has successfully reproduced Nobel Prize-winning work using logical reasoning and symbolic regression to...
The Intersection of Math and AI: A New Era in Problem-Solving (scitechdaily.com)
Conference is exploring burgeoning connections between the two fields. Traditionally, mathematicians jot down their formulas using paper and pencil, seeking out what they call pure and elegant solutions. In the 1970s, they hesitantly began turning to computers to assist with some of their problems. ...
Mathematicians Use AI and New Clustering Algorithm To Identify Emerging COVID-19 Variants (scitechdaily.com)
An AI framework aids in identifying and tracking new COVID-19 variants, using a novel algorithm named CLASSIX to efficiently process large genomic datasets and enhance early detection efforts. Scientists at The Universities of Manchester and Oxford have developed an AI framework that can identify an...
AI Breakthrough Solves Supercomputer Math on Desktop PCs in Seconds (scitechdaily.com)
The adaptable technological solution has the potential to revolutionize engineering designs. A breakthrough in artificial intelligence is making it possible to model complex systems—like how cars deform in crashes, how spacecraft endure extreme conditions, or how bridges withstand stress—at speeds t...
Mathematicians Unveil a Smarter Way to Predict the Future (scitechdaily.com)
Lehigh researchers create new method that improves consistency between predicted and observed data. An international team of mathematicians led by Lehigh University statistician Taeho Kim has developed a new method that could greatly enhance predictive modeling in areas such as health, biology, and ...
The Mathematical Hacker (evanmiller.org)
A summary of some math used in computer science (jfsowa.com)
Applying Artificial Intelligence to Nintendo Tetris (meatfighter.com)
HYPERSEEING - The International Society of the Arts, Mathematics, and Architecture (ISAMA) (isama.org)
The Fisher-Yates Shuffle – An Algorithm Every Developer Should Know (spin.atomicobject.com)
VisuAlgo - visualising data structures and algorithms through animation (comp.nus.edu.sg)
When Greedy Algorithms are Perfect: the Matroid (jeremykun.com)
Notes on Linear Logic (cs.cmu.edu)
Coding a Lisp Interpreter in Shen: a Case Study (shenlanguage.org)
Learning Math: A Blank Is A Blank With A Blank (michaelrbernste.in)
Zélus: a hybrid synchronous language with ODEs (zelus.di.ens.fr)
From [one](http://www.di.ens.fr/~pouzet/bib/hscc13.pdf) of their articles: Zélus is a new programming language for modeling systems that mix discrete logical time and continuous time behaviors. From a user's perspective, its main originality is to extend an existing Lustre-like synchronous langua...
Notation as a Tool of Thought (jsoftware.com)
The Importance of Mathematics Courses in Computer Science Education (devlinsangle.blogspot.com)
Lightning Strikes Mathematics (1946) (books.google.co.in)
Artificial intelligence should be protected by human rights, says Oxford mathematician (sciencealert.com)
Notes on notation and thought (github.com)
From the page: "By relieving the brain of all unnecessary work, a good notation sets it free to concentrate on more advanced problems, and in effect increases the mental power of the race. —A. N. Whitehead I'm collecting quotes on interesting notations—both powerful ones and bad ones—and how they...
Algebraic Patterns - Monoid morphisms (philipnilsson.github.io)
Programming books you might want to consider reading (danluu.com)
A categorical programming language (1987) (web.archive.org)
Category theory pops up here occasionally. This is the first language I found designed for it.
Model-checking Abstract State Machines (2001) (staff.itee.uq.edu.au)
Concrete Semantics (concrete-semantics.org)
Long story short: learn language semantics and formal verification of software in Isabelle/HOL from one of the main people behind seL4 verification. Then you can [more] easily use or extend such stacks.
Fun with Lambda Calculus in JS (github.com)