Skip to content
View ohhh25's full-sized avatar
  • Chino Hills, CA
Block or Report

Block or report ohhh25

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
ohhh25/README.md
  • 👋 Hi, I’m @ohhh25 (Lukas Cao)
  • 👀 I’m interested in Science, Mathematics, and AI
  • 🌱 I’m currently learning something....
  • 💞️ I’m looking to collaborate on AI
  • 📫 How to reach me: Email -- lukascao06@gmail.com

Pinned

  1. ai-book ai-book Public

    Intro to Artificial Neural Networks for High Schoolers

    Python 106 3

  2. Description At The Top of Code. Description At The Top of Code.
    1
    # This file will create a image of the integer, "1".
    2
    # The image is created with a NumPy array and then converted to a Pillow Image.
    3
    # The image is contains only one channel, "L", with a dtype of "np.uint8".
    4
    # I made this file to have fun and also understand how images on a computer
    5
    # work.
  3. ohhh25 ohhh25 Public

    Config files for my GitHub profile.

  4. vis-basic-cnn vis-basic-cnn Public

    Here you can visualize almost all aspects (weights, biases, output after a layer, etc.) of a basic CNN.

    Jupyter Notebook 1