Classes completed
338
Quizzes submitted
283
Projects submitted
308
This activity involves annotating an image using OpenCV by drawing rectangles and circles to highlight regions of interest, connecting them with a line, and visualizing the image height using bi-directional arrows. Text annotations are added for clarity, making the image informative and visually structured.
Create a movie recommendation system that offers AI-based or random suggestions. Users can select recommendations based on genre, mood, or IMDB rating. Display structured movie details like title, genre, IMDB rating, and sentiment analysis of the overview for a clear and engaging experience.
In this assignment, you will build on the concepts you've learned in class to enhance and further explore the MNIST digit classification model. You will modify and improve the neural network to achieve better performance, implement data augmentation to improve model robustness, and experiment with different activation functions and optimizers. This challenge will help reinforce your understanding of neural networks, data preprocessing, and model evaluation.
This ACP aims to build upon the basic functionality of a Days Remaining and Age Calculator by incorporating advanced JavaScript date manipulation techniques. Students will apply their knowledge of the JavaScript Date object, including creating, initializing, formatting dates, and calculating differences between dates, to add new features and improve the user interface.