Skip to content
View Rosie-Wang's full-sized avatar

Block or report Rosie-Wang

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

    In PyTorch, I trained a MLP neural network to make a binary prediction on multiple adults' incomes, based on provided features to train on.

    Jupyter Notebook 1

  2. SudokuSolver SudokuSolver Public

    This project is my version of a simple Sudoku Solver in Python. It uses back-propagation, rather than randomized guesses, to speed up the solving process. In my code, I have included 3 examples of …

    Python

  3. X-PatternDetector X-PatternDetector Public

    I created, trained, and validated a single neuron classifier to a high accuracy, in order to use it as a binary classifier in the given problem. After building it from scratch in Python, I recreate…

    Jupyter Notebook

  4. SentenceBot SentenceBot Public

    Jupyter Notebook

  5. ClutterCutter ClutterCutter Public

    Forked from ece324-2020/ClutterCutter

    Python