Skip to content

Project 2: Disha Jindal #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

Conversation

DishaJindal
Copy link

@DishaJindal DishaJindal commented Sep 18, 2019

  • Repo Link
  • Stream Compaction
    • CPU Scan & Stream Compaction
    • Naive GPU Scan Algorithm
    • Work-Efficient GPU Scan & Stream Compaction
    • Thrust's Implementation
    • Performance Analysis
      [Extra Credit]
    • Optimized Work-Efficient GPU Scan & Stream Compaction: Since, the work efficient GPU approach has unnecessary number of live threads, I am making sure that we only have as many number of threads as required.
    • Radix Sort: Implemented Radix Sort using the optimized work-efficient stream compaction
  • Character Recognition
    • Multi Layer Perceptron with Input, Hidden and Output Layers
    • Trained and Tested on both XOR and Character Recognition Datasets
    • Tried Softmax and ReLU Activations
    • Performance Analysis w.r.t. number of nodes in hidden layer and learning rate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant