AI Geek Programmer

Home
  • All
  • COMPUTER VISION
  • MACHINE LEARNING
  • ML & BLOCKCHAIN
  • NLP

Looking at the advances in technology over the past few years, it's hard to name two more breakthrough technologies than artificial intelligence and blockchain. The former opened up entirely new possibilities in the fields of data analysis, predictions and robotics. The later one elevated decentralization, transparency and security as a...

Until recently, a large part of the key concepts in the field of artificial intelligence was not so clearly defined. Some of them, such as Deep Learning, were even referred to as "buzzwords", term used mainly by marketing and not strictly translated into scientific areas. Now, the basic concepts seem...

If you are a Python programmer and use the AWS and Anaconda environments, sooner or later you will come across the need to run a Python script as a cron process on Amazon Linux in the Anaconda environment. This shouldn't be difficult, right? Hmmm, unfortunately it is. Because I spent...

In the previous three parts of the tutorial, we learned about convolutional networks in detail. We looked at the convolution operation, the convolutional network architecture, and the problem of overfitting. In the classification of the CIFAR-10 dataset we achieved 81% on the test set. To go further we would have...