This certification preparation material would help you in getting the jobs in the AWS Fields

AWS Developer Certification : Associate Level AWS Sysops Administrator Certification : Assciate Level AWS Solution Architect Certification : Associate Level AWS Soltion Architect : Professional Level AWS Certified Security Specialty (SCS-C01) AWS Professional certification Exam AWS Certified Big Data – Specialty (BDS-C00) AWS Certified Machine Learning MLS C01 Certification Prepration Materal AWS Solution Architect : Training Associate AWS Advanced Networking Certifications AWS Exam Prepare : Kinesis Data Stream Book : AWS Solution Architect Associate : Little Guide AWS Security Specialization Certification: Little Guide SCS-C01 AWS Package Deal


While applying to the Job you need to mention referred by : admin@hadoopexam.com | or Website : http://www.HadoopExam.com


 

Question-6: You have been hired by an Oil and Gas company as a Machine learning expert and you have been given 3D seismic data to identify geological features like it can hold or trap oil and gas deposits. And being a Machine Learning expert, you need create customized-segmentation models. Which of the following AWS services can help for this requirement?

  1. AWS Lex
  2. AWS SageMaker
  3. Apache MXNet on AWS
  4. AWS S3
  5. AWS DynamoDB
  6. AWS Redshift

 

Answer: B, C, D

Exp: Interpreting 3D seismic data correctly helps identify geological features that may hold or trap oil and gas deposits. Amazon SageMaker and Apache MXNet on AWS can automate horizon picking using deep learning techniques. You need to build and train a custom deep-learning model for the interpretation of geological features on 3D seismic data. You should know how you can quickly and easily create customized semantic-segmentation models.

Understanding subsurface geology is critical for determining where and how deep to drill, optimizing oil and gas production, and so on. A technology called 3D seismic imaging turns seismic data into images, which then requires identifying geologic layers (such as salt bodies) and structures (such as faults and folds). This manual identification process, called “picking horizons,” can take weeks.

Manual horizon picking can be automated using deep learning techniques such as semantic segmentation, which uses deep convolutional neural networks for feature extraction and dense layers for segmentation and classification. However, to train a deep learning model for seismic applications, GPUs are required.

Use the following steps to do semantic segmentation in Amazon SageMaker:

  1. Upload the data: you have for the model training.
  2. Prepare the images: using the data, When the data is prepared, upload it to Amazon S3.
  3. Train the model: run the image classification deep neural network on a GPU instance.
  4. Deploy the model: After training, deploy the model on the cloud for making real-time predictions. Similar to training, you can select the type and count of instances on which to deploy your model