Skip to content

dkincaid/Machine-Learning-Talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Various Machine Learning Talks

So far only includes Introduction to Machine Learning:

This talk will introduce the audience to machine learning techniques and algorithms through an example of a classifier that can predict an animal’s species as canine or feline based on a simple set of features. Three very different algorithms are introduced, Naïve Bayes, Artificial Neural Networks and Random Forests. These three algorithms provide a good starting point for most classification problems. The performance and accuracy of the three algorithms is compared and suggestions for future work on the classifier is suggested.

Directory structure

  • code: contains various source code used in the talk
  • data: data sets
  • slides: pdf's of the slides used in the talks
  • latex: the latex source code used to produce the slides

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages