Skip to content
View conor-brennan's full-sized avatar
  • Vancouver, BC

Block or report conor-brennan

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. kn-visiontransformer kn-visiontransformer Public

    A custom vision transformer implementation based on the PyTorch architecture. Uses kernel normalization in place of LayerNorm to achieve faster convergence

    Python

  2. wordle-solver wordle-solver Public

    A wordle solver that uses a greedy entropy-based algorithm to determine the next best choice. Wins with an average score of 3.68 guesses (close to the optimal 3.421).

    Python

  3. PokemonGoBattleSimulator PokemonGoBattleSimulator Public

    A program that simulates Pokemon Go PVP battles in the Great League. Was originally on my student GitHub page but UBC has wiped the old servers so I have no record of past changes. Originally writt…

    Java

  4. MultiplicativePersistence MultiplicativePersistence Public

    Calculates the multiplicative persistence of a lot of numbers very quickly

    Python

  5. weaver_bot weaver_bot Public

    A bot I write to solve the game Weaver (found at https://wordwormdormdork.com). My solution used a modified implementation of BFS over the set of all 4 letter words

    Python

  6. knights_vs_kings knights_vs_kings Public

    An analysis of the relative speeds between knights and kings in chess.

    Python