iChess.io Project Ready to Play

Hi, today I want to share the project iChess.io I have been working on for some time. And invite you to play 😉 With AI with Graphics Card acceleration in short GPU acceleration to make each move at least 5 seconds by the game engine. It is a self-study solution that will be stronger after each game, but each game a bit :D. You may see the below video that shows almost Continue ReadingiChess.io Project Ready to Play

How AI improve business

Hello, I am impressed by the last talk on TED by Shervin Khodabandeh. and it inspired me to write this post here. The TED talk points out that AI is better for suggestions and advice for people, and in the end, people make a decision. Please think about bank credit, the next chess move, and new sell or buy opportunities in the investments. Recently I made a new site for testing my Continue ReadingHow AI improve business

First Ph.D. Studies Failure Fruits

Hello, I wanted to confess that I failed the first try at the Ph.D. program because I changed my job. In the next few months, I will try to get back on track but again, from the beginning. You may ask why you changed such a fantastic job you had? I will not answer this here. All I can say is that I do not want to answer. Now I am part Continue ReadingFirst Ph.D. Studies Failure Fruits

PhD OpenCL Challenges

Hi, I want to show you code samples for OpenCL that may be important when you start with this great graphics card computing (GPU-computing) library. The goal is to make code as good as possible on any platform that supports OpenCL and on GPUs from AMD, Intel, NVidia, and Mali on CPUs from AMD, Intel ARM. All examples are from the Darknet on OpenCL port I did some time ago. The first Continue ReadingPhD OpenCL Challenges

Darknet in OpenCL on Beagleboard AI

Hi, today I have a fascinating single-board computer named Beagleboard AI.So far, my favorite single-board computer was Darknet in OpenCL on Asus Tinker Board S. Let’s login via SSH on the flashed system on the SD card and configure it. I connected to it also hardware webcam Logitech C920… but just before, I will show you the design and then command prompts to make it use Darknet on OpenCL piotr@hania ~ % Continue ReadingDarknet in OpenCL on Beagleboard AI

PL Lotto Predictor in C# with Encog 3.3

Yes, I know that it is impossible to predict lottery results. But if the results would be predictable? Of course, I know they are not, but just hypothetically, for a play with Perceptron Neural Network and prediction algorithms, I want to show you that in 250 lines of code, you can play with prediction thanks to the Encog 3.3 library. I recently bought 2 of Jeff Heaton’s  books about neural networks and Continue ReadingPL Lotto Predictor in C# with Encog 3.3