Blog Posts

Subscribe to be notified about new posts.

Making MRI's smarter › Deep Learning at Hyperfine Research
As soon as Hyperfine was getting the first scans, I started building out the machine learning competency. We now have a strong team and are building algorithms that improve image quality and run on the scanner and tools for image interpretation that run in the cloud. I am passionate to work on hard and complex problems and there is no lack of those at Hyperfine. Read more ›

Threat Research › Learning Detectors of Malicious Network Traffic
Malware is constantly evolving and changing. One way to identify malware is by analyzing the communication that the malware performs on the network. Using machine learning, these traffic patterns can be utilized to identify malicious software. Machine learning faces two obstacles: obtaining a sufficient training set of malicious and normal traffic and retraining the system as malware evolves. This post will analyze an approach that overcomes these obstacles by developing a detector that utilizes domains (easily obtained from domain black lists, security reports, and sandboxing analysis) to train the system which can then be used to analyze more detailed proxy logs using statistical and machine learning techniques. Read more ›