Inside The Lab HarfangLab's tech Blog

Loading...
Idiomatic-Rust-can-fix-Bug

How to write idiomatically in RUST magically fixed my bugs

When using compiled languages, code cannot be run if it does not pass the compilation step, and for this reason, the compiler sometimes gets in your way. Sometimes, the compiler refuses the quick-and-dirty change you made to test an idea.…

Read more
14min
RUST
graph1-1

HL-AI Binaries depending on version

Description Ashley Binaries is a malware detection module powered by machine learning and deep learning. It works on executable files (PE files for windows and ELF for linux) and gives, for each sample, a “score of potential maliciousness”.    …

Read more
7min
ARTIFICIAL INTELLIGENCE
Deep-Learning-running-on-Windows-or-Linux-edge-devices

Run Deep Learning algorithms under 5MB on Windows or Linux

Over the last few years, deep learning methods have been shown to outperform previous state-of-the-art machine learning techniques and other more traditional approaches in a large range of fields, with computer vision being one of the most notable domains. A…

Read more
7min
ARTIFICIAL INTELLIGENCE
AI-Image-Manipulation

How image manipulation damages Deep Learning

Removing image manipulation approximations from image-like modelling in Deep Learning Deep Learning for image analysis With Convolutional Neural Networks (CNN) in Deep Learning, the computer vision field has had significant breakthroughs in recent years in the processing and classification of…

Read more
4min
ARTIFICIAL INTELLIGENCE