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

Block or report jayspeidell

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

    My capstone project for the Machine Learning Engineer Nanodegree from Udacity

    Jupyter Notebook 6 5

  2. jays_matrix_solver jays_matrix_solver Public

    Python

  3. ljvmiranda921/pyswarms ljvmiranda921/pyswarms Public

    A research toolkit for particle swarm optimization in Python

    Python 1.2k 332

  4. Step-by-step binary, dex, and decima... Step-by-step binary, dex, and decimal conversion
    1
    # This is a learning tool to illustrate the steps of converting from 
    2
    # one number system to another. 
    3
    
                  
    4
    # dec2hex(int) Convert a decimal number to hex step-by-step.
    5
    # dec2bin(int) Convert binary number to decimal step-by-step.
  5. super-moon-attack super-moon-attack Public

    A flying space shooter game on the moon

    Python

  6. Sample script to download Kaggle files Sample script to download Kaggle files
    1
    # Info on how to get your api key (kaggle.json) here: https://github.com/Kaggle/kaggle-api#api-credentials
    2
    !pip install kaggle
    3
    api_token = {"username":"USERNAME","key":"API_KEY"}
    4
    import json
    5
    import zipfile