A date frame df_data that contains information about the pro…
A date frame df_data that contains information about the products in a certain store. It contains several columns: Product ID: This is a unique numerical value for each product. Cost Price: A float value that represents the cost for each product. Sale Price: A float value that contains the sale price for each product. Product Category: This an integer value that takes one of 4 possible values: 0 for baby cloths, 1 for kids cloths, 2 for women cloths and 3 for men cloths. Answer the following questions: 1- Write a code to display the Cost price for each Product Category. 2- Write a code to find the product ID for the product that was sold the most in each Category (in terms of the number of items sold) 3- Write a code to find the total profit from each category. *hint: use groupby
Read DetailsYou are a project manager, leading the AI alignment project…
You are a project manager, leading the AI alignment project at Aurora Media, where your team is refining a brand-language model to generate emotionally engaging ad copy. Your data scientists have collected human preference labels comparing which ad responses sound more authentic.They are now deciding whether to apply Reinforcement Learning from Human Feedback (RLHF) or Direct Preference Optimization (DPO) for alignment. Which step is specific to RLHF and not part of DPO’s training procedure?
Read DetailsAs a product manager, you want your sales-assistant LLM to s…
As a product manager, you want your sales-assistant LLM to sound slightly more enthusiastic, but your team has limited computing resources and needs results quickly. You already have a trained Sparse Autoencoder (SAE) that identifies interpretable tone features. What should you do next?
Read DetailsA global luxury brand discovers that its marketing emails so…
A global luxury brand discovers that its marketing emails sound “too casual” for customers in Japan and the Middle East, where a more formal tone signals respect and professionalism. As the brand manager, how would you adapt the brand voice across regions when you have limited computation budgets? Choose the best option among the following considering performance and computation cost.
Read Details