M.Sc in Computer Science Research කරගන්න place එකක් දන්නවද මචන්? මගේ research එක Deep learning subject related.
Last edited:
සල්ලි වලට මචන්. Job ekath ekka time na. ekai. mn ATL knk widihta company ekka wada. mge msc eke last part ekata.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 තමා කරන්න වෙන්නේ උඩ කියලා තියෙනවා වගේ.
Denna machnඑහෙනන් මොහොක හරි රෙජිස්ට වෙලා, තෙසිස් එක පිටින් කරන්න.
මන් නම්බර් එකක් දෙන්නන්.
උන් කරනවා තෙසිස් සල්ලි වලට.
සෙට් වෙනවද කියල කතා කරල බලන්න
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.

e mko bn?ඔය රිසර්ච් ටොපික් එක ඩිලීට් කරන්න, නැත්නම් පස්සේ අවුළක් එන්න බැරි නැහැ.
Thanks. Are u have any experience doing research?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.
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,Thanks. Are u have any experience doing research?
Thank you very muchI 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.
So your whole project could be broken into the following stepsThank you very much
ThanksSo your whole project could be broken into the following steps
- Securing a good data set ( data that has been anonymized but without affecting the quality)
- Defining the transactions/patterns of interest ( Credit vs Debit Txn ratio, cash deposits, cashiers checks)
- Enriching the dataset ( This is possible if the data is not anonymized as you need real data to profile against social media)
- Define your input data set ( This will be the most difficult as we always tend to define our inputs to overfit)
- Train your DNN.
- Look at the clustering and repeat from 4 till you are happy with the results against the test data set.