Tic Tac Toe with AI!

What's up guys! Today I have created a AI using RL(Reinforcement Learning) that plays Tic Tac Toe with you. Using a Q-Network, we train the AI using the Adam optimizer and we train on 10,000 Episodes ...
0 Read More

AugMix in PyTorch (2)

AugMix in PyTorch (2)
Buy Me a Coffee☕*Memos: My post explains AugMix() about no arguments and full argument. My post explains AugMix() about severity argument (2). My post explains AugMix() about mixture_width argume...
0 Read More

AugMix in PyTorch (3)

AugMix in PyTorch (3)
Buy Me a Coffee☕*Memos: My post explains AugMix() about no arguments and full argument. My post explains AugMix() about severity argument (1). My post explains AugMix() about mixture_width argume...
0 Read More

Build Your First Open Source AI Agent

Build Your First Open Source AI Agent
If 2024 was the year of AI chatbots, then 2025 is the year of AI agents. At first glance, they may seem similar, but nothing could be farther from the truth. While you may interact with an AI agent in...
0 Read More