Skip to content
View KnutOplandMoen's full-sized avatar

Organizations

@ReLU-NTNU @The-Bardo-Foundation @Ovobu-Invest

Block or report KnutOplandMoen

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

Knut Opland Moen


About Me

  • 🎓 Computer Science, NTNU (August 2024 – Present)
  • 👨‍💻 Member of ReLU NTNU
  • 🔭 My primary interests lie in agentic AI, natural language processing, and computer vision.

🔭 My Projects

Here are a few of my favorite projects.

Project Description Technologies
Tic-Tac-Toe-computervision-robot A fully autonomous robot that uses computer vision, AI, and robotics to play Tic-Tac-Toe against a human opponent. The robot "sees" the board, "thinks" of a move, and executes it. C++ Python
Ai-text-detector A neural network designed to distinguish between human-written and AI-generated text. Python
light_NN A neural network framework for supervised and Q-learning, built from scratch in C++ as part of a university course project. C++

Pinned Loading

  1. Ai-text-detector Ai-text-detector Public

    A neural network designed for identification of textual content, distinguishing between human-written and AI-generated text. The system leverages natural language processing and machine learning al…

    Python 1

  2. Tic-Tac-Toe-computervision-robot Tic-Tac-Toe-computervision-robot Public

    This project showcases a fully autonomous Tic-Tac-Toe robot that uses computer vision, AI, and robotics to play against a human opponent. The robot "sees" the game board through a camera, "thinks" …

    C++ 1 1

  3. light_NN light_NN Public

    In this project for class TDT4102 at NTNU we made a neural network framework for supervised learning and for Q-learning from scratch. We made two setup options, one using the TDT4102 template in VS…

    C

  4. Nynorsk-retter Nynorsk-retter Public

    program som vil gå gjennom en gitt tekst, se etter mulige nynorsk rettskrivnings og grammatikk feil, for å så peke ut disse til bruker av programmet.

    Python