Skip to content
View j-nordin's full-sized avatar

Block or report j-nordin

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

    Machine learning models are used to classify comments about the covid 19 vaccine to be either positive or negative about it. Vectorizers such as TfidfVectorizer and HashingVectorizer are used for f…

    Jupyter Notebook

  2. Failure-Prediction-of-Train-Sensor-Data Failure-Prediction-of-Train-Sensor-Data Public

    Failure prediction of train sensor data using autoencoders to perform anomaly detection

    Jupyter Notebook

  3. CNN_Car-Classification CNN_Car-Classification Public

    A Convolutional Neural Network is implemented to classify images of cars. A CNN trained from scratch is compared against a pretraind VGG16 model.

    Jupyter Notebook

  4. Awning-Safety-Monitor Awning-Safety-Monitor Public

    This is a script made to be run every X minutes (using for example cron-jobs) to check if the awning should be closed due to strong winds.

    Python

  5. Digital-Journal Digital-Journal Public

    Digital journal för akutpsykiatrimottagningen vid östra sjukhuset

    Kotlin 3

  6. RL_Q-learning_SARSA RL_Q-learning_SARSA Public

    Implementations and validations of Reinforcement Learning (RL) models, Q-learning, Double Q-learning, SARSA and Expected SARSA.

    Python