Python Forum
Training a model to identify specific SMS types and extract relevant data?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Training a model to identify specific SMS types and extract relevant data?
#1
Hi all,

I have been playing around with data extraction from SMS messages and had a conundrum. I wanted to create a system that would identify payment notification / receipt SMS's from my service providers and extract the relevant data to track my payments. I had initially accomplished this with PHP using regex which helped not only with identifying the notification messages but data extraction but realized that there was a downside if the structure of the messages changed, the regex match would fail. Is it possible in python to train a model to learn to identify the notification messages and handle the data extraction? If yes, what tutorials would you recommend I get into in order to accomplish this?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Data types changing by itself dimas 2 693 Oct-30-2023, 06:11 PM
Last Post: dimas
  Supervised learning, tree based model - problems splitting data Pixel 0 667 May-16-2023, 05:25 PM
Last Post: Pixel
  Sample training small model AndrzejB 3 1,203 Mar-22-2023, 07:37 PM
Last Post: jefsummers
  Sorting data by specific variables using argparse Bearinabox 5 1,421 Jan-01-2023, 07:44 PM
Last Post: Bearinabox
  Is it normal so much time training for Training Custom Object Detector?? hobbyist 2 2,766 May-31-2022, 08:55 AM
Last Post: aserikova
  extract and plot data from a txt file usercat123 2 1,230 Apr-20-2022, 06:50 PM
Last Post: usercat123
  Fitting transfer function model to FRF data ymohammadi 0 1,688 Feb-10-2022, 10:02 AM
Last Post: ymohammadi
  What is the best approach to training a final model after cross validation? amjass12 0 1,864 Jul-21-2021, 10:15 AM
Last Post: amjass12
  Can the data types be different for different columns? Robotguy 2 2,114 Aug-19-2020, 09:24 PM
Last Post: Robotguy
  How to extract data from paragraph using Machine Learning with python? bccsthilina 2 3,043 Jul-27-2020, 07:02 AM
Last Post: hussainmujtaba

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020