Computer Science Notes

Computer Science Notes

CS Notes is a simple blog to keep track about CS-related stuff I consider useful.

30 Jul 2023

Sharing your own dataset on Hugging Face

What are the benefits of using Hugging Face for sharing your datasets? Not sure really, but let's try it to see what all this hype is all about [5 min read]
08 Apr 2023

Publishing your model on Hugging Face.

Share your model, your dataset, provide a simple mechanisms for using them. That is what research is all about. Hugging Face provides you with a great infrasctruture for doing that an a little more. [5 min read]
19 Mar 2023

Using CNN for a Domain name Generation Algorithm (2)

DGA is a mechanism used by malware for establishing contact with the C2 channel. This is the second post of the series for creating a simple DGA using techniques for text generation. In particular, CNN uses Keras and Tensorflow for R. [6 min read]
12 Mar 2023

Don't be afraid of AI. Embrace it

The use of artificial intelligence (AI) algorithms in various fields are becoming an integral part of our lives. While some people are opposed to their use others have embraced the technology and are using it. I am one of them. [6 min read]
27 Feb 2023

Using CNN for a Domain name Generation Algorithm (1)

DGA is a mechanism used by malware for establishing contact with the C2 channel. The idea behind this post is to show how to create a simple DGA using techniques for text generation. In particular, CNN using Keras and Tensorflow for R. This is the first part of a series of two. [6 min read]