Artificial Intelligence

Articles
News

Climate Change, China and AI

Climate change and competition with China are the two things that top my list of the most important trends in machine learning. I had the opportunity to talk with key people in both of those realms in recent months for the Eye on AI podcast.

By Craig S. Smith
4 years ago
Python

Cythonizing Genetic Algorithms: 18x Faster

In this tutorial we use Cython to reduce the execution time of the genetic algorithm implemented in Python. We've brought down our computational time from 1.46 seconds to a mere 0.08 seconds, so that 1 million generations run in less than 10 seconds with Cython, compared to 180 seconds in Python.

By Ahmed Fawzy Gad
4 years ago