Building ethical AI in your business – proactive rather than reactive approach.

AI development has exceeded our expectations. There is no doubt, that before our eyes is taking place the fourth industrial revolution. However, the adoption of data-driven systems brings with it many challenges. One of them is solving ethical dilemmas. We all agree that AI has the ability to enrich our everyday life. In fact, it’s …

Building ethical AI in your business – proactive rather than reactive approach. Read More »

3 ways to create a Deep Neural Network model with Keras and Tensorflow 2.0 – Sequential, Functional and Subclassing API

In this article you will learn about three ways to create deep neural network models using Keras and Tensorflow 2.0 You will learn about their advantages and limitations, and see examples of how these methods are used. Keras and Tensorflow 2.0 provide three ways to build different deep neural network architectures: Sequential API Functional API …

3 ways to create a Deep Neural Network model with Keras and Tensorflow 2.0 – Sequential, Functional and Subclassing API Read More »

AI in crisis managament

Some people think, that the evolution of Artificial Intelligence can lead us to a global crisis. In my opinion, it is quite opposite! Artificial Intelligence is a very valuable member of the crisis management team right now and it is ready for new challenges. And nowadays there is no shortage of those … In crisis …

AI in crisis managament Read More »

Loops, lists, sorting… What’s next?

Most of the programming tutorials aimed at beginners emphasize learning fundamental code instructions like ‘for’ or ‘if’, enabling writing basic programs and algorithms. While it is a good idea to familiarize yourself with the nuances of your favorite programming language with such tutorials’ help, it won’t be necessary to go through essential programming rules every …

Loops, lists, sorting… What’s next? Read More »

AI on vacation

Imagine that: you have just arrived in a new place. You don’t use local language, but u have a lot of questions on the tip of your tongue: “Where is the cheapest supermarket?”, “Where can I eat something tasty and not so expensive?”, “Have I fulfilled all COVID requirements?”. Not always we will find a …

AI on vacation Read More »

Python is slow, so why we’re using it for Data Science?

Author: Mirosław “miro662” Błażej, Python developer and Masters’ IT student at AGH UST. Linkedin GitHub Nowadays, Python is the most popular programming language for data-science-related tasks. And many of those tasks are computation-heavy ones. One of them is matrix multiplication – a basic linear algebra operation, used by almost all ML algorithms, for example, to compute activations …

Python is slow, so why we’re using it for Data Science? Read More »

AI investing in AI

„By far the best investment you can make is in yourself“ – that is my favorite Warren Buffett‘s advice. It turns out, that also artificial intelligence took this lesson from “The Oracle of Omaha” to heart. Probably, in the future investing is going to be boring, because AI will be investing only in AI… Motherbrain …

AI investing in AI Read More »

3 tips every programming newbie should know – make use of your IDE

In my last article, I wrote that the journey for newbie programmers could be difficult. While starting, there are many things to struggle with because of lack of experience. In the previous article, I mentioned three tips that I would like to share with beginners and then I described the first one. Here, I will continue …

3 tips every programming newbie should know – make use of your IDE Read More »