Skip to content
View Jackie-Lian's full-sized avatar

Block or report Jackie-Lian

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

Popular repositories Loading

  1. cs189-hw4 cs189-hw4 Public

    Implemented logistic regression with gradient descent as the optimization algorithm

    Python 1

  2. cs189-hw1 cs189-hw1 Public

    Build classifiers using Support Vector Machine (SVM) for SPAM and CIFAR-10 dataset

    Jupyter Notebook 1

  3. neural-network neural-network Public

    Engineered a feed-forward fully-connected network and a convolutional neural network from scratch in Numpy for size 70,000+ MNIST dataset and size 60,000+ CIFAR-10 dataset respectively; achieving 8…

    Python

  4. cs189-hw5 cs189-hw5 Public

    Implemented decision tree and random forest in Python; applied those to SPAM and Titanic dataset on Kaggle

    Python

  5. cs189-hw3 cs189-hw3 Public

    Built classifier based on Gaussian discriminant analysis and Linear discriminant analysis

    Jupyter Notebook

  6. cs61c-proj3 cs61c-proj3 Public

    Built a CPU that runs actual RISC-V instructions and has pipelining in place for higher efficiency

    Python