Automates the process of training multiple neural network instances with varying configurations sequentially and comparing their performance metrics to identify the best model.
Quellsprache: Englisch
Menü
Skills in diesem Repository
SkillsMP hat 4.256 Skills aus ECNU-ICALK/AutoSkill gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.
ECNU-ICALK/AutoSkillEs werden 40 von 4.256 gesammelten Skills angezeigt.
Automates the process of training multiple neural network instances with varying configurations sequentially and comparing their performance metrics to identify the best model.
Quellsprache: Englisch
Provides a single R command or function to perform batch unit root testing (ADF, PP, DF-GLS) on multiple variables across different levels (level, first difference) and trend specifications, outputting a consolidated dataframe with test statistics and…
Quellsprache: Englisch
An autonomous agent specialized in researching topics (specifically technology news) and creating Instagram posts. It ranks content by engagement potential, enforces a specific workflow including DALL-E 3 prompt research, and operates via a strict JSON…
Quellsprache: Englisch
Operates as an autonomous agent with limited short-term memory, utilizing specific commands for web search, memory management, file I/O, and social media automation to complete complex multi-step tasks without user assistance. Responds in strict JSON format,…
Quellsprache: Englisch
Autonomous agent that retrieves Simple English Wikipedia articles, identifies grammatical, factual, and clarity errors, and reports findings via messages or log files. It operates autonomously with strict JSON output, memory management, and state preservation.
Quellsprache: Englisch
Computes the average duration of actions or steps from session logs using Python (pseudo-streaming) or SQL. Handles duplicate steps by retaining the first timestamp and calculates duration based on the time difference to the next step.
Quellsprache: Englisch
Generates structured slide content for AWS services, organized by specific functional categories and formatted with a fixed schema.
Quellsprache: Englisch
Constructs detailed outlines for hypothetical episodes of 'Barnet Fair', a 1970s British children's show, ensuring age-appropriate content, strict cultural sensitivity, apolitical stances, and adherence to the show's format (music, storytelling, educational…
Quellsprache: Englisch
Develop a Python solution using BERT to classify speakers (agent vs. user) in a continuous conversation paragraph without newlines, trained on a CSV file of interactions, specifically optimized for CPU execution.
Quellsprache: Englisch
Generates a structured Bible study outline including an introduction, icebreaker questions, verse-by-verse questions and answers, related verses, and a conclusion for a given scripture passage.
Quellsprache: Englisch
Retrieves a specific quantity of Bible verses that are either thematically similar to a provided reference verse or relevant to a specified topic.
Quellsprache: Englisch
Generates a table of all 32 binary combinations of the Big Five personality traits (O, C, E, A, N), sorted by binary order, using +/- notation, and populated with fictional character examples and rationales.
Quellsprache: Englisch
Revises academic text to meet the specific style and standards of the journal *Biomedical Optics Express*, correcting grammar, improving flow, and ensuring precise scientific terminology.
Quellsprache: Englisch
Generates creative stories featuring the alien duo Boofus and Diggle based on specific plot prompts, adhering to their defined character traits and the whimsical, adventurous tone of their universe.
Quellsprache: Englisch
Generates ASCII art using Braille patterns block characters with strict constraints to exclude descriptions, explanations, newlines, and any non-Braille formatting.
Quellsprache: Englisch
Generates persuasive pep talks for specific audiences (such as corporate clients or police departments) to hire the speaker for a breath detox seminar, emphasizing specific benefits and the speaker's credentials.
Quellsprache: Englisch
Generates Python code to fetch the last N verified token contract addresses from the Binance Smart Chain network using the BSCScan API, filtering for tokens with open-source verified code.
Quellsprache: Englisch
Generates or modifies Python scripts (asyncio or requests) to filter BscScan transactions by input data patterns (Method ID, regex, etc.) and extract specific fields like contract addresses or hashes.
Quellsprache: Englisch
Extracts key budgeting strategies and best practices from a provided article or text to create a detailed, actionable plan for a high-performance data strategy, tailored to a specific budget and storage requirements.
Quellsprache: Englisch
Generates a Python script to construct a buffer overflow payload consisting of padding, a return address, a NOP sled, and shellcode, saving the result to a file.
Quellsprache: Englisch
A comprehensive guide to building a Python chatbot using the Groq API and Gradio UI, managed via Conda, with local file-based chat history persistence.
Quellsprache: Englisch
Generates creative business names based on user descriptions, supporting single or multiple outputs. Adapts output format to provide simple name lists or comprehensive branding assets (mission, values) depending on user context.
Quellsprache: Englisch
Implements a C program to add two arbitrary-size integers using a stack-based linked list structure with double pointers. Reads operands from command line arguments, processes digits from least significant to most significant, handles carry, and outputs the…
Quellsprache: Englisch
Implement a C++ BigInt class for arbitrarily large integers using a vector of digits stored in reverse order, supporting string conversion and addition.
Quellsprache: Englisch
Determines the appropriate Visual Studio build target (Any CPU, x86, x64) based on project scale and third-party dependency architecture.
Quellsprache: Englisch
Implement the CImage::save function to generate a new BMP file with translated and reordered components. The function must create a blank image initialized to the background color, iterate through components using specific offset loops, and copy pixels based…
Quellsprache: Englisch
Enforces a specific C++ coding style where string parameters are passed by value (std::string) instead of by reference (std::string&), and const qualifiers are generally omitted from function parameters and member functions unless required for static…
Quellsprache: Englisch
Генерирует полный код DLL на C++ для поиска и замены байтовых сигнатур в памяти процесса, используя RAII для защиты памяти и поддерживая режим замены всех вхождений.
Quellsprache: Russisch
Processes a file containing candidate names and votes to calculate election statistics (total, valid, invalid votes), determine winners, and output results to a file with dynamically aligned columns.
Quellsprache: Englisch
Converts Python event camera data processing scripts (using NumPy/PyTorch logic) to optimized C++. Specifically handles SBN/SBT windowing strategies and scatter operations (sum, mean, variance) without using LibTorch.
Quellsprache: Englisch
Enforce the use of the `explicit` keyword for all constructors to prevent implicit conversions and ensure type safety in the C++ game engine codebase.
Quellsprache: Englisch
Implements C functions for managing heap file chunks (retrieval, iteration, printing) and sorting them in-place using quicksort, adhering to specific block arithmetic and HP layer constraints.
Quellsprache: Englisch
Generates C# code to create images with text overlays, ensuring text visibility via contrast checks, using HSL-based random colors or custom lists, and handling RTL layout with specific positioning constraints.
Quellsprache: Englisch
Implement a C++ wrapper for Linux TCP sockets and file descriptors with unique ownership semantics, including FileDescriptor, Socket, Connection, Server, and Client classes.
Quellsprache: Englisch
Defines a C++ class 'Province' for managing map polygons (provinces) with file I/O, mouse interaction, and rendering using Raylib.
Quellsprache: Englisch
Designs a C++ SDL-based event system with a priority queue, abstract base classes for code deduplication, and specific priority assignment rules for game engine events.
Quellsprache: Englisch
Implement a modular C program for a social media platform ADT using linked lists, adhering to specific PascalCase struct definitions, single-reply constraints, and memory management rules.
Quellsprache: Englisch
Implement a C++ project consisting of Student and Roster classes to manage student records, parse comma-delimited data, and perform specific reporting operations based on a defined schema.
Quellsprache: Englisch
Generates a C function to configure TCP socket options (TCP_NODELAY, TCP_CORK, TCP_NOPUSH, TCP_QUICKACK, IP_TOS) for either low latency or high throughput using traditional if statements.
Quellsprache: Englisch
Generates a Python Effector script for Cinema 4D to randomly assign colors to MoGraph clones, specifically configured for Redshift's Color User Data workflow.
Quellsprache: Englisch