Wednesday, January 1, 2020

Re: New release of django-ai: Spam Filtering systems



On Monday, January 15, 2018 at 2:49:06 PM UTC-8, Matemática A3K wrote:

I'm very happy of announcing the second release of django-ai: Artificial Intelligence for Django.

https://github.com/math-a3k/django-ai

https://django-ai.readthedocs.io/en/latest/readme.html

The main exciting features of this version are Spam Filtering systems and Classification with Support Vector Machines ready to be plugged into any Django application.

Spam Filtering

This system uses the scikit-learn framework as engine and allows you to incorporate to any Django Model susceptible to spamming a self-updating filter capable of learning from labelled history to discern Spam content so you can act accordingly.

The classifier can be chosen and all the parameters in the process can be fine-tunned conveniently via the admin front-end. See the example and the documentation for more.

Plugging Spam Filters to your project has never been so easy!! :)

Classification

A new app is introduced: Supervised Learning, which provides Classification and Regression models ready to be plugged into django-ai systems or to be used stand-alone in your application where deemed necessary.

Support Vector Machines (SVM), one of the most understood and best performing classifier for high-dimensional data is featured in this app.

Cheers! we can stop spam but we have develop  software to stop spam 


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ce418982-7c0e-494b-8272-015fd2bcfa2f%40googlegroups.com.

No comments:

Post a Comment