home.social

#wavelets β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #wavelets, aggregated by home.social.

  1. Ah, yet another riveting #bedtime story about the thrilling escapades of #wavelets on #graphs πŸ€“βœ¨. Because nothing screams excitement like spectral graph theory from 2009, now with 100% more arXiv-nerdery! πŸ”πŸ“šπŸ’€
    arxiv.org/abs/0912.3848 #spectraltheory #arXiv #nerdy #stories #HackerNews #ngated

  2. Ah, yet another riveting #bedtime story about the thrilling escapades of #wavelets on #graphs πŸ€“βœ¨. Because nothing screams excitement like spectral graph theory from 2009, now with 100% more arXiv-nerdery! πŸ”πŸ“šπŸ’€
    arxiv.org/abs/0912.3848 #spectraltheory #arXiv #nerdy #stories #HackerNews #ngated

  3. Ah, yet another riveting #bedtime story about the thrilling escapades of #wavelets on #graphs πŸ€“βœ¨. Because nothing screams excitement like spectral graph theory from 2009, now with 100% more arXiv-nerdery! πŸ”πŸ“šπŸ’€
    arxiv.org/abs/0912.3848 #spectraltheory #arXiv #nerdy #stories #HackerNews #ngated

  4. Ah, yet another riveting #bedtime story about the thrilling escapades of #wavelets on #graphs πŸ€“βœ¨. Because nothing screams excitement like spectral graph theory from 2009, now with 100% more arXiv-nerdery! πŸ”πŸ“šπŸ’€
    arxiv.org/abs/0912.3848 #spectraltheory #arXiv #nerdy #stories #HackerNews #ngated

  5. β˜• Here's a bit of technical content from me - today a deep dive on #baseline correction methods.

    πŸ“ˆ Baseline correction is a preprocessing technique to remove background signal and isolate peaks in hashtag#spectroscopy data.

    πŸ“ In my recent post I discuss two methods:
    1. Wavelet transform (WT) - Decomposes signal into components at different frequencies. Lowest frequency component represents baseline and can be removed.
    2. Asymmetric least squares (ALS) - Fits a smooth baseline function, penalising positive deviations more than negative ones.

    TL;DR: WT method is intuitive but can distort peaks. ALS produces better results.

    πŸ”Ž Both methods are applied on a #Raman spectrum and an X-ray fluorescence (#XRF) spectrum. ALS gives a cleaner baseline correction and it's effective for removing broad, slowly varying background while preserving sharper spectral features.

    #chemometrics #Python #MachineLearning #wavelets #regression

    nirpyresearch.com/two-methods-

  6. β˜• Here's a bit of technical content from me - today a deep dive on #baseline correction methods.

    πŸ“ˆ Baseline correction is a preprocessing technique to remove background signal and isolate peaks in hashtag#spectroscopy data.

    πŸ“ In my recent post I discuss two methods:
    1. Wavelet transform (WT) - Decomposes signal into components at different frequencies. Lowest frequency component represents baseline and can be removed.
    2. Asymmetric least squares (ALS) - Fits a smooth baseline function, penalising positive deviations more than negative ones.

    TL;DR: WT method is intuitive but can distort peaks. ALS produces better results.

    πŸ”Ž Both methods are applied on a #Raman spectrum and an X-ray fluorescence (#XRF) spectrum. ALS gives a cleaner baseline correction and it's effective for removing broad, slowly varying background while preserving sharper spectral features.

    #chemometrics #Python #MachineLearning #wavelets #regression

    nirpyresearch.com/two-methods-

  7. β˜• Here's a bit of technical content from me - today a deep dive on #baseline correction methods.

    πŸ“ˆ Baseline correction is a preprocessing technique to remove background signal and isolate peaks in hashtag#spectroscopy data.

    πŸ“ In my recent post I discuss two methods:
    1. Wavelet transform (WT) - Decomposes signal into components at different frequencies. Lowest frequency component represents baseline and can be removed.
    2. Asymmetric least squares (ALS) - Fits a smooth baseline function, penalising positive deviations more than negative ones.

    TL;DR: WT method is intuitive but can distort peaks. ALS produces better results.

    πŸ”Ž Both methods are applied on a #Raman spectrum and an X-ray fluorescence (#XRF) spectrum. ALS gives a cleaner baseline correction and it's effective for removing broad, slowly varying background while preserving sharper spectral features.

    #chemometrics #Python #MachineLearning #wavelets #regression

    nirpyresearch.com/two-methods-

  8. β˜• Here's a bit of technical content from me - today a deep dive on #baseline correction methods.

    πŸ“ˆ Baseline correction is a preprocessing technique to remove background signal and isolate peaks in hashtag#spectroscopy data.

    πŸ“ In my recent post I discuss two methods:
    1. Wavelet transform (WT) - Decomposes signal into components at different frequencies. Lowest frequency component represents baseline and can be removed.
    2. Asymmetric least squares (ALS) - Fits a smooth baseline function, penalising positive deviations more than negative ones.

    TL;DR: WT method is intuitive but can distort peaks. ALS produces better results.

    πŸ”Ž Both methods are applied on a #Raman spectrum and an X-ray fluorescence (#XRF) spectrum. ALS gives a cleaner baseline correction and it's effective for removing broad, slowly varying background while preserving sharper spectral features.

    #chemometrics #Python #MachineLearning #wavelets #regression

    nirpyresearch.com/two-methods-

  9. β˜• Here's a bit of technical content from me - today a deep dive on #baseline correction methods.

    πŸ“ˆ Baseline correction is a preprocessing technique to remove background signal and isolate peaks in hashtag#spectroscopy data.

    πŸ“ In my recent post I discuss two methods:
    1. Wavelet transform (WT) - Decomposes signal into components at different frequencies. Lowest frequency component represents baseline and can be removed.
    2. Asymmetric least squares (ALS) - Fits a smooth baseline function, penalising positive deviations more than negative ones.

    TL;DR: WT method is intuitive but can distort peaks. ALS produces better results.

    πŸ”Ž Both methods are applied on a #Raman spectrum and an X-ray fluorescence (#XRF) spectrum. ALS gives a cleaner baseline correction and it's effective for removing broad, slowly varying background while preserving sharper spectral features.

    #chemometrics #Python #MachineLearning #wavelets #regression

    nirpyresearch.com/two-methods-

  10. Wavelet decomposition is very popular in image analysis and processing. Here's my attempt to share some code to perform spectral smoothing (or denoising, to be fancy) using the same principle.

    Wavelet denoising of spectra β€’ NIRPY Research
    nirpyresearch.com/wavelet-deno

    #ImageProcessing #chemometrics #spectroscopy #wavelets #DataProcessing

  11. Wavelet decomposition is very popular in image analysis and processing. Here's my attempt to share some code to perform spectral smoothing (or denoising, to be fancy) using the same principle.

    Wavelet denoising of spectra β€’ NIRPY Research
    nirpyresearch.com/wavelet-deno

    #ImageProcessing #chemometrics #spectroscopy #wavelets #DataProcessing

  12. Can the Continuous Wavelet Transform (CWT) improve the predictions of your deep / machine learning models?

    Reduced chance of over-fitting to noise, or other anomalies, in your raw data. Resulting in simpler lightweight models.

    A powerful preprocessing technique.

    medium.com/mlearning-ai/the-po