JamDataJam
JamDataJam
  • Видео 5
  • Просмотров 33 721
NLP NLTK Basics Walkthrough
File is posted to my Github: github.com/jamdatajam/NLP-Stuff/tree/master/NLTK%20Basics%20Walkthrough
Just a quick walkthrough of NLTK in Python.
Music is copyright me, two nights ago when I felt like playing piano*. Recorded on my Iphone using Voice Memos app.
Thanks for watching!
*P.S. I'm normally a guitarist and/or drummer, so for this song, I played what I felt sounded interesting!
Просмотров: 68

Видео

Food Event Data Analysis
Просмотров 425 лет назад
You can get the files from my GitHub: github.com/jamdatajam/Food-Event-Data A video reviewing the approach and a few of the techniques I used for a recent paid data science/analysis report I did for a local company. Since the organizer of this event is still working through its details, I have anonymized quite a bit of the data. Thanks for watching my video and why not check out some of my othe...
How to code a simple heart beat detector (in Matlab)
Просмотров 21 тыс.5 лет назад
Files available at my GitHub: github.com/jamdatajam/Heart-Beat-Detector A complete step-by-step walk-through of how to import, process, plot, and detect heart beats in recorded ECG/EKG time series signal data in Matlab.
Treadmill Gait Response PID Controller (in MATLAB)
Просмотров 1205 лет назад
Another quick video demonstrating an initial proof of concept I worked on using a PID controller to help prevent stroke patient sleepiness during RAGT (Robot Assisted Gait Training).
Frequency Domain Noise Removal (in MATLAB)
Просмотров 13 тыс.5 лет назад
A quick video covering a really simple way to remove sound clip background noise in MATLAB. Code is here: github.com/jamdatajam/Frequency-Domain-Noise-Removal/blob/master/jamdatajam_FreqDomainGuitarEdit.m

Комментарии

  • @deenaalbugmi
    @deenaalbugmi 6 месяцев назад

    THANK YOU

  • @MeenakshiKapavarapu
    @MeenakshiKapavarapu 6 месяцев назад

    I'm getting an error at EKG=load(100m.mat) Can pls respond

  • @pauljohnvalencia1196
    @pauljohnvalencia1196 Год назад

    How can I input that sound in Matlab?

  • @Shaxzara
    @Shaxzara 2 года назад

    hey dude what u have been upto recently? its been so long since u uploaded etc. can u send me a link where we can follow u? insta linkdin?

  • @soadomar8451
    @soadomar8451 2 года назад

    When I tried to calculate Heart rate, the result is 306! , is that true??

    • @jamdatajam866
      @jamdatajam866 2 года назад

      Depending on how you did it, you may need to adjust the peak detection to be more specific. Basically, you need to make sure its not counting smaller peaks near the big peaks. Or try smoothing the signal more. Also, make sure that your sample rate/frequency is reasonable and that you are using the correct time window. Hope that helps!

  • @sniftyworld8363
    @sniftyworld8363 2 года назад

    Hey sir i want a help in similar project .can you please help me.?

  • @gehadsamir5663
    @gehadsamir5663 2 года назад

    how can I calculate heart rate after that???

  • @ASSAASIT
    @ASSAASIT 3 года назад

    which platform are you using to run this program?

  • @rabianoreen3226
    @rabianoreen3226 3 года назад

    math_combo.mp3 is getting error, can you plz guide

  • @nurulnabilah4642
    @nurulnabilah4642 3 года назад

    Sir, may I know why I can't run the code? Is this problem conservatives from the license file?

  • @paul2413
    @paul2413 3 года назад

    You are a legend

  • @mohanbadavath8378
    @mohanbadavath8378 3 года назад

    sir please send the code for ecg signal segmentation in time series

  • @tomfisher2000
    @tomfisher2000 4 года назад

    Great Video, how would you display an accurate Heart rate in BPM in the command window ?

    • @gehadsamir5663
      @gehadsamir5663 2 года назад

      did u know? :')

    • @jamdatajam866
      @jamdatajam866 2 года назад

      Try doing print() or disp() of the variable you used to store the heart rate or BPM. Sorry, I can’t remember what variable was used in the video, but if you know what it is in your code, then you can just use one of those commands to output the value to the command window.

  • @sihemnita7787
    @sihemnita7787 4 года назад

    Thanks for the explanation, please I have a question about what does it mean the variable: Actual_Time?

  • @Sk_zeeyel
    @Sk_zeeyel 5 лет назад

    can you send me the code

    • @jamdatajam866
      @jamdatajam866 4 года назад

      I added a link to the code to the description

  • @Mohamm-ed
    @Mohamm-ed 5 лет назад

    Thanks for the explanation

  • @전진아-h7m
    @전진아-h7m 5 лет назад

    Could you please share your code? Thank you!!

    • @jamdatajam866
      @jamdatajam866 5 лет назад

      Haha, sorry about that, I thought I had shared the Github link for it. Let me look into that and get back to you.

    • @bubblelay6516
      @bubblelay6516 4 года назад

      @@jamdatajam866 Sir do u mind sharing the code.

    • @jamdatajam866
      @jamdatajam866 4 года назад

      @@bubblelay6516 Added a link to the code in the video description, Thanks!

    • @zarishlashari6758
      @zarishlashari6758 2 года назад

      @@jamdatajam866 Sir can uh use any Filter Like FIR Or IIR?