-
Notifications
You must be signed in to change notification settings - Fork 141
Try me! ;) #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
SergiLIFE
wants to merge
8
commits into
Azure-Samples:main
Choose a base branch
from
SergiLIFE:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Try me! ;) #44
Conversation
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
At the core of the Theory L.I.F.E is the idea that learning is a deeply personal and nonlinear process. It encourages individuals to immerse themselves in real-life challenges, engage in reflective observation, draw meaningful insights, and apply these learnings to future endeavors. The framework consists of four interconnected stages: 1. **Concrete Experience**: Engaging directly in new, hands-on experiences that challenge existing perspectives. 2. **Reflective Observation**: Taking the time to reflect on these experiences, considering what they reveal about oneself and the environment. 3. **Abstract Conceptualization**: Formulating lessons learned and new ideas based on reflections, allowing for deeper understanding and growth. 4. **Active Experimentation**: Implementing newfound insights in practical settings, thus fostering continuous development. **Calculating Self-Development** “© [Sergio Miguel Paya Borrull] [2025]. All rights reserved.” The Theory L.I.F.E can be expressed mathematically to illustrate the relationship between learning, individual agency, and experiential engagement in the journey of self�development. This can be represented by the following equation: **Self-Development = (Learning + Individual) / Experience**
…ce Theory Algorithm Code 2025 Copyright Sergio Paya Borrull. All rights Reserved 3.py
…ry Algorithm Code 2025 Copyright Sergio Paya Borrull. All rights Reserved 3.py
[skip ci]
on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build-and-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 with: python-version: '3.10' - name: Install dependencies run: | pip install -r requirements.txt pip install torch onnxruntime azure-ai-ml - name: Run tests run: | pytest tests/ --cov=src/ --cov-report=xml - name: Upload coverage uses: codecov/codecov-action@v3 deploy-to-azure: needs: build-and-test runs-on: ubuntu-latest steps: - name: Azure Login uses: azure/login@v1 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Deploy to AKS run: | az aks get-credentials --resource-group life-rg --name life-cluster kubectl apply -f deployment/
NON-DISCLOSURE AGREEMENT (NDA)
Sergio Miguel Paya Borrull @microsoft-github-policy-service agree |
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.
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information