Datayoung
Start from Programing ,Network Engineering
Novell Netware Products ,System Support till Windows NT
then turn to Open Source and keep maintain Web/Email System for Corporate
Rule-Based Systems
const rules = [
{ question: "hello", answer: "Hi there!" },
{ question: "how are you", answer: "I'm doing great, thanks for asking!" },
{ question: "bye", answer: "Goodbye!" }
];
function simpleAI(input) {
input = input.toLowerCase();
for (let rule of rules) {
if (input.includes(rule.question)) {
return rule.answer;
}
}
return "I don't understand that.";
}
console.log(simpleAI("hello")); // Output: "Hi there!"
console.log(simpleAI("how are you")); // Output: "I'm doing great, thanks for asking!"
11/12/2024
10 septillion years on one of today’s fastest supercomputers
Willow’s performance on this benchmark is astonishing: It performed a computation in under five minutes that would take one of today’s fastest supercomputers 1025 or 10 septillion years. If you want to write it out, it’s 10,000,000,000,000,000,000,000,000 years.
2024/12/10
Meet Willow, our state-of-the-art quantum chip Our new quantum chip demonstrates error correction and performance that paves the way to a useful, large-scale quantum computer.
คลิกที่นี่เพื่อเป็นสมาชิก?
ประเภท
เว็บไซต์
ที่อยู่
Bangkok
10400