logo_itb_purple

Inside The Lab HarfangLab's tech Blog

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

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.…

14 min
graph1-1
ARTIFICIAL INTELLIGENCE

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”.    …

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

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…

7 min
AI-Image-Manipulation
ARTIFICIAL INTELLIGENCE

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…

4 min