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:
Comments (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...
-
Five basic elements about reinforcement learning: agent, state, environment, policy, reward. Here is an example https://builtin.com/data-...
-
Comparison among bestText to Image AI generation Here are some results for "every success starts from small steps" 1) Dalle E 2,...
-
https://kubernetes.io/blog/2019/07/23/get-started-with-kubernetes-using-python/ A Kubernetes service - I’m using Docker Desktop with Kub...
-
grpd = df.groupby('name').size() print(grpd) grpd.reset_index().to_csv('result.csv')
-
https://www.topbots.com/4-different-approaches-natural-language-processing-understanding/