Automates the process of training multiple neural network instances with varying configurations sequentially and comparing their performance metrics to identify the best model.
원문 언어: 영어
메뉴
이 저장소의 skills
SkillsMP는 ECNU-ICALK/AutoSkill에서 4,256개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
ECNU-ICALK/AutoSkill수집된 skill 4,256개 중 40개를 표시합니다.
Automates the process of training multiple neural network instances with varying configurations sequentially and comparing their performance metrics to identify the best model.
원문 언어: 영어
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…
원문 언어: 영어
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…
원문 언어: 영어
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,…
원문 언어: 영어
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.
원문 언어: 영어
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.
원문 언어: 영어
Generates structured slide content for AWS services, organized by specific functional categories and formatted with a fixed schema.
원문 언어: 영어
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…
원문 언어: 영어
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.
원문 언어: 영어
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.
원문 언어: 영어
Retrieves a specific quantity of Bible verses that are either thematically similar to a provided reference verse or relevant to a specified topic.
원문 언어: 영어
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.
원문 언어: 영어
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.
원문 언어: 영어
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.
원문 언어: 영어
Generates ASCII art using Braille patterns block characters with strict constraints to exclude descriptions, explanations, newlines, and any non-Braille formatting.
원문 언어: 영어
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.
원문 언어: 영어
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.
원문 언어: 영어
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.
원문 언어: 영어
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.
원문 언어: 영어
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.
원문 언어: 영어
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.
원문 언어: 영어
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.
원문 언어: 영어
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…
원문 언어: 영어
Implement a C++ BigInt class for arbitrarily large integers using a vector of digits stored in reverse order, supporting string conversion and addition.
원문 언어: 영어
Determines the appropriate Visual Studio build target (Any CPU, x86, x64) based on project scale and third-party dependency architecture.
원문 언어: 영어
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…
원문 언어: 영어
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…
원문 언어: 영어
Генерирует полный код DLL на C++ для поиска и замены байтовых сигнатур в памяти процесса, используя RAII для защиты памяти и поддерживая режим замены всех вхождений.
원문 언어: 러시아어
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.
원문 언어: 영어
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.
원문 언어: 영어
Enforce the use of the `explicit` keyword for all constructors to prevent implicit conversions and ensure type safety in the C++ game engine codebase.
원문 언어: 영어
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.
원문 언어: 영어
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.
원문 언어: 영어
Implement a C++ wrapper for Linux TCP sockets and file descriptors with unique ownership semantics, including FileDescriptor, Socket, Connection, Server, and Client classes.
원문 언어: 영어
Defines a C++ class 'Province' for managing map polygons (provinces) with file I/O, mouse interaction, and rendering using Raylib.
원문 언어: 영어
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.
원문 언어: 영어
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.
원문 언어: 영어
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.
원문 언어: 영어
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.
원문 언어: 영어
Generates a Python Effector script for Cinema 4D to randomly assign colors to MoGraph clones, specifically configured for Redshift's Color User Data workflow.
원문 언어: 영어