2024-08-05T02:37:11.256ZI made chinese go in python pygame: github.com/jon123boss/Go2024-08-03T05:15:14.951ZPacman in python: github.com/jon123boss/Pacman2024-08-03T05:13:37.241ZBackpropagation (neural network):github.com/jon123boss/Simple-backpropagation2024-07-27T07:19:19.080ZI finished implementing a simple method of back-propagation neural network: github.com/jon123boss/Simple-backpropagation2024-07-16T02:52:33.616ZI made Tetris in python: github.com/jon123boss/Tetris2024-07-15T01:21:07.382ZI recreated snake game in python using pygame: github.com/jon123boss/Snake-Game2024-07-13T10:53:02.133ZI make 2048 game in python pygame and even power ups: github.com/jon123boss/20482024-07-12T12:23:23.904ZI recreated the chain reaction game on 2 player games using pygame: github.com/jon123boss/Multiplying-Game2024-07-11T13:31:34.584ZI created a reinforcement learning agent to solve the multiarm bandit problem: github.com/jon123boss/ReinforcedLearning2024-07-11T10:02:56.751ZI started the basis of my own personal portfolio website: jon123boss.github.io/Jonnester-Personal-Website Github repo: github.com/jon123boss/Jonnester-Personal-Website2024-07-10T06:56:49.682ZAI Chatbot that is preset to being a AI Girlfriend, made using Characterai, gtts, and speech_recognition libraries in python. You can change the character id in the async def main() function and get your own API key from this github repo: docs.kram.cat/auth.html. And put it in client = aiocai.Client(''). Github Project link: github.com/jon123boss/AIGirlfriend
I finished implementing a simple method of back-propagation neural network: github.com/jon123boss/Simple-backpropagation
I recreated the chain reaction game on 2 player games using pygame: github.com/jon123boss/Multiplying-Game
I created a reinforcement learning agent to solve the multiarm bandit problem: github.com/jon123boss/ReinforcedLearning
I started the basis of my own personal portfolio website: jon123boss.github.io/Jonnester-Personal-Website Github repo: github.com/jon123boss/Jonnester-Personal-Website
AI Chatbot that is preset to being a AI Girlfriend, made using Characterai, gtts, and speech_recognition libraries in python. You can change the character id in the async def main() function and get your own API key from this github repo: docs.kram.cat/auth.html. And put it in client = aiocai.Client(''). Github Project link: github.com/jon123boss/AIGirlfriend