A text guide to the ai-102 course offered by Microsoft Azure AI-102 Learning Path
- Section 1: Preparation
- Section 2: Creating A Resource
- Section 3: Text Processing
- Section 4: Speech Processing
- Section 5: Create A Language Solution
- Section 6: Building a Q&A service
- Section 7: Custom Text Analytics
- Section 8: Convorsational AI
- Section 9: Computer Vision
- Section 10: Text Extraction From Images
- Section 11: Knowledge Mining
- Section 12: Developing Ai Solutions
- Section 13: Transcribing Speech
- Ai102 - Plan & Manage Ai Solutions
- Ai102 - Image & Video Processing
- Ai102 - Natural Language Processing
- Ai102 - Knowledge Mining
- Ai102 - Conversational Ai
While it is extra work, i think it makes the documents alot easier to read 😁 If you have any ideas for this repo, just go for it! If you would like to help build out this repository as we go along with the course, here is a basic outline of what I am doing currently.
- Each of the 12 microsoft learn segments should have their own markdown file that follows the current naming structure. ex 'Section[scrtion number]-[two word summary].md
- As you walk through the each page of a microsoft learn segment, copy the text into a notepad or into the repository. I like to use this browser markdown editor aswell 👉 StackEdit.io
- Images should be uploaded into the repository and linked in the markdown page with
![img](<link to image uploaded image in repo>)
- If you need to copy a table into the repo, use this tool to copy table text and convert it to markdown format
- All internal microsoft links provided in the segment should be formated to work in markdown. If the links are to a specific documentation or valuable resource like 'Speech-to-text API Documentation' - feel free to put that in the above Useful Links section in this readme for easy access in the future.
As I bring text into the repo, I do my best to maintain the formatting if possible, this includes
- creating bullet points where needed. ex:
* foo
- maintain italicized and bold font styles. ex:
*italicized*
and**bold**
- Use title 1 for segment headings. ex:
# Segment Title
- Use title 2 for segment section. ex:
## Step 1
- Use title 3 for sub-sections. ex:
### Step 1: part 1