Skip to content
View jameschengpeng's full-sized avatar

Block or report jameschengpeng

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. PyTorch-CNN-on-CIFAR10 PyTorch-CNN-on-CIFAR10 Public

    This is a Deep Learning model based on PyTorch. We train it for image classification on CIFAR10.

    Python 11 2

  2. Fully-connected-neural-network-on-MNIST Fully-connected-neural-network-on-MNIST Public

    This neural network is written from scratch in Python for the MNIST dataset (no PyTorch). The neural network is trained on the Training Set using stochastic gradient descent.

    Python 1

  3. Convolutional-neural-network-for-MNIST Convolutional-neural-network-for-MNIST Public

    I implement and train a convolution neural network from scratch in Python for the MNIST dataset (no PyTorch). I also write my own code for convolutions (e.g., do not use SciPy's convolution functi…

    Python 1

  4. Simulated-Annealing-in-Traveling-Salesman-Problem Simulated-Annealing-in-Traveling-Salesman-Problem Public

    This is the repository of the Simulated Annealing Part in Peng Cheng's Final Year Project

    Python 1

  5. Huffmancode Huffmancode Public

    Generate Huffman Code for text files

    Python

  6. 24-points 24-points Public

    Check if the 4 input numbers can generate 24

    C++