Skip to content

Commit

Permalink
Update README.md v3
Browse files Browse the repository at this point in the history
  • Loading branch information
zbyosufzai authored Jan 19, 2024
1 parent 742bf13 commit 6edc3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ There are a lot of ways to run workflows on AWS. Here we list a few possibilitie

## **Artificial Intelligence** <a name="ai"></a>
Machine learning is a subfield of artificial intelligence that focuses on the development of algorithms and models that enable computers to learn from and make predictions or decisions based on data, without being explicitly programmed. Artificial intelligence and machine learning algorithms are being applied to a variety of biomedical research questions, ranging from image classification to genomic variant calling. AWS has a long list of AI/ML tutorials available and we have compiled a list here. Most recent development focuses on generative AI including use cases such as extracting information from text, transforming speech to text, and generating images from text. Sagemaker Studio allows the user to rapidly create, test, and train generative AI models and has ready to use models all contained with [JumpStart](https://docs.aws.amazon.com/sagemaker/latest/dg/studio-jumpstart.html). These models range from foundation models, fine-tunable models, and task-specific solutions.
+ For examples of generative AI, view our [GenAI our tutorials](/tutorials/notebooks/GenAI) using several AWS products such as [Bedrock](/tutorials/notebooks/GenAI/AWS_Bedrock_Intro.ipynb) and [Jumpstart](/tutorials/notebooks/GenAI/AWS_GenAI_Jumpstart.ipynb), utilizing other tools such as [Langchain](/tutorials/notebooks/GenAI/Pubmed_chatbot.ipynb) and [Huggingface](/tutorials/notebooks/GenAI/AWS_GenAI_Huggingface.ipynb) to deploy, train, prompt, and implement techniques like [Retrieval-Augmented Generation (RAG)](/tutorials/notebooks/GenAI/Pubmed_chatbot.ipynb) to GenAI models. Also take a look at the [AWS GitHub repo](https://github.com/aws-samples/amazon-sagemaker-generativeai) for more Gen AI tutorials.
+ For examples of generative AI, view our [GenAI tutorials](/tutorials/notebooks/GenAI) that use several AWS products such as [Bedrock](/tutorials/notebooks/GenAI/AWS_Bedrock_Intro.ipynb) and [Jumpstart](/tutorials/notebooks/GenAI/AWS_GenAI_Jumpstart.ipynb) and utilizes other tools like [Langchain](/tutorials/notebooks/GenAI/Pubmed_chatbot.ipynb) and [Huggingface](/tutorials/notebooks/GenAI/AWS_GenAI_Huggingface.ipynb) to deploy, train, prompt, and implement techniques like [Retrieval-Augmented Generation (RAG)](/tutorials/notebooks/GenAI/Pubmed_chatbot.ipynb) to GenAI models. Also take a look at the [AWS GitHub repo](https://github.com/aws-samples/amazon-sagemaker-generativeai) for more Gen AI tutorials.
+ For other AI use cases, we recommend you start with this comprehensive [on-demand workshop](https://catalog.workshops.aws/hcls-aiml/en-US/breast-cancer-classification) on how to use SageMaker Studio for a variety of AI/ML use cases including applying a classifier to RNAseq data, classifying tabular breast cancer data, buiding graph neural nets on HIV data, training a medical imaging model on chest scans, summarize scientific literature using foundation models, MLOps using gene expression data, and finally, performing antibody structure prediction.
+ AWS has a very general tutorial [here](https://aws.amazon.com/getting-started/hands-on/build-train-deploy-machine-learning-model-sagemaker/) on how to build out an AI pipeline on SageMaker.
+ These [general examples](https://github.com/aws/amazon-sagemaker-examples/tree/main/introduction_to_applying_machine_learning) will teach you how to use Sagemaker tools more broadly.
Expand Down

0 comments on commit 6edc3cd

Please sign in to comment.