Skip to content
View johnifegwu's full-sized avatar

Block or report johnifegwu

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

    Algorithms and Data Structures

    Go

  2. natural-language-processing natural-language-processing Public

    Natural language processing examples and automations

    Jupyter Notebook 1

  3. EShopping EShopping Public

    Asp.net 8.0 Micro-Services, CLEAN Architecture and IUnitOfWork e-Shopping Solution

    C# 1

  4. Go-Microservices Go-Microservices Public

    Go Inventory Microservices Project

    Go 1

  5. SleepyDriverDetection SleepyDriverDetection Public

    Advanced Sleepy Driver Detection System Leveraging a high-quality Sleepy Driver Dataset, this system is designed to deliver precise and reliable detection of driver drowsiness. By utilizing cutting…

    Python

  6. Deep Learning Example (Python Implem... Deep Learning Example (Python Implementation) requires the file (prima-indians-diabetes.csv) available as a separate gist.
    1
    # my first neural network with keras
    2
    # requires that TensorFlow or Theano be installed
    3
    from numpy import loadtxt
    4
    from keras.models import Sequential
    5
    from keras.layers import Dense