M.Sc Research

kasun_kbp

Well-known member
  • May 12, 2015
    18,271
    1
    59,264
    113
    Kaduwela
    සල්ලි වලටද නැත්නම් Genuinely වැඩේ බැහැලම කරන්නද?
    මොනවා වුනත් උබ වැරද්දක් කරනවා මචං.
    උබ ඕක කරාම ලංකාවේ එවුන් සල්ලි හොයන්නේ කොහොමද?
    UoM තමා කරන්න වෙන්නේ උඩ කියලා තියෙනවා වගේ.
     
    • Love
    Reactions: Esh95

    Esh95

    Well-known member
  • Aug 16, 2021
    530
    288
    63
    Sri Lanka
    UoC, UoM, UoK, SLIIT

    Ona tharan thiyenne
    සල්ලි වලට මචන්. Job ekath ekka time na. ekai. mn ATL knk widihta company ekka wada. mge msc eke last part ekata.

    සල්ලි වලටද නැත්නම් Genuinely වැඩේ බැහැලම කරන්නද?
    මොනවා වුනත් උබ වැරද්දක් කරනවා මචං.
    උබ ඕක කරාම ලංකාවේ එවුන් සල්ලි හොයන්නේ කොහොමද?
    UoM තමා කරන්න වෙන්නේ උඩ කියලා තියෙනවා වගේ.
    සල්ලි වලට මචන්. Job ekath ekka time na. ekai. mn ATL knk widihta company ekka wada. mge msc eke last part ekata.
    ------ Post added on Aug 28, 2022 at 11:57 AM
     
    • Haha
    Reactions: Solo Rider

    Solo Rider

    Well-known member
  • Sep 4, 2020
    35,924
    1
    157,332
    113
    98
    හෝමාගම
    එහෙනන් මොහොක හරි රෙජිස්ට වෙලා, තෙසිස් එක පිටින් කරන්න.

    මන් නම්බර් එකක් දෙන්නන්.
    උන් කරනවා තෙසිස් සල්ලි වලට.

    සෙට් වෙනවද කියල කතා කරල බලන්න
     

    Esh95

    Well-known member
  • Aug 16, 2021
    530
    288
    63
    Sri Lanka
    එහෙනන් මොහොක හරි රෙජිස්ට වෙලා, තෙසිස් එක පිටින් කරන්න.

    මන් නම්බර් එකක් දෙන්නන්.
    උන් කරනවා තෙසිස් සල්ලි වලට.

    සෙට් වෙනවද කියල කතා කරල බලන්න
    Denna machn
     

    kevin_levin

    Well-known member
  • Jun 9, 2014
    10,359
    14,189
    113
    M.Sc in Computer Science Research කරගන්න place එකක් දන්නවද මචන්? මගේ Topic එක Deep learning approach to detection of Money laundering.

    සල්ලි වලට මචන්. Job ekath ekka time na. ekai. mn ATL knk widihta company ekka wada. mge msc eke last part ekata.
    👍 :baffled:
     

    NecroMonger

    Active member
  • Dec 27, 2011
    145
    63
    28
    Interesting topic. I assume you want to try to detect patterns in the placement part of the ML process? As layering will be difficult as yo will need to collate data from multiple banks/FIs ?
    Maybe you can classify customers and find a cluster which matches the profile you are looking after.
    Definitely an interesting topic.
     
    • Like
    Reactions: Esh95

    Esh95

    Well-known member
  • Aug 16, 2021
    530
    288
    63
    Sri Lanka
    Interesting topic. I assume you want to try to detect patterns in the placement part of the ML process? As layering will be difficult as yo will need to collate data from multiple banks/FIs ?
    Maybe you can classify customers and find a cluster which matches the profile you are looking after.
    Definitely an interesting topic.
    Thanks. Are u have any experience doing research?
     

    NecroMonger

    Active member
  • Dec 27, 2011
    145
    63
    28
    Thanks. Are u have any experience doing research?
    I do but I don't undertake paid research. I have done similar things for my MSc but I can give you some pointers. For a start, using K-mean clusters for fraudulent transaction detection is a well studied area. You need to refine the said methodology and specialize on the AML side. Maybe include things like Social media aspect to enrich/enhance the clustering,
    The biggest problem for you would be to find a suitable data set.
    Be mindful, the first rule of AI/ML : Garbage in- Garbage out.
     
    • Like
    Reactions: Esh95

    Esh95

    Well-known member
  • Aug 16, 2021
    530
    288
    63
    Sri Lanka
    I do but I don't undertake paid research. I have done similar things for my MSc but I can give you some pointers. For a start, using K-mean clusters for fraudulent transaction detection is a well studied area. You need to refine the said methodology and specialize on the AML side. Maybe include things like Social media aspect to enrich/enhance the clustering,
    The biggest problem for you would be to find a suitable data set.
    Be mindful, the first rule of AI/ML : Garbage in- Garbage out.
    Thank you very much
     

    NecroMonger

    Active member
  • Dec 27, 2011
    145
    63
    28
    Thank you very much
    So your whole project could be broken into the following steps
    1. Securing a good data set ( data that has been anonymized but without affecting the quality)
    2. Defining the transactions/patterns of interest ( Credit vs Debit Txn ratio, cash deposits, cashiers checks)
    3. Enriching the dataset ( This is possible if the data is not anonymized as you need real data to profile against social media)
    4. Define your input data set ( This will be the most difficult as we always tend to define our inputs to overfit)
    5. Train your DNN.
    6. Look at the clustering and repeat from 4 till you are happy with the results against the test data set.
     
    • Love
    Reactions: Esh95

    Esh95

    Well-known member
  • Aug 16, 2021
    530
    288
    63
    Sri Lanka
    So your whole project could be broken into the following steps
    1. Securing a good data set ( data that has been anonymized but without affecting the quality)
    2. Defining the transactions/patterns of interest ( Credit vs Debit Txn ratio, cash deposits, cashiers checks)
    3. Enriching the dataset ( This is possible if the data is not anonymized as you need real data to profile against social media)
    4. Define your input data set ( This will be the most difficult as we always tend to define our inputs to overfit)
    5. Train your DNN.
    6. Look at the clustering and repeat from 4 till you are happy with the results against the test data set.
    Thanks