Skip to content
View och234's full-sized avatar
Block or Report

Block or report och234

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

  1. CNN-based-facial-expression-detection CNN-based-facial-expression-detection Public

    This model uses Convolutional Neural Network to learn 8 different facial expression such as "neutral", "anger", "contempt", "disgust", "fear", "happy", "sadness" and "surprise".

    Python 1

  2. Surveliance-System Surveliance-System Public

    In this project, the Robotic Arm Edge is used to perform surveillance on a red brick. The robot detects the red brick using image segmentation by thresholding, the robot is moved using two degress…

    MATLAB

  3. mammogram-mass-project mammogram-mass-project Public

    This is a project use to describe if a mammogram is bening or malignant. The data set is from the uci repository and this is my final project implementation for the sundog frank kane udemy data sci…

    Jupyter Notebook 1 2

  4. kaggle-titanic-prediction kaggle-titanic-prediction Public

    This is a project which predict the possibility of a passenger in the Titanic ship surviving or not. Information can be found on the website listed

    Jupyter Notebook

  5. 100000000-instructions-evaluations-in-Linux 100000000-instructions-evaluations-in-Linux Public

    This project made used of a 2 level cache - L1: split cache and L2: unified cache. I evaluated the impact of changing the cache configuration, such as L1 and L2 Cache size, Associativity, Block Siz…

    Assembly 1

  6. Dynamically-allocating-memory Dynamically-allocating-memory Public

    In here I created a simple matrix transpose solver. The special part of this is that the user can input the size(any size) of the matrix they want to transpose and also the inputs of each elements …

    C++