Skip to content
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

Tessferrandez/refactor ml to apply to all ai ml projects #1075

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ A [breakdown of sections](docs/the-first-week-of-an-ise-project.md) according to

## Fundamentals for Specific Technology Areas

* [Machine Learning Fundamentals](docs/machine-learning/README.md)
* [Machine Learning/AI Fundamentals](docs/machine-learning-and-ai-projects/README.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps ml-and-ai-projects?

* [User-Interface Engineering](docs/UI-UX/README.md)

## Contributing
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Machine Learning Fundamentals at ISE

This guideline documents the Machine Learning (ML) practices in ISE. ISE works with customers on developing ML models and putting them in production, with an emphasis on engineering and research best practices throughout the project's life cycle.
This guideline documents the Machine Learning (ML) practices in ISE. ISE works with customers on ML/AI projects and putting them in production, with an emphasis on engineering and research best practices throughout the project's life cycle.

## Goals

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Agile Development Considerations for ML Projects
# Agile Development Considerations for Machine Learning/AI Projects

## Overview

Expand Down
Loading