Rajeev Rastogi headshot with map of India
Rajeev Rastogi, vice president of machine learning for Amazon India, and his team work to address the needs of more than 600 million people who are online, who together speak more than 22 languages and 19,500 dialects.
Credit: Glynis Condon

How Rajeev Rastogi’s machine learning team in India develops innovations for customers worldwide

Team works to address the needs of 600 million people online who together speak more than 22 Indian languages with over 19,500 dialects.

As vice president of machine learning at Amazon India, Rajeev Rastogi is helping his team drive innovations that have a profound impact not only on shoppers in India, but also on the company’s customers around the world. For example, models developed by Amazon’s scientists in India have been used globally to improve the quality of Amazon’s catalog by ensuring that for all products, images match with the title. In addition, including delivery speed as a feature in search ranking — a key factor that helps surface ‘faster’ offers to customers in search results — was first launched in Amazon India.

Rastogi began his career at Bell Labs. His early work involved developing clustering algorithms that could scale — a significant innovation in a field that was then dominated by statisticians working on relatively smaller data sets. Rastogi also served as the vice president of Yahoo Labs, where his team developed data-extraction algorithms to pull structured information from billions of webpages, and then present them to users in easily digestible ways.

Rastogi joined Amazon in 2012. His first Amazon project involved the development of algorithms to classify products into Amazon’s large and complex taxonomical structure — for example, to classify a Samsonite luggage set in ‘Carry-On Luggage,’ ‘Suitcases’ and ‘Luggage Sets.’ Since then, Rastogi has been involved in utilizing science to make an impact in a number of areas that have resulted in faster, more seamless and sustainable, shopping experiences.

In this interview, Rastogi spoke about the projects his teams have worked on to improve the shopping experience for Amazon’s customers, a recently developed statistical model that has helped Amazon reduce product-shipment damage in India, and innovations developed to help customers get what they need safely after the outbreak of the COVID-19 pandemic.

Q. What are some of the ways that science has helped improve the shopping experience for Amazon’s customers in India?

India is a unique market in several important ways. There are more than 600 million people online in the country. Many of them are relatively new to digital shopping. Over 85% of our traffic comes from a diverse range of mobile devices.  To complicate matters, mobile customers in India can experience fluctuating speeds due to congested towers and tower switching.

We’ve developed models to predict customers who are on a slow or spotty network based on criteria like device characteristics, cell tower information, and the latency of the last request. For such customers, we provide an adaptive experience and serve streamlined pages with a lower number of widgets that are easier to navigate.

With more than 22 languages and 19,500 dialects, India is also an incredibly diverse country with strong regional preferences. A customer searching for a sari in Gujarat may be interested in a “Bandhani,” which is popular in that state, while a customer in Karnataka searching for a sari may be looking for “Mysore Silk,” a popular variety in that region. To surface regionally popular and relevant products in search results, we have added regional sales for products as a feature in search.

A key problem in India and other emerging countries is that addresses are highly unstructured; they are also incomplete, with critical address fields such as street name missing from the address. For example, we have seen addresses on Amazon.in such as “Near Orion Mall, Malleswaram, Bangalore”, or “Near Bus Stand, Sambhaji Chowk, Nasik”. Our team has developed a machine-learning-based “Address Deliverability Score” to identify poor quality and incomplete addresses that are difficult to locate and deliver to, and intercept them at address creation time to improve address quality.  

You can also have issues related to catalog quality. For example, important attribute values such as the color of a product may be missing for a product. This means that a shoe might be red, and yet might not show up in the list of results for a customer searching for ‘red shoe.’

We use a variety of deep learning models to improve catalog quality by extracting attributes such as color from product titles and images, and backfilling missing product information. To give just one example, we use attention mechanisms to focus the attention of convolutional neural networks on parts of the image from where we want to extract the color of a product. 

We also utilize semi-supervised learning techniques to train neural networks extensively, which greatly reduces the need for large amounts of labeled data. What I love about this approach is that unlabeled data can be a treasure trove of information, particularly for understanding higher-level representations. For example, an algorithm can analyze text patterns around words to understand that ‘car’ and ‘automobile’ are similar without having to explicitly specify that they are synonyms.

India is a market unlike any other in the world, and I’m proud of how we are using science to solve some really difficult problems for our customers.

Q. How are you using science to make Amazon more sustainable?

Amazon has committed to reach net zero carbon by 2040, one decade ahead of the Paris Agreement. Science will play an extremely important role in enabling innovations that will make this happen.

Let me give you just one example. At this year’s European Conference on Machine Learning, members of my team presented a new model for determining the best way to package a given product. We’ve all seen customers not happy about damaged products and excessive product packaging. Incorrect packaging is not only wasteful and bad for the environment, but it also increases our packaging and concessions costs.

India is a market unlike any other in the world, and I’m proud of how we are using science to solve some really difficult problems for our customers.
Rajeev Rastogi

Determining the optimal way to ship a product is complicated. Because one product is rarely shipped across all different package types, you run into situations where there’s a lack of ground truth data. In addition, we have the problem of enforcing ordinality into the process. We have to predict higher probabilities of damage for less expensive (less robust) packaging options, and lower probabilities of damage for more expensive (more robust) options. Enforcing ordinality is not something that standard machine learning techniques do naturally.

The solution developed by my team is as elegant as it is simple. Our scientists developed a linear model, with carefully designed constraints on the model parameters to impose ordinality. To further enforce ordinality, we used data augmentation. This means that for a product-package pair that resulted in product damage, we added examples of that product coupled with less robust packages, also labeled as resulting in damage. 

We’ve applied the model to hundreds of thousands of Amazon packages, reducing shipment damage very significantly while actually saving on shipping costs. This innovation is a testament to the incredible scientific talent at Amazon India. It also speaks volumes of our desire and our ability to take on the really big problems — those that have a significant impact on the lives of our customers and the world at large.

Q. What are some scientific innovations from your team to help customers get what they need safely during COVID-19?

As soon as the pandemic struck, I became interested in what we could do as scientists to keep people safe, and help them get what they need during these trying times. Could we use technology to generate an infection risk score for each individual? These scores could be leveraged by governments and organizations to prioritize testing and identify individuals to quarantine.

We all know that COVID-19 spreads through contacts. Many governments have developed contact tracing apps that use Bluetooth signals on mobile phones to track social contacts among individuals. However, it is challenging to use this fine-grained contact data of individuals to estimate an infection risk score for each individual. This is because the probability of infection transmission through a contact depends on the duration, distance, and location (indoors, outdoors) of the contact. Furthermore, individuals may have indirectly come in contact with a person who has tested positive for COVID-19. Or they may have come in contact with an infected person, but during the period when he or she was not contagious.

I worked with fellow scientists to develop a probabilistic graphical model called CRISP for COVID-19 infection spread through contacts between individuals. The model builds off the SEIR (Susceptible-Exposed-Infectious-Removed) approach that is commonly used to track the different epidemiological status of individuals. Our model captures the transitions between these different states, while also accounting for test outcomes. We developed a block-Gibbs sampling algorithm to draw samples of the latent infection status of each individual, given data about contacts and test results. These infection status samples are then used to compute infection risk scores for each individual. We also developed a Monte Carlo Expectation Maximization (EM) algorithm to infer the infection transmission probability for each contact taking into account factors such as contact duration, distance, and location.  

Also during the pandemic, our operations team built virtual pickup points to deliver packages to customers who live in quarantined apartment buildings. The problem: identifying customers who live in these buildings and educating them about the virtual pickup points. We used address segmentation machine learning models to extract apartment building names from delivery addresses input by customers. We then sent emails to these customers notifying them about the new features. Customers were really excited about this new feature — the email open rates announcing virtual pickup points were higher than 50%.

I’ve been at Amazon for eight years now. I joined Amazon because I was excited at the prospect of conducting scientific work that had the potential to have a real-world impact. And what was true back then remains true today — I come to work every day invigorated at the potential of making a difference in the lives of millions of people around the world.

Research areas

Related content

US, CA, Santa Clara
The Geospatial science team solves problems at the interface of ML/AI and GIS for Amazon's last mile delivery programs. We have access to Earth-scale datasets and use them to solve challenging problems that affect hundreds of thousands of transporters. We are looking for strong candidates to join the transportation science team which owns time estimation, GPS trajectory learning, and sensor fusion from phone data. You will join a team of GIS and ML domain experts and be expected to develop ML models, present research results to stakeholders, and collaborate with SDEs to implement the models in production. Key job responsibilities - Understand business problems and translate them into science problems - Develop ML models - Present research results - Write and publish papers - Collaborate with other scientists
US, CA, San Francisco
If you are interested in this position, please apply on Twitch's Career site https://www.twitch.tv/jobs/en/ About Us: Twitch is the world’s biggest live streaming service, with global communities built around gaming, entertainment, music, sports, cooking, and more. It is where thousands of communities come together for whatever, every day. We’re about community, inside and out. You’ll find coworkers who are eager to team up, collaborate, and crush (or elegantly solve) problems together. We’re on a quest to empower live communities, so if this sounds good to you, see what we’re up to on LinkedIn and X, and discover the projects we’re solving on our Blog. Be sure to explore our Interviewing Guide to learn how to ace our interview process. About the Role: We are looking for an experienced Data Scientist to support our central analytics and finance disciplines at Twitch. Bringing to bear a mixture of data analysis, dashboarding, and SQL query skills, you will use data-driven methods to answer business questions, and deliver insights that deepen understanding of our viewer behavior and monetization performance. Reporting to the Head of Finance, Analytics, and Business Operations, your team will be located in San Francisco. While there is a preference for the San Francisco Bay Area, we are open to this role operating remotely within the U.S. You Will: - Create actionable insights from data related to Twitch viewers, creators, advertising revenue, commerce revenue, and content deals. - Develop dashboards and visualizations to communicate points of view that inform business decision-making. - Create and maintain complex queries and data pipelines for ad-hoc analyses. - Author narratives and documentation that support conclusions. - Collaborate effectively with business partners, product managers, and data team members to align data science efforts with strategic goals.
US, WA, Seattle
The Private Brands Discovery team designs innovative machine learning solutions to enhance customer awareness of Amazon’s own brands and help customers find products they love. This interdisciplinary team of scientists and engineers incubates and develops disruptive solutions using cutting-edge technology to tackle some of the most challenging scientific problems at Amazon. To achieve this, the team utilizes methods from Natural Language Processing, deep learning, large language models (LLMs), multi-armed bandits, reinforcement learning, Bayesian optimization, causal and statistical inference, and econometrics to drive discovery throughout the customer journey. Our solutions are crucial to the success of Amazon’s private brands and serve as a model for discovery solutions across the company. This role presents a high-visibility opportunity for someone eager to make a business impact, delve into large-scale problems, drive measurable actions, and collaborate closely with scientists and engineers. As a team lead, you will be responsible for developing and coaching talent, guiding the team in designing and developing cutting-edge models, and working with business, marketing, and software teams to address key challenges. These challenges include building and improving models for sourcing, relevance, and CTR/CVR estimation, deploying reinforcement learning methods in production etc. In this role, you will be a technical leader in applied science research with substantial scope, impact, and visibility. A successful team lead will be an analytical problem solver who enjoys exploring data, leading problem-solving efforts, guiding the development of new frameworks, and engaging in investigations and algorithm development. You should be capable of effectively interfacing between technical teams and business stakeholders, pushing the boundaries of what is scientifically possible, and maintaining a sharp focus on measurable customer and business impact. Additionally, you will mentor and guide scientists to enhance the team's talent and expand the impact of your work.
US, MD, Annapolis Junction
Are you excited to help the US Intelligence Community design, build, and implement AI algorithms to augment decision making while meeting the highest standards for reliability, transparency, and scalability? The Amazon Web Services (AWS) US Federal Professional Services team works directly with US Intelligence Community agencies and other public sector entities to achieve their mission goals through the adoption of Machine Learning (ML) methods. We build models for text, image, video, audio, and multi-modal use cases, using traditional or generative approaches to fit the mission. Our team collaborates across the entire AWS organization to bring access to product and service teams, to get the right solution delivered and drive feature innovation based on customer needs. At AWS, we're hiring experienced data scientists with a background in both traditional and generative AI who can help our customers understand the opportunities their data presents, and build solutions that earn the customer trust needed for deployment to production systems. In this role, you will work closely with customers to deeply understand their data challenges and requirements, and design tailored solutions that best fit their use cases. You should have broad experience building models using all kinds of data sources, and building data-intensive applications at scale. You should possess excellent business acumen and communication skills to collaborate effectively with stakeholders, develop key business questions, and translate requirements into actionable solutions. You will provide guidance and support to other engineers, sharing industry best practices and driving innovation in the field of data science and AI. This position may require local travel up to 25% It is expected to work from one of the above locations (or customer sites) at least 1+ days in a week. This is not a remote position. You are expected to be in the office or with customers as needed. This position requires that the candidate selected must currently possess and maintain an active TS/SCI Security Clearance with Polygraph. The position further requires the candidate to opt into a commensurate clearance for each government agency for which they perform AWS work. Key job responsibilities As an Data Scientist, you will: - Collaborate with AI/ML scientists and architects to research, design, develop, and evaluate cutting-edge AI algorithms to address real-world challenges - Interact with customers directly to understand the business problem, help and aid them in implementation of AI solutions, deliver briefing and deep dive sessions to customers and guide customer on adoption patterns and paths to production. - Create and deliver best practice recommendations, tutorials, blog posts, sample code, and presentations adapted to technical, business, and executive stakeholder - Provide customer and market feedback to Product and Engineering teams to help define product direction About the team About AWS Diverse Experiences AWS values diverse experiences. Even if you do not meet all of the qualifications and skills listed in the job description, we encourage candidates to apply. If your career is just starting, hasn’t followed a traditional path, or includes alternative experiences, don’t let it stop you from applying. Why AWS? Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform. We pioneered cloud computing and never stopped innovating — that’s why customers from the most successful startups to Global 500 companies trust our robust suite of products and services to power their businesses. Inclusive Team Culture Here at AWS, it’s in our nature to learn and be curious. Our employee-led affinity groups foster a culture of inclusion that empower us to be proud of our differences. Ongoing events and learning experiences, including our Conversations on Race and Ethnicity (CORE) and AmazeCon (gender diversity) conferences, inspire us to never stop embracing our uniqueness. Mentorship & Career Growth We’re continuously raising our performance bar as we strive to become Earth’s Best Employer. That’s why you’ll find endless knowledge-sharing, mentorship and other career-advancing resources here to help you develop into a better-rounded professional. Work/Life Balance We value work-life harmony. Achieving success at work should never come at the expense of sacrifices at home, which is why flexible work hours and arrangements are part of our culture. When we feel supported in the workplace and at home, there’s nothing we can’t achieve in the cloud.
US, VA, Arlington
Are you looking to work at the forefront of Machine Learning and AI? Would you be excited to apply cutting edge Generative AI algorithms to solve real world problems with significant impact? Amazon Web Services (AWS) Professional Services (ProServe) is looking for Data Scientists who like helping U.S. Federal agencies implement innovative cloud computing solutions and solve technical problems using state-of-the-art language models in the cloud. AWS ProServe engages in a wide variety of projects for customers and partners, providing collective experience from across the AWS customer base and are obsessed about strong success for the Customer. Our team collaborates across the entire AWS organization to bring access to product and service teams, to get the right solution delivered and drive feature innovation based upon customer needs. At AWS, we're hiring experienced data scientists with a background in NLP, generative AI, and document processing to help our customers understand, plan, and implement best practices around leveraging these technologies within their AWS cloud environments. Our consultants deliver proof-of-concept projects, reusable artifacts, reference architectures, and lead implementation projects to assist organizations in harnessing the power of their data and unlocking the potential of advanced NLP and AI capabilities. In this role, you will work closely with customers to deeply understand their data challenges and requirements, and design tailored solutions that best fit their use cases. You should have deep expertise in NLP/NLU, generative AI, and building data-intensive applications at scale. You should possess excellent business acumen and communication skills to collaborate effectively with stakeholders, develop key business questions, and translate requirements into actionable solutions. You will provide guidance and support to other engineers, sharing industry best practices and driving innovation in the field of data science and AI. It is expected to work from one of the above locations (or customer sites) at least 1+ days in a week. This is not a remote position. You are expected to be in the office or with customers as needed. This position requires that the candidate selected be a US Citizen and obtain and maintain a security clearance at the TS/SCI with polygraph level. Upon start, the selected candidate will be sponsored for a commensurate clearance for each government agency for which they perform AWS work. Key job responsibilities In this role, you will: - Collaborate with AI/ML scientists and architects to research, design, develop, and evaluate cutting-edge generative AI solutions to address real-world challenges. - Interact with customers directly to understand the business problem, help and aid them in implementation of generative AI solutions, deliver briefing and deep dive sessions to customers and guide customer on adoption patterns and paths to production. - Provide expertise and guidance in generative AI and document processing infrastructure, design, implementation, and optimization. - Maintain domain knowledge and expertise in generative AI, NLP, and NLU. - Architect and build large-scale solutions. - Build technical solutions that are secure, maintainable, scalable, reliable, performant, and cost-effective. - Identify and prepare metrics and reports for the internal team and for customers to delineate the value of their solution to the customer. - Identify, mitigate and communicate risks related to solution and service constraints by making technical trade-offs. - Participate in growing their team’s skills and help mentor internal and customer team members. - Provide guidance on the people, organizational, security and compliance aspects of AI/ML transformations for the customer. About the team Why AWS? Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform. We pioneered cloud computing and never stopped innovating — that’s why customers from the most successful startups to Global 500 companies trust our robust suite of products and services to power their businesses. Diverse Experiences AWS values diverse experiences. Even if you do not meet all of the qualifications and skills listed in the job description, we encourage candidates to apply. If your career is just starting, hasn’t followed a traditional path, or includes alternative experiences, don’t let it stop you from applying. Inclusive Team Culture Here at AWS, it’s in our nature to learn and be curious. Our employee-led affinity groups foster a culture of inclusion that empower us to be proud of our differences. Ongoing events and learning experiences, including our Conversations on Race and Ethnicity (CORE) and AmazeCon (gender diversity) conferences, inspire us to never stop embracing our uniqueness. Work/Life Balance We value work-life harmony. Achieving success at work should never come at the expense of sacrifices at home, which is why flexible work hours and arrangements are part of our culture. When we feel supported in the workplace and at home, there’s nothing we can’t achieve in the cloud. Mentorship & Career Growth We’re continuously raising our performance bar as we strive to become Earth’s Best Employer. That’s why you’ll find endless knowledge-sharing, mentorship and other career-advancing resources here to help you develop into a better-rounded professional.
US, WA, Seattle
The Artificial General Intelligence (AGI) team is looking for a passionate, talented, and inventive Applied Scientist with a strong deep learning background, to build industry-leading Generative Artificial Intelligence (GenAI) technology with Large Language Models (LLMs) and multimodal systems. Key job responsibilities As a Applied Scientist with the AGI team, you will work with talented peers to lead the development of novel algorithms and modeling techniques, to advance the state of the art with LLMs. Your work will directly impact our customers in the form of products and services that make use of speech and language technology. You will leverage Amazon’s heterogeneous data sources and large-scale computing resources to accelerate advances in spoken language understanding. About the team The AGI team has a mission to push the envelope in GenAI with LLMs and multimodal systems, in order to provide the best-possible experience for our customers.
US, CA, Sunnyvale
Amazon's AGI Web & Knowledge Services group is seeking a passionate, talented, and inventive Applied Scientist to lead the development of industry-leading structured Information retrieval systems. As part of our cutting-edge AGI-SIR team, you will play a pivotal role in developing efficient AI solutions for Knowledge Graphs, Graph Search and Question Answering Systems. In this role, your work will focus on creating scalable and efficient AI-driven technologies that push the boundaries of information retrieval. You will work on a broad range of problems, from low-level data processing to the development of novel retrieval models, leveraging state-of-the-art machine learning methods. Key job responsibilities - Lead the development of advanced algorithms for knowledge graphs, graph search and question answering systems, guiding the team in solving complex problems and setting technical direction. - Design models that address customer needs, making informed trade-offs to balance accuracy, efficiency, and user experience. - Collaborate with engineering teams to implement successful models into scalable, reliable Amazon production systems. - Present results to technical and business audiences, ensuring clarity, statistical rigor, and relevance to business goals. - Establish and uphold high scientific and engineering standards, driving best practices across the team. - Promote a culture of experimentation and continuous learning within Amazon’s applied science community.
GB, Cambridge
We are looking for a researcher in cutting-edge LLM technologies for applications across Alexa, AWS, and other Amazon businesses. In this role, you will innovate in the fastest-moving fields of current AI research, in particular in how to integrate a broad range of structured and unstructured information into AI systems (e.g. with RAG techniques), and get to immediately apply your results in highly visible Amazon products. If you are deeply familiar with LLMs, natural language processing, and machine learning and have experience managing high-performing research teams, this may be the right opportunity for you. Our fast-paced environment requires a high degree of independence in making decisions and driving ambitious research agendas all the way to production. You will work with other science and engineering teams as well as business stakeholders to maximize velocity and impact of your team's contributions. It's an exciting time to be a leader in AI research. In Amazon's AGI Information team, you can make your mark by improving information-driven experience of Amazon customers worldwide!
US, WA, Seattle
Join an innovative team of scientists and engineers who use machine learning and statistical techniques to create state-of-the-art solutions for providing better value to Amazon's customers. Key job responsibilities “Amazon Science gives you insight into the company’s approach to customer-obsessed scientific innovation. Amazon fundamentally believes that scientific innovation is essential to being the most customer-centric company in the world. It’s the company’s ability to have an impact at scale that allows us to attract some of the brightest minds in artificial intelligence and related fields. Our scientists continue to publish, teach, and engage with the academic community, in addition to utilizing our working backwards method to enrich the way we live and work.” Please visit https://www.amazon.science for more information Do you want to join an innovative team of scientists and engineers who use machine learning and statistical techniques to create state-of-the-art solutions for providing better value to Amazon's customers? Do you want to build advanced algorithmic systems that help optimize millions of transactions every day? Are you excited by the prospect of analyzing and modeling terabytes of data to solve real world problems? Do you like to own end-to-end business problems/metrics and directly impact the profitability of the company? Do you like to innovate and simplify? If yes, then you may be a great fit to join the Machine Learning team for our International Consumer Businesses. The team builds the next generation of Machine Learning solutions for a wide spectrum of problems by leveraging generative-AI and LLMs, in areas such as Recommendations, Search Relevance, Catalog Quality, Online Ads, Pricing, Demand/Forecasting, Computer Vision, and Conversational Systems. A day in the life Build advanced algorithmic systems that help optimize millions of transactions every day. About the team The team builds the next generation of Machine Learning services for a wide spectrum of problems in areas such as Recommendations, Search Relevance, Computer Vision, Catalog Quality, Online Ads, Pricing, Demand/Forecasting, and Conversational Systems.
CA, BC, Vancouver
Alexa Daily Essentials is hiring an Applied Scientist to research and implement large language model innovations to enhance Alexa's language understanding, knowledge representation, reasoning and generation capabilities. The Alexa Daily Essentials team delivers experiences critical to how customers interact with Alexa as part of daily life. We drive over 40 billion+ actions annually across 60 million+ monthly customers, who engage with our products across experiences connected to Timers, Alarms, Calendars, Food, and News. Our experiences include critical time saving techniques, ad-supported news audio and video, and in-depth kitchen guidance aimed at serving the needs of the family from sunset to sundown. Our upcoming launches are at the forefront of innovation, delivering step-function improvements in experiences that stretch across the customer journey, and new AI technologies that will enable customers to send Alexa information for future recall and conversation. We collaborate closely with partners such as Amazon.com, Whole Foods, Spotify, CNN, Fox, NPR, BBC, Discovery, and Food Network to deliver our vision. If you are passionate about redefining the personal assistant experience and leveraging innovative technology to improve daily life, we’d love to hear from you. This is an opportunity to make a tangible impact at the heart of the Alexa ecosystem. As an applied scientist, you will advance state of the art techniques in ML and LLM, and work closely with product and engineering teams to build the next generation of the Alexa smart assistant. Key job responsibilities - Rapidly prototype ML/LLM solutions, evaluate feasibility, and drive projects to production deployment - Continuously monitor and improve model performance through retraining, parameter tuning, and architecture refinements - Develop new training and inference techniques to improve model performance - Work cross-functionally across engineering, product, and business teams to understand customer needs, scope science work, and drive science solutions from conception to customer delivery - Research and develop LLM innovations, and lead paper publications. - Code proficiently in Python (required) and Java (preferred); optimize systems for high performance at scale; contribute code directly into production services - Innovate and develop science and engineering solutions that optimize team operations and increase team effectiveness. - Clearly communicate complex technical concepts to non-technical stakeholders and leadership