he icon   en icon

LOGIN
התחברות או הרשמה
Avatar
להמשך הרשמה ידנית – לחץ על כפתור ההרשמה, להרשמה/כניסה מהירה בעזרת חשבון רשת חברתית – לחץ על הלוגו בכותרת

אפס סיסמה - שכחתי את שם המשתמש

שם משתמש
סיסמה
זכור אותי

בכדי לכתוב בפורום יש להרשם או להתחבר - ההרשמה/כניסה מתבצעת מכותרת האתר.  

ברוך הבא, אורח
שם משתמש: סיסמה: זכור אותי

כותרת קרדיט

Kunena
Kunena® Forum is an open source project that requires the dedication and investment of personal time from various contributors. This version has been made possible by the following contributors :
The Kunena Team would like to thank the community for its help and support. We also appreciate the hard work of everyone who have translated Kunena into many other languages. In addition we would like to thank many members of www.kunena.org, past and present, who have contributed and helped make this a more stable and bugfree version.
To return to the forum לחץ כאן
כל הזכויות שמורות © 2008 - 2013 Kunena, רישיון: GNU GPL
 

חדשות מעולם הבדיקות

  • DBRX: The Game-Changer in Large Language Models?

    DBRX: The Game-Changer in Large Language Models? A New State-of-the-Art Open LLM Arrives on the SceneThe empire of large language models (LLMs) is in a constant state of flux, and DBRX is a new contender making a splash. This blog post dives into what DBRX offers and how it compares to other prominent LLMs.What is DBRX?DBRX stands for “Databricks Big Representation with X Transformers” It’s a transformer-based decoder-only LLM developed by Databricks. Here’s what makes it stand out:Massive Scale: DBRX boasts a staggering 132B total parameters, placing it among the largest open LLMs currently available. This translates to potentially superior performance on intricate tasks requiring vast amounts of knowledge and processing power.Fine-tuned Mixture-of-Experts (MoE): Unlike traditional LLMs, DBRX utilizes a MoE architecture. Imagine a team of experts, each with a specific area of proficiency. DBRX works similarly, with multiple "expert" models collaborating. During inference, the most suitable expert for the given task is activated, potentially leading to improved efficiency and accuracy.Openness and Collaboration: DBRX is positioned as an open LLM, meaning its code and training data are accessible for research and development purposes. This fosters collaboration within the AI community and accelerates advancements in LLM technology.Strengths of DBRX Compared to Other LLMs:GPT-3 (OpenAI): While DBRX and GPT-3 (175B parameters) are both large models, DBRX’s MoE architecture might offer an edge in terms of efficiency and task-specific performance. Additionally, DBRX’s open nature fosters wider adoption and development compared to GPT-3’s limited access.LaMDA (Google AI): LaMDA (137B parameters) focuses on dialogue applications and demonstrates strong conversational abilities. However, DBRX’s larger scale and MoE architecture[…]

    28.03.2024 | 12:17 קרא עוד...
  • Mastering LeetCode: Crafting the Longest Palindrome from Mixed Letters

    IntroductionImagine receiving a jumbled collection of letters, both uppercase and lowercase, with the challenge to arrange these into the longest possible palindrome. This problem isn't just a brain teaser; its a common question in software engineering interviews, exemplified by tasks like those found on LeetCode (LeetCode 409. Longest Palindrome).A palindrome, as you may know, is a word or sequence that reads the same backward as forward, such as "radar" or "madam". The twist here is that "Aa" isn't a palindrome due to case sensitivity. Through examples like "abccccdd" transforming into "dccaccd" (7 characters) and "a" standing alone as "a" (1 character), we uncover the essence of this intriguing problem.Given a string s which consists of lowercase or uppercase letters, return the length of the longest palindrome that can be built with those letters.Letters are case sensitive, for example, "Aa" is not considered a palindrome here.Example 1:Input: s = "abccccdd"Output: 7Explanation: One longest palindrome that can be built is "dccaccd", whose length is 7.Example 2:Input: s = "a"Output: 1Explanation: The longest palindrome that can be built is "a", whose length is 1.The Strategy for SolutionTo tackle this problem, one must think about the characteristics of a palindrome: it is symmetrical. Each letter on one side has a matching letter on the opposite side, except possibly for one letter in the center of an odd-length palindrome. This insight leads us to focus on pairing up letters while possibly leaving one unpaired for the center.The crux of the solution lies in tracking letters[…]

    27.03.2024 | 8:30 קרא עוד...
  • ReportPortal AI-powered Test Automation Dashboard (Open Source)

    Test Guild - Automation Testing Tools Community ReportPortal AI-powered Test Automation Dashboard (Open Source) What is ReportPortal? Report Portal is a powerful tool for enhancing automation testing analysis and reporting. It provides features such as auto-analysis, which saves time by automatically analyzing failed tests based on historical data, and unique error analysis, which groups together similar failures to streamline investigation. With Report Portal, QA teams can easily track and […] You’re reading ReportPortal AI-powered Test Automation Dashboard (Open Source), originally posted on Test Guild - Automation Testing Tools Community - and copyrighted by Joe Colantonio

    27.03.2024 | 6:55 קרא עוד...

טיפים

לרשימה המלאה >>