DEV Community

Rafael Arantes
Rafael Arantes

Posted on

Machine Learning for Vulnerable Code Detection in .NET: A Complete ML.NET Series

I’ve just published a new series on Machine Learning for detecting vulnerable code using ML.NET.

The series covers everything from the fundamentals of Machine Learning to building a Transformer from scratch in .NET.

📚 Read the full series:

• Teaching Machines to Learn
https://devfullstack.net/blog/teaching-machines-to-learn

• From Counting Words to Transformers
https://devfullstack.net/blog/from-counting-words-to-transformers

• What is Vulnerable Code?
https://devfullstack.net/blog/what-is-vulnerable-code

• CodeBERT and the AIs That Read Code
https://devfullstack.net/blog/codebert-and-the-ais-that-read-code

• Building a Vulnerable Code Detector with TorchSharp
https://devfullstack.net/blog/building-a-vulnerable-code-detector-with-torchsharp

• Building a Transformer from Scratch
https://devfullstack.net/blog/building-a-transformer-from-scratch

Top comments (0)