Skip to content

Instantly share code, notes, and snippets.

View AshuMaths1729's full-sized avatar
🚴‍♂️
A Yogic Biker

Ashutosh Agrahari AshuMaths1729

🚴‍♂️
A Yogic Biker
View GitHub Profile
@AshuMaths1729
AshuMaths1729 / installing_caffe.md
Created October 12, 2018 12:19 — forked from nikitametha/installing_caffe.md
Installing Caffe on Ubuntu 16.04 and above (CPU ONLY, WITHOUT CUDA OR GPU SUPPORT)

This is a guide on how to install Caffe for Ubuntu 16.04 and above, without GPU support (No CUDA required).

Prerequisites:

OpenCV

sudo apt-get install libopencv-dev python-opencv

OpenBLAS OR Atlas

@AshuMaths1729
AshuMaths1729 / Idea for AI Project.docx
Last active September 21, 2021 04:16
AI Project Ideas to start with
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.