Category: Artificial Intelligence
Eight Queens Puzzle – Six Lines
‘Eight Queens Puzzle’ is a classic chess puzzle, where you are challenged to place 8 queens, of the same colour, onto… read more Eight Queens Puzzle – Six Lines
A Neural Network in Python, Part 2: activation functions, bias, SGD, etc.
This is Part 2 of A Neural Network in Python, which was a very simple neural network to learn the… read more A Neural Network in Python, Part 2: activation functions, bias, SGD, etc.
A Neural Network in Python, Part 1: sigmoid function, gradient descent & backpropagation
In this article, I’ll show you a toy example to learn the XOR logical function. My objective is to make it… read more A Neural Network in Python, Part 1: sigmoid function, gradient descent & backpropagation
A Brief Introduction to Artificial Neural Networks
This short article gives you a high-level overview of the AI technique known as artificial neural networks (ANN). The objective… read more A Brief Introduction to Artificial Neural Networks
Easy AI with Python 3
Survey several basic AI techniques implemented with short, open-source Python code recipes. Appropriate for educators and programmers who want to… read more Easy AI with Python 3
Recommended Online Courses in Computing, Science & Mathematics
These are MOOCs or Online Courses in Computing that I have taken or am in the process of taking, that… read more Recommended Online Courses in Computing, Science & Mathematics




