Skip to content
View woodrmichael's full-sized avatar

Highlights

  • Pro

Block or report woodrmichael

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

Pinned Loading

  1. pokemon-image-classifier pokemon-image-classifier Public

    A deep learning-based classifier for first-generation Pokémon images, achieving ~89% validation accuracy. Built using TensorFlow, Keras, and distributed training with Horovod, this project supports…

    Jupyter Notebook 2

  2. dw-smart-pages dw-smart-pages Public

    Forked from sydneybalboni/dw-smart-pages

    Made for the 2024 MSOE Hacksgiving Hackathon, this project centers around an AI-Generated Exhibit Explorer designed to enhance visitor engagement and learning experiences at exhibits. Our solution …

    JavaScript

  3. Fibonacci-Heap Fibonacci-Heap Public

    A Java-based implementation of the Fibonacci Heap data structure, optimized for priority queue operations with efficient amortized time complexities. Includes core operations like insert, union, ex…

    Java

  4. Python-Gene-Optimization-Tool Python-Gene-Optimization-Tool Public

    Gene optimizer tool using user input. User can input a key in a FASTA file and you can either choose to optimize or deoptimize that gene. The newly optimized or deoptimized gene is written to a new…

    Python

  5. AutoCompleter-JavaFX-Project AutoCompleter-JavaFX-Project Public

    Create an AutoCompleter interface and implement the AutoCompleter through different data structures including an UnorderedList, OrderedList, BinarySearchTree, Trie, and a HashTable

    Java

  6. CPP-Wordle-Assist-Tool CPP-Wordle-Assist-Tool Public

    Developed a C++ program to assist users in identifying potential Wordle matches based on guess feedback. Takes in a .txt file containing possible answers and guesses along with the letter matches. …

    C++