Skip to content

Instantly share code, notes, and snippets.

@NeilNjae
NeilNjae / intro-to-ai-ml-smith.md
Created May 30, 2019 14:36
Revised IoC AI workshop text

Introduction to Artificial Intelligence and Machine Learning Workshop

The Open University

Kents Hill Park in Milton Keynes

July 15th and 16th 2019

The Open University, together with the Institute of Coding, is running a two day practical workshop on Artificial Intelligence and Machine Learning. The workshop is intended for all, especially those who are new to machine learning.

The workshop will give you practical experience with using modern machine learning tools to analyse various real-world datasets, and will give you an understanding of the strengths and limitations of machine learning, and some possible impacts these tools could have on society.

The workshop has been designed for people without any machine learning or AI knowledge or experience. The resources are created so that even if you are not familiar with Python you will be able to still gain experience of machine learning tools and understand how to apply example machine learning tools. If you are an experienced programmer and hav

# Solution to Lucy's secret number puzzle, from
# http://datagenetics.com/blog/june12018/index.html
import collections
# how are the four questions answered for this number?
def signature(n):
return ( n % 2 == 0
, n % 3 == 0
, n % 5 == 0
@NeilNjae
NeilNjae / keybase.md
Created December 4, 2014 22:00
Keybase verification

Keybase proof

I hereby claim:

  • I am neilnjae on github.
  • I am neilnjae (https://keybase.io/neilnjae) on keybase.
  • I have a public key whose fingerprint is 200F DEE0 F005 DE41 F275 EF1F 93C1 D9ED 3B3E 06EA

To claim this, I am signing this object:

@NeilNjae
NeilNjae / rvm --trace gemdir
Created June 29, 2011 14:28
RVM gemdir bug support docs
neil@temujin:~/Documents/programming/ruby$ rvm --trace gemdir
+ /scripts/cli : __rvm_parse_args() 678 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 679 > export 'PS4=+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+ /scripts/cli : __rvm_parse_args() 679 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+ /scripts/cli : __rvm_parse_args() 701 > [[ -z '' ]]
+ /scripts/cli : __rvm_parse_args() 701 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 703 > [[ 0 -eq 1 ]]
+ /scripts/cli : __rvm_parse_args() 703 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 18 > [[ -n gemdir ]]
+ /scripts/cli : __rvm_parse_args() 20 > rvm_token=gemdir