I am working in the Artificial Intelligence area. I am thinking of two events happened to me.
1) I have the same dream over many years. While writing the post, I could not recall what exactly the dream now.
2) While I drove to pass a large field of peach flowers, I recalled the moment that I biked to high school and passed a large field of peach flowers.
Both events normally would not come to my mind at all. It seems deep in the brain, there are some super charged neurons which store some unique information, can be trigged by some specific outside stimulus.
I believe in the AI algorithm design, we should add such neurons. It stays there for a specific event, occasionally trigged by a specific type of stimulus.
2019/05/23
Subscribe to:
Posts (Atom)
How to Supercharge Your Python Classes with Class Methods
How to Supercharge Your Python Classes with Class Methods | by Siavash Yasini | May, 2024 | Towards Data Science As we just mentioned, a c...
-
https://rszalski.github.io/magicmethods/ __init__ __repr__ __getattr__ __setattr__ __call__(self, [args...]) context manager class Closer: ...
-
What is a Generalised Additive Model? What are Generalised Additive Models? | Towards Data Science 5.3 GLM, GAM and more | Interpretable M...
-
Five basic elements about reinforcement learning: agent, state, environment, policy, reward. Here is an example https://builtin.com/data-...
-
Use Celery Celery is an asynchronous task queue based on distributed message passing to distribute workload across machines or threads. A c...
-
• ENERGY CONSUMPTION https:// www.drivendata.org /competitions/51/electricity-prediction-machine-learning/page/101/ • TAXI ROUTE ...