https://github.com/hackmcgill/ai
Artificially intelligent swag from the AI group at HackMcGill HackNights.
https://github.com/hackmcgill/ai
Last synced: 5 months ago
JSON representation
Artificially intelligent swag from the AI group at HackMcGill HackNights.
- Host: GitHub
- URL: https://github.com/hackmcgill/ai
- Owner: hackmcgill
- Created: 2013-10-01T22:17:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T17:30:39.000Z (about 12 years ago)
- Last Synced: 2025-06-17T18:48:41.029Z (7 months ago)
- Language: Python
- Size: 1.99 MB
- Stars: 2
- Watchers: 31
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ai@hackmcgill
==
Artificially intelligent swag from the AI group at HackMcGill HackNights.
Every Tuesday night in McGill TR3070 from 7PM onwards. Over the year we will cover stuff like:
- Machine learning
- Neural Networks
- NLP
- MapReduce/Hadoop
- General AI concepts
- Game theory
- Applications of this stuff
In python and (maybe) scala.
##overview
- October 1: Document classification using python, sklearn and naive bayes using a sample dataset pulled from hackerrank.com
- October 8: Using oct1 in real life. Scraping news websites and classifying their articles our way in python. We all worked on a part of the scraper. Next week we're going to talk about how we put it together.
- October 15: Putting the scraper together. Testing classification. Improvements on this? Additional resources, and "how do we make this more intelligent?" -> intro to NLP (maybe if we have time).
##textbooks / book resources
- Machine Learning in Action
- Bayesian Reasoning and Machine Learning by David Barber (most recent draft: http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/031013.pdf)
- Neural Networks: A Comprehensive Foundation by Simon Haykin
- Artificial Intelligence: A Modern Approach
##hone your skills
- http://hackerrank.com
##libraries for artificial intelligence
- http://scikit-learn.org/stable/ (python machine learning library)
- http://nltk.org/ (NLP library in python)