diff --git a/tutorials/README.md b/tutorials/README.md index 59fae7f..55fb54c 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -36,7 +36,8 @@ There are a lot of ways to run workflows on AWS. Here we list a few possibilitie ## **Artificial Intelligence** 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 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. ++ 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. ++ To learn more about Bedrock check out this [on-demand workshop](https://catalog.us-east-1.prod.workshops.aws/workshops/a4bdb007-5600-4368-81c5-ff5b4154f518/en-US) featuring uses cases for prompt engineering, summarization, Q/A, chatbot, and image, code, and text generation within Bedrock. + 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. + You can also submit a training job to SageMaker, and have your final model uploaded to S3 using [PyTorch](https://sagemaker.readthedocs.io/en/stable/frameworks/pytorch/using_pytorch.html#train-a-model-with-pytorch), [Tensorflow](https://docs.aws.amazon.com/sagemaker/latest/dg/tf.html) or [Apache MXNet](https://docs.aws.amazon.com/sagemaker/latest/dg/mxnet.html).