The Best IDE For Newbies To Coding

For those of you who don't know, IDE stands for Integrated development environment. It is a software application which allows you to write and edit you source code, debug your applications, compile your code, etc. You can find more information about IDEs over here. An IDE is a very useful tool for newbies, as it … Continue reading The Best IDE For Newbies To Coding

Program Analysis : Rock Paper Scissor AI (Version 1.0)

ai, bots, artificial intelligence, robot, machine learning

This was the first machine learning based program developed by me. It doesn't use any fancy ML (Machine Learning) algorithms but works on simple pattern matching. Now, I will answer some questions which you might have : How Does It Work ? The bot has two states - 1) Learning, 2) Prediction. By default, at … Continue reading Program Analysis : Rock Paper Scissor AI (Version 1.0)