This is a guide on how to install Caffe for Ubuntu 16.04 and above, without GPU support (No CUDA required).
sudo apt-get install libopencv-dev python-opencv
Idea for AI Project "Our future will be written in code." | |
1) Take a book in electronic format like a Jane Austen book from project Gutenberg. Take the last chapter in that book. Remove all the spaces. | |
Now write a computer program to put all the spaces back. You can easily count how many it got right since you have the original text. | |
1. Do it using Hidden Markov Models based on a frequency dictionary of English. | |
2. Do it using a Genetic Algorithm using an oracle based on the same frequency dictionary. |