LIKE KINDA SUPER IMPORTANT NOTE: Hi! Q here. Your most likely reading this and really excited about building your own AI. I was too in 2011 when I had a dream of building an AI to solve all of humanitie's problems. My most up to date research in artificial general intelligence(AGI) can be found in my other github repo wAlnut.
The majority of the material here was created while taking Andrew Ng's free online Machine Learning class which I highly recommend!
"A computer program is said to learn from experience E with respect to some task T and some performance measure P, if its performance on T, as measured by P, improves with experience E."
~ Definition of Machine Learning by Tom Mitchell
-
Install Octave free here or Matlab not free here. Note that Octave = Matlab without the nice graphical user interface. I use Octave so don't feel like you are missing anything if you don't have money for Matlab.
-
Fork this repository and clone it locally! Navigate into specific folders (made them very specific) and look at the
README.md
file for that specific folder for which file(s) to run to see examples of what machine learning algorithms can do for you. Enjoy!
-
diagnosticTests = tests that will give you insight into what is & isn't working with a learning algorithm
-
imagesForExplanation = contains images used in other folder's
README.md
files for explanation so don't worry about this folder -
supervisedLearning = teach the computer how to learn
-
unsupervisedLearning = let the computer learn by itself
- neuralNetworks
-
README.md = the file you are reading right now