2 مستودعات
Reference implementations of algorithms used to study inner workings and mathematical logic.
Distinct from Polyglot Machine Learning References: None of the candidates cover a general, single-language reference library for statistical learning logic.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Algorithm Logic References. Refine with filters or upvote what's useful.
This project is a reference collection of statistical learning algorithms built from scratch using NumPy for linear algebra and matrix operations. It serves as an educational resource for studying the mathematical foundations and inner workings of machine learning models through manual implementations. The codebase provides hand-coded implementations of both supervised and unsupervised learning. This includes classification and regression models such as support vector machines, decision trees, and Naive Bayes, as well as data clustering and pattern discovery methods like k-means and hierarchi
The project serves as a reference codebase for studying the inner workings and parameter optimization of statistical learning models.
Pygorithm هي مكتبة خوارزميات بلغة Python ومرجع للمنطق الحسابي. توفر مجموعة من تطبيقات الخوارزميات القياسية وأدوات لتحليل كفاءة وقت التشغيل وأداء القياس لوظائف محددة. يُمكّن المشروع من فحص الكود المصدري الأساسي للوظائف الداخلية لدراسة كيفية هيكلة المنطق وتنفيذه. كما يربط تطبيقات محددة بتعقيدها الزمني والمكاني النظري لتحليل الأداء. تم تنظيم المكتبة في وحدات منفصلة تدعم تنفيذ أنماط الخوارزميات القياسية عبر مجموعات بيانات متغيرة. وهي تتضمن قدرات لقياس أداء تطبيقات Python وحساب التعقيد المقارب (Asymptotic Complexity).
Provides reference implementations of algorithms specifically to allow the study of their inner workings and mathematical logic.