Automates the process of training multiple neural network instances with varying configurations sequentially and comparing their performance metrics to identify the best model.
Idioma do texto original: inglês
Menu
Skills neste repositório
O SkillsMP coletou 4.256 skills de ECNU-ICALK/AutoSkill. Abra uma skill para revisar a origem e os detalhes.
ECNU-ICALK/AutoSkillMostrando 40 de 4.256 skills coletadas.
Automates the process of training multiple neural network instances with varying configurations sequentially and comparing their performance metrics to identify the best model.
Idioma do texto original: inglês
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…
Idioma do texto original: inglês
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…
Idioma do texto original: inglês
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,…
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Generates structured slide content for AWS services, organized by specific functional categories and formatted with a fixed schema.
Idioma do texto original: inglês
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…
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Retrieves a specific quantity of Bible verses that are either thematically similar to a provided reference verse or relevant to a specified topic.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Generates ASCII art using Braille patterns block characters with strict constraints to exclude descriptions, explanations, newlines, and any non-Braille formatting.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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…
Idioma do texto original: inglês
Implement a C++ BigInt class for arbitrarily large integers using a vector of digits stored in reverse order, supporting string conversion and addition.
Idioma do texto original: inglês
Determines the appropriate Visual Studio build target (Any CPU, x86, x64) based on project scale and third-party dependency architecture.
Idioma do texto original: inglês
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…
Idioma do texto original: inglês
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…
Idioma do texto original: inglês
Генерирует полный код DLL на C++ для поиска и замены байтовых сигнатур в памяти процесса, используя RAII для защиты памяти и поддерживая режим замены всех вхождений.
Idioma do texto original: russo
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Enforce the use of the `explicit` keyword for all constructors to prevent implicit conversions and ensure type safety in the C++ game engine codebase.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Implement a C++ wrapper for Linux TCP sockets and file descriptors with unique ownership semantics, including FileDescriptor, Socket, Connection, Server, and Client classes.
Idioma do texto original: inglês
Defines a C++ class 'Province' for managing map polygons (provinces) with file I/O, mouse interaction, and rendering using Raylib.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Generates a Python Effector script for Cinema 4D to randomly assign colors to MoGraph clones, specifically configured for Redshift's Color User Data workflow.
Idioma do texto original: inglês