Feature/add neural network tasks hw2 and hw2 excellence #4
Open
Marcus-Vu-Code wants to merge 4 commits into
Open
Feature/add neural network tasks hw2 and hw2 excellence #4Marcus-Vu-Code wants to merge 4 commits into
Marcus-Vu-Code wants to merge 4 commits into
Conversation
added 4 commits
March 10, 2026 06:55
- mlp_lvl5_ensemble_distillation: Knowledge distillation with ensemble teachers - cnn_lvl5_attention_mechanisms: SE-Net attention blocks in CNNs - nlp_lvl1_text_embedding: Skip-gram word embeddings with sentiment classification - robust_lvl1_adversarial_training: FGSM attacks and adversarial training defense All tasks follow pytorch_task_v1 protocol with: - Self-contained single task.py files - Complete required function implementations - Proper error handling and exit codes - Quality assertions and metrics - Comprehensive documentation Fixes: Homework requirement for four new neural network tasks
Add two BigQuery Bigframe NLP tasks: nlp_lvl2_bigframe_embeddings (semantic similarity with Vertex AI embeddings and local fallback) and nlp_lvl3_bigframe_llm_classification (LLM-enriched multi-class classification with augmentation and local simulation). Update MLtasks/ml_tasks.json with task metadata and requirements. Include task implementations under MLtasks/tasks/, precomputed outputs and artifact placeholders under output/, and small helper files (fix_hash.py, fix_hash2.py) plus run/temp logs (run2_task1.txt, run2_task2.txt, temp_task1.txt). Tasks implement data loading, fallback behavior, feature/embedding generation, model training/evaluation, and artifact saving (models, metrics, cache summaries).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.