2 रिपॉजिटरी
Standardized trait-based interfaces for training and prediction across different ML algorithms.
Distinct from Algorithm Interfaces: Specifically targets the standardization of the ML model lifecycle (train/predict) rather than general factory patterns or tuning algorithms.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Model Training Interfaces. Refine with filters or upvote what's useful.
Linfa, Rust में कार्यान्वित एक क्लासिकल मशीन लर्निंग फ्रेमवर्क और सांख्यिकीय शिक्षण सूट है। यह सुपरवाइज्ड और अनसुपरवाइज्ड लर्निंग के लिए एल्गोरिदम का एक संग्रह प्रदान करता है, जो रिग्रेशन, क्लस्टरिंग और डिसीजन ट्री जैसे पारंपरिक सांख्यिकीय तरीकों पर केंद्रित है। यह टूलकिट WebAssembly में कंपाइल होने की अपनी क्षमता के लिए जाना जाता है, जो विश्लेषणात्मक मॉडल्स को ब्राउज़र एनवायरनमेंट के भीतर निष्पादित करने में सक्षम बनाता है। यह अपने विभिन्न मॉडल्स में ट्रेनिंग और प्रेडिक्शन की प्रक्रिया को मानकीकृत करने के लिए एक ट्रेट-आधारित एल्गोरिदम इंटरफेस का उपयोग करता है। यह लाइब्रेरी सुपरवाइज्ड क्लासिफिकेशन और कंटीन्यूअस वैल्यू रिग्रेशन सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है। यह अनसुपरवाइज्ड क्लस्टरिंग, मॉडल एग्रीगेशन के लिए एनसेंबल मेथड्स और इंडिपेंडेंट कंपोनेंट एनालिसिस के माध्यम से सिग्नल प्रोसेसिंग प्रदान करती है। इस सूट में फीचर नॉर्मलाइजेशन, टेक्स्ट वेक्टरइजेशन और PCA और t-SNE का उपयोग करके डाइमेंशनलिटी रिडक्शन के लिए व्यापक डेटा प्रीप्रोसेसिंग टूल्स भी शामिल हैं। डेटा प्रबंधन के लिए अतिरिक्त यूटिलिटीज प्रदान की जाती हैं, जिसमें CSV इम्पोर्ट और सिंथेटिक डेटासेट जनरेशन शामिल है, साथ ही मॉडल इवैल्यूएशन टूल्स जैसे कन्फ्यूजन मैट्रिसेस और क्रॉस-वैलिडेशन मेट्रिक्स भी शामिल हैं।
Standardizes model training and prediction through a common trait-based interface for diverse learning algorithms.
This project is a distributed machine learning platform and sparse deep learning framework designed for training and serving models with high-dimensional sparse data. It functions as an online model serving infrastructure and recommendation system engine, enabling real-time item retrieval and scoring using deep tree matching and neural networks. The system distinguishes itself through a multi-task learning framework that optimizes multiple objective functions within a shared representation space. It features a specialized online serving infrastructure that supports dynamic model hot-loading a
Provides a high-level interface for executing training, prediction, and evaluation tasks to ensure codebase consistency.