Skip to content
View Davidwarchy's full-sized avatar

Block or report Davidwarchy

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
Davidwarchy/README.md

Hi there 👋, I am David

Github Gmail

  • 🔭 I’m currently working on creating autonomous agents in simulation and the real world.
  • 🌱 I’m currently learning about backpropagation, reinforcement learning
  • 👯 I’m looking to collaborate on creating knowledge bases, systems for making life and intelligence persist through geological timescales
  • 🤔 I’m looking for help with compute resources
  • 💬 Ask me about existence, the origin of things, intelligence, autonomy
  • 📫 How to reach me: [email protected]
  • ⚡ Fun fact: be ok with not doing/achieving anything, and you'll be surprised by what you can do. world is contradictions galore.

Pinned Loading

  1. entitylink entitylink Public

    A simple algorithm for linking entities mentioned in text to entities in a knowledge base.

    Python 4

  2. rl rl Public

    Reinforcement Learning using the Q-learning algorithm to navigate a maze environment.

    Python

  3. knowledgecheck knowledgecheck Public

    A simple algorithm for adding entities to a knowledge base. Used by https://trilight.cloud to manager entity information

    Python

  4. vit vit Public

    Implementation of a Vision Transformer (ViT) model from scratch, including a script for visualizing attention on video frames

    Python