DCSIMG
AI - Pavel's Blog
Sign in | Join | Help

Pavel's Blog

Pavel is a software guy that is interested in almost everything
software related... way too much for too little time

Browse by Tags

Natural Language Processing (NLP) Library
17 January 08 03:26 PM | pavely | 2 comment(s)
בעיני התחום של הבינה המלאכותית (Artificial Intelligence, AI) הוא התחום המרתק ביותר בעולם המחשבים. אחד התת-תחומים המעניינים בו הוא הנושא של עיבוד שפה אנושית (Natural Language Processing - NLP). הנושא מורכב (בגלל מורכבות והרב משמעותיות של השפה האנושית) אבל מרתק. ספרייה מעניינת המבוססת על .NET 2.0 נקראת Proxeme וניתנת להורדה כאן (לאחר רישום קצר). הספרייה מאפשרת לבצע פעולות נפוצות בעולם של NLP כגון POS tagging, semantic analysis ולבסוף parsing מלא. הספרייה מאד מרשימה, וכרגע תומכת בשפה האנגלית בלבד (בעתיד...
תגים:, , ,
Interesting .NET Library
06 January 08 06:16 PM | pavely | with no comments
An interesting library I came across a few months ago: AForge . AForge is a .NET 2.0 based library (licensed under the GNU General Public License) that includes sub-libraries, such as Imaging (various filters, image manipulations), Genetic algorithms, Artificial Neural Networks (ANNs), machine learning algorithms, Video (including some DirectShow support) and computer vision. It can help in research in various AI and image processing fields. A few articles on using the library can be found at CodeProject...
תגים:,