2018/10/31
How to build your own AlphaZero AI using Python and Keras
https://medium.com/applied-data-science/how-to-build-your-own-alphazero-ai-using-python-and-keras-7f664945c188?mkt_tok=eyJpIjoiTkRFM1lXUmlOR1poWW1JMyIsInQiOiIyMWlrbVNnOUFpNjR0QUd4RUp4ajBSUEl3aGI0bWtyVFpzcnpoK2U4Wkl1TG0yd2ZLeUlkSFVLNUVMM3Vka0ZxMVk2c2lIaUxJeEdCbjNNckk4WTFadytiZ0Yzekpva3Y1VVQ0XC90R2dQaUZtYk1iVFwvV3ZzbjhkM3RKWnNXQnpDIn0%3D
Step by step instructions on the Alpha Go prototype.
Step by step instructions on the Alpha Go prototype.
2018/10/30
deep learning and reinforcement learning
Artificial Intelligence: What's The Difference Between Deep Learning And Reinforcement Learning?
https://www.forbes.com/sites/bernardmarr/2018/10/22/artificial-intelligence-whats-the-difference-between-deep-learning-and-reinforcement-learning/#52141bd271e1
This is a good article, easy for beginners.
This is a good article, easy for beginners.
2018/10/12
human perception
- This is analogous to the way humans and animals perceive the world: after observ- ing a scene for a few seconds, a human can remember which abstract objects were present in it (bicycle, tree) but can’t remember the specific appearance of these objects. In fact, if you tried to draw a generic bicycle from memory, chances are you couldn’t get it even remotely right, even though you’ve seen thousands of bicycles in your lifetime (see, for example, figure 5.28). Try it right now: this effect is absolutely real. You brain has learned to completely abstract its visual input—to transform it into high-level visual concepts while filtering out irrelevant visual details—making it tre- mendously difficult to remember how things around you look.
From "Deep Learning with Python"
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: ...
-
Use Celery Celery is an asynchronous task queue based on distributed message passing to distribute workload across machines or threads. A c...
-
https://docs.min.io/docs/python-client-quickstart-guide.html The MinIO Python Client SDK provides simple APIs to access any Amazon S3 com...
-
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. Wh...
-
Recently, my Mac laptop's (Majove, MacBook Pro (15-inch, 2017)) Safari failed to open. I searched around and could not find a solution. ...