- AI Agents :- All CrewAI Agents that I have created as a part of learning to build AI Agents.
- Agentic Project :- A RAG Project for test case generator.
- Core Concepts :- Python Core Concepts related to AI implemened on Jupyter Notebook. Blogs are posted on hashnode. Link is pasted at the end of this Readme file.
- Gen AI :- Course notes from Google Prompt Engineering Course with Vertex AI.
- Practice Lab 1 :- For the introductory purpose, make a machine learning model which is supposed to predict who survived during the titanic shipwreck.
- Lab 1 :- Build your first Neural Network to predict house prices with Keras.
- Lab 2 :- The EMNIST dataset is a set of handwritten character digits derived from the NIST Special Database 19 and converted to a 28x28 pixel image format and dataset structure that directly matches the MNIST dataset. Use Tensorflow to predict the pixelated alphabet and show its accuracy.
- Lab 3 :- Implement basic logic gates using Hebbnet neural networks.
- Lab 4 :- Implement Zipf's Law of Length, Law of Meanings and Heap Law.
- Lab 5 :- Text classification for Sentimental analysis using KNN. Note: Use twitter data.
- Lab 6 :- Case Study :- Sentiment Analysis via Reviews.
- The Project :- A big agentic capstone project. (RAG + MCP + AI Agents)
Link to the blog : https://learnaimldswithsk.hashnode.dev/