Skip to content
View bnicholl's full-sized avatar
  • Dell
  • Philadelphia, PA

Block or report bnicholl

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

    There are no transform neural networks that are able to perform multi label classification tasks. So I engineered one myself

    Python

  2. cluster_every_combo cluster_every_combo Public

    Runs through a database of features, and clusters every single combination. amount_of_combinations parameter gives you the option to tell the algorithm how many features you want to cluster at a time.

    Python

  3. Deep-CNN-for-image-recognition Deep-CNN-for-image-recognition Public

    neural network that learns to classify images

    Python 1

  4. probability_word_jawnski probability_word_jawnski Public

    given a string of words, calculate the probability of the topic

    C++

  5. word_dimensions word_dimensions Public

    Jupiter Notebook describing how words derive meaning for NLP products such as Alexa and Siri

    Jupyter Notebook

  6. probability_from_postgres probability_from_postgres Public

    Kaggle competition where the goal is to create an algorithm that detects the probability that an app was downloaded given an add was clicked

    Python