aimacode / aima-julia

Julia implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
126 stars 50 forks source link

Add probability.jl, mdp.jl, learning.jl, kl.jl, rl.jl, nlp.jl, and text.jl with their respective Base.Test tests. #10

Closed mikhail-j closed 6 years ago

mikhail-j commented 6 years ago

@norvig This pull request covers the following: probability.jl

mdp.jl

learning.jl

kl.jl

rl.jl

nlp.jl

text.py

norvig commented 6 years ago

This is an awesome amount of work and it looks great. Thanks for your dedication to this project!