Tag:Human beings
-
How does alphazero learn chess?
Researchers from deepmind and Google brain and former world chess champion Vladimir kramnik explored how human knowledge is acquired and how chess concepts are represented in alphazero neural networks through concept exploration, behavior analysis and examination of its activation. Alphazero has mastered all the professional knowledge of chess in just four hours. Alphazero wants to […]
-
The future has come! Interpretation of Huawei’s smart world 2030 report (with download)
Recently, Huawei released the smart world 2030 report to explore the trend in the next decade. Huawei Wang Tao’s keynote speech was “boundless exploration and opening up the future”. This article takes you to see what the 124 page report mainly talks about, and also pays attention to the relationship with the development of big […]
-
Plato and technological nerds: the creative partnership between man and technology by Edward Ashford Lee
。。 Original name: Plato and the nerd: the creative partnership of humans and technology 。。ISBN: 9787521714241 。。 Content introduction.. This is a book that breaks the boundaries of disciplines, breaks through the fields of engineering technology and information science, fully integrates human cognitive experience, and analyzes the symbiotic relationship between information technology reform and human cognition […]
-
In the future, the world will become more and more intelligent, so there will be no need for programmers? Explore the nature of programmers
Computers are useless.They can only give you answers.–Picasso Computers are useless. They can only tell you the answer—— Picasso C/C++Learning skirt [712] two eight four seven zero five 】, whether you areXiaobai is still an advanced person, whether you want to change your career or join it, you can learn about it, make […]
-
After reading hacker: the hero of the computer revolution
I read several good books during the National Day holiday, but the only thing that I can write a little experience after a few days is this hacker: the hero of the computer revolution. I should have bought the e-book for several years. I haven’t read it carefully, or the more important problem is that […]
-
Robots also produce “Empathy”! It’s similar to the psychology of a three-year-old
More than 2000 years ago, a skilled craftsman in the Western Zhou Dynasty came to Yanshi with a singer and dancer who presented a gift to King Mu of Zhou. After the song and dance performance, the actor actually winked at King Mu’s love girl. King Mu of Zhou was so angry that he wanted […]
-
【SQLite3】 4_ SQL transaction operation [common basis]
Example: char insert_sql[128] = {0}; for (int i=0; i<10000; ++i) { sprintf(insert_sql, “insert into bindtest values(%d, %d)”, i, i*100); ret = sqlite3_exec(ppdb, insert_sql, NULL, NULL, &errmsg); if (ret != SQLITE_OK) { printf(“insert fail\n”); break; } sqlite3_free(errmsg); } SQLite executes each statement in a transaction and supports read and write transactions. An application can only read […]
-
Can I have a patent for AI that can be invented and created?
Introduction:As AI has been able to create new things that are difficult for human beings to invent in all fields of production and life, it is time for us to seriously discuss the interesting and thorny issue of “whether AI can have patent rights”. A deformable food container and an emergency lamp are two simple […]
-
Understanding computer knowledge from the perspective of the real world
“Looking at computers from the perspective of the real world can help us learn more clearly about the computer field.This paper attempts to explain the field of computer technology with common things in life, so as to make knowledge more understandable This article is intended to be read by students who are majoring in computer […]
-
【SQLite3】 4_ Basic SQL operations
Example: char insert_sql[128] = {0}; for (int i=0; i<10000; ++i) { sprintf(insert_sql, “insert into bindtest values(%d, %d)”, i, i*100); ret = sqlite3_exec(ppdb, insert_sql, NULL, NULL, &errmsg); if (ret != SQLITE_OK) { printf(“insert fail\n”); break; } sqlite3_free(errmsg); } SQLite executes every statement in a transaction and supports read and write transactions. Applications can only read data […]
-
Why can’t AI perception be directly compared with human perception?
Introduction:Human level performance, human level precision In the development of AI system enterprises, we often hear such expressions, and its direction range covers face recognition, object detection, and even question answering and other aspects. With the continuous progress of machine learning and deep learning, in recent years, more and more excellent products have begun to […]
-
The eighth generation of Xiaobing’s annual press conference opened the second act of Xiaobing’s intelligent career
On August 20, 2020, Xiaobing company, rinna Co., Ltd. and Microsoft (Asia) Internet Engineering Institute jointly held the 8th generation of Xiaobing annual conference in Beijing. Dr. Shen Xiangyang, chairman of Xiaobing company and former Microsoft global executive vice president, and Dr. Wang Yongdong, senior vice president of Microsoft and President of Microsoft (Asia) Internet […]