Giter Club home page Giter Club logo

Hi there, I'm Richa šŸ‘‹ codeSTACKr.com

I'm a Machine learning PhD Researcher at University of Florida.

  • šŸ”­ I'm working as a Graduate Research Assistant in UF Political Science Department.
  • šŸ”­ Iā€™m interested in HyperSpectral Imaging.
  • šŸŒ± I like to write āœ blogs on how to work with Hyperspectral data on Medium. Check out my medium profile Here.

Connect with me:

Richa Dutt | LinkedIn Richa Dutt | Medium


Languages and Tools:

Python

Keras

Tensorflow

C++

Scikit

NumPy

Matplotlib

Pandas

SQL

MySQL

QT

GitHub




Check out my latest blogs on medium :

Recent Article 0

Recent Article 1


Richa's GitHub stats

Richa Dutt's Projects

bitcoin-simulator icon bitcoin-simulator

Implementation of Bitcoin protocol to simulate bitcoin mining, wallet, and transactions.

linear-and-circular-convolution-using-fft icon linear-and-circular-convolution-using-fft

This program demonstrates (i) the speedup obtained by using FFTs in numerical convolution. The two sequences x and y must contain at least 1000 elements each. The convolution code is written on own and libraries are used for the FFT computation. The speedup is documented using TIC TOC. (ii) The errors between circular convolution using FFTs and linear convolution (direct computation) is documented. In both (i) and (ii), 5 sets of random x and y sequences are used.

principal-component-analysis icon principal-component-analysis

An octave script to generate the principal components of the clockwork-angels. This is run for different choices of input parameters. The relevant ones are: (i) Number of patches (number_patches) chosen to be somewhat greater than 1000. The code checks for this and discards duplicates. We also present a result for 20000 patches; (ii) Patch size (patch) usually chosen to be 16 Ɨ 16 but can be increased (and we present a result for 24 Ɨ 24); (iii) The number of eigenvectors (number_eig) chosen for the final display. This is usually 64 but we present a result with 256 eigenvectors; (iv) The gap between the eigenvector images (scratch) for the final display usually set to 4. There are many possible criteria for deciding how much information is preserved. One of the best is the sum of the Frobenius norm errors of all reconstructed patches divided by the Frobenius norm of the patch. But, the ratio of the sum of chosen eigenvalues divided by the total sum of all eigenvalues is also reasonable, etc

svd-based-image-reconstruction icon svd-based-image-reconstruction

Load the hendrix_final.png image and extract the R, G and B channels. Convert each channel image to double precision. Then execute the SVD separately on the R, G and B channels of the image. Plot (using a log-log plot) the non-zero singular values for the R channel. Comment on the nature of the plot. Plot the Frobenius norm of the reconstruction error matrix for each channel w.r.t. the dimension (increasing from 1 to the rank) and display the original and final reconstructed images (combined from R, G and B reconstructions)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.