Skip to content
View otuemre's full-sized avatar

Block or report otuemre

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. simpleNET simpleNET Public

    A simple neural network framework built from scratch using Python and NumPy. Designed as a learning tool, SimpleNET includes essential layers, activation functions, and loss functions, enabling use…

    Python 1

  2. vigiNIDS vigiNIDS Public

    VigiNIDS: A machine learning-based system for detecting malicious network traffic using the UNSW-NB15 dataset. It distinguishes between normal and attack activities, providing a data-driven approac…

    Jupyter Notebook

  3. HousePricingML HousePricingML Public

    A machine learning project predicting house prices using regression models. Covers data preprocessing, feature engineering, and model comparison to achieve accurate results. Developed for a Kaggle …

    Jupyter Notebook

  4. dsa-Java dsa-Java Public

    A comprehensive collection of data structures and algorithms implemented in Java, with detailed explanations for each concept. This project was inspired by Bro Code, serving as a hands-on reference…

    Java 1

  5. doctorReviewSystem doctorReviewSystem Public

    Year 1 group project: A JavaFX desktop application for reviewing and rating doctors, featuring user and admin roles, search and sorting functionalities, and SQLite database integration.

    Java

  6. simpleGAN simpleGAN Public

    A simple Generative Adversarial Network (GAN) implemented in PyTorch to generate MNIST-like images. Includes TensorBoard integration for visualization.

    Python