Skip to content
View kwjesse's full-sized avatar
  • Idaho National Laboratory
  • Idaho Falls, Idaho

Block or report kwjesse

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. InternetRelayChat-IRC InternetRelayChat-IRC Public

    This Internet Relay Chat (IRC) is a complex piece of software that supports communication between users, various IRC commands such as USER, NICK, & JOIN, a configuration file, and a log file. The s…

    C 1

  2. PunGenerator PunGenerator Public

    My group designed a computational humorous system called PAUL BOT,” puns are usually lame but occasionally terrific”. Visit our survey to see the artefacts produced by PAUL BOT. The 2-Gram word lis…

    Python 1

  3. TravelingSalesperson TravelingSalesperson Public

    This project implements a branch and bound algorithm to find solutions to the traveling salesperson problem (TSP) giving me exposure to NP-complete problems. The branch and bound algorithm finds a …

    Python 1

  4. NetworkRouting NetworkRouting Public

    This project implements Dyskstra’s algorithm to find paths through a graph simulating a network routing problem. Two different data structures were used to execute a priority queue, an unsorted arr…

    Python 1

  5. NeuralNetworks NeuralNetworks Public

    These projects explore Principal Component Analysis (PCA), Unsupervised Learning vs Semi-Supervised Learning, Sequential API vs Functional API, Artificial Neural Networks (ANNs), Deep Neural Networ…

    Jupyter Notebook 1

  6. StringLibrary StringLibrary Public

    Implemented strcat, strncat, strchr, strrchar, strcmp, strncmp, strcpy, strncpy, strdup, strndup, strlen, and strstr in ARM.

    Assembly 1