Learn something, write them down!
LSTM recurrent neural network for sentiment analysis, trained on IMDB dataset, developed using pytorch, deployed on AWS sagemaker, and can be invoked from AWS lambda. Public access is established using React.js web app that will invoke the lambda function.
A series of case studies on how to do machine learning engineering in AWS, covering unsupervised learning, supervised learning, and time-series analysis.
Clothing marketplace app with authentication using firebase and payment with stripe.
Intelligent agent to solve sudoku puzzles. Using constraint propagation and depth-first search algorithm.