الگوریتم Apriori
الگوریتم Apriori به چه معناست؟ الگوریتم Apriori الگوریتمی است که تلاش میکند روی رکوردهای پایگاه داده، بهویژه سوابق تراکنشها، یا رکوردهایی شامل تعداد مشخصی از فیلدها یا آیتمها کار کند. این یکی از تعدادی الگوریتم است که از 'رویکرد پایین به بالا' برای مقایسه تدریجی رکوردهای پیچیده استفاده می کند و در پروژه های پیچیده یادگیری ماشینی و هوش مصنوعی امروزی مفید است.Bedan الگوریتم Apriori را توضیح می دهد اساساً، الگوریتم Apriori هر بخش از یک مجموعه داده بزرگتر را می گیرد و آن را 'امتیاز' می کند یا آن را با سایر مجموعه ها به روشی منظم مقایسه می کند. نمرات به دست آمده برای تولید مجموعههایی استفاده میشوند که بهعنوان ظاهرهای مکرر در یک پایگاه داده بزرگتر برای جمعآوری دادههای انبوه طبقهبندی میشوند. از نظر عملی، میتوان با نگاه کردن به برنامههایی مانند «ابزار سبد بازار» ایده بهتری از الگوریتم دریافت کرد. کمک می کند تا بفهمید کدام اقلام با هم در یک سبد بازار خریداری می شوند، یا یک ابزار تجزیه و تحلیل مالی که به نشان دادن چگونگی روند سهام مختلف با هم کمک می کند. از سوی دیگر، دانشمندان می توانند توصیف بهتری از الگوریتم Apriori را از شبه کد آن که به طور گسترده به صورت آنلاین در دسترس است به دست آورند. الگوریتم Apriori ممکن است همراه با الگوریتم های دیگر برای مرتب سازی و کنتراست موثر داده ها استفاده شود تا تصویری بسیار بهتر از آن نشان دهد. چگونه سیستم های پیچیده الگوها و روندها را منعکس می کنند.
Apriori Algorithm
What Does Apriori Algorithm Mean? The Apriori algorithm is an algorithm that attempts to operate on database records, particularly transactional records, or records including certain numbers of fields or items. It is one of a number of algorithms using a 'bottom-up approach' to incrementally contrast complex records, and it is useful in today's complex machine learning and artificial intelligence projects. Techopedia Explains Apriori Algorithm Essentially, the Apriori algorithm takes each part of a larger data set and 'scores' it or contrasts it with other sets in some ordered way. The resulting scores are used to generate sets that are classed as frequent appearances in a larger database for aggregated data collection.In a practical sense, one can get a better idea of the algorithm by looking at applications such as a 'market basket tool' that helps with figuring out which items are purchased together in a market basket, or a financial analysis tool that helps to show how various stocks trend together. Scientists, on the other hand, can get a better description of the Apriori algorithm from its pseudocode, which is widely available online.The Apriori algorithm may be used in conjunction with other algorithms to effectively sort and contrast data to show a much better picture of how complex systems reflect patterns and trends.