Skip to content
View mandrewstuart's full-sized avatar
  • Toronto, Canada
Block or Report

Block or report mandrewstuart

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
mandrewstuart/README.md

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on applying natural language processing to improve search, topic analysis, and knowledge management.
  • ๐ŸŒฑ Iโ€™m currently learning that all languages are valid and have their benefits and drawbacks.
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on projects that help people, within healthy boundaries.
  • ๐Ÿค” Iโ€™m looking for help with diversifying my skillset.
  • ๐Ÿ’ฌ Ask me about something you find wildly interesting, whether or not you think I know anything about it. Let's have great conversations.
  • ๐Ÿ“ซ How to reach me: andrew.matte@gmail.com
  • ๐Ÿ˜„ Pronouns: he/him
  • โšก Fun fact: not all facts are fun.
  • All code that is not forked that is written by my is available under this license: "do whatever you want for free, please let me know how it goes and if it goes wrong, you may not sue me, just hire me to fix it for your use-case."

Pinned

  1. This is a 20-minute introduction to ... This is a 20-minute introduction to the Python programming language for a talk given at Lighthouse Labs in 2016.
    1
    #http://bit.ly/28VdHva
    2
    
                  
    3
    ##########
    4
    #VARIABLES
    5
    ##########
  2. genetic_algo genetic_algo Public

    A genetic algorithm

    Python 3

  3. spellcheck spellcheck Public

    A terrible spellchecker for custom dictionaries. It actually compiles a dictionary, doesn't cache it, and matches based on exhaustive substrings - so hey at least the output is good.

    Python 1

  4. nearest-neighbour-geo-search nearest-neighbour-geo-search Public

    I wrote a vector search application

    Rust 4 1