Skip to content

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