Tag: python

Python is not just a programming language.

Python is also a neat automation tool, like a calculator, that can help you with many tiny tasks.  I use it every day in test automation, like  * getting the sum of all characters in a text,  * scrapping webpages,  * decipher system encoded texts into human readable text,...
Read More

Taxonomy of Cognitive Bots

My “Cognition Bot Taxonomy” can be split into 4 stages: Stage 1 – No cognition – No learning (read more) Stage 2 – Human cognition required – Supervised learning Stage 3 – Statistical cognition – Unsupervised learning Stage 4 – Self learning – Test Driven Reinforcement Learning...
Read More

Bot 1 – No cognition – No learning

The 1st stage of my “Cognition Bot Taxonomy”. The “No cognition” bot is purely mechanical and is not able to learn anything else than it is preprogrammed to do. A “No cognition” chatbot would work as a switch: You: asdkasf Bot: I did not understand you. Please write "on"...
Read More

My 1st Machine learning lecture for kids

I have held my 1st lecture about cognitive bots and machine learning for 12-16 year old children – it was a blast! Followed up with a programming workshop (in Scratch and Python). The content was: Part 1: What is learning. Why we learn. How our body learns (uncouncios). Part...
Read More

Telldus reference guide

What is Telldus / Tellstick? This guide is an intro, to making your own online tool to control your electronic devices (and building a smart home)...
Read More