Page Not Found
Page not found. Your pixels are in another canvas.
A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.
Page not found. Your pixels are in another canvas.
About me
This is a page not in th emain menu
Published:
This post will show up by default. To disable scheduling of future posts, edit config.yml
and set future: false
.
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
This was a project I worked on as part of my internship at EdPlus at ASU. The task in this project was to create a small POC, where the goal was to attempt to use course syllabi as input, and then use generative AI (openai in particular) to generate new course descriptions for ASU Online courses. This was the project I spent the majority of my time during my internship working on, as it was a complex project that involved many iterations and using openai to accomplish different types of NLP tasks. These tasks included using openai to extract information, summarize texts, and generate new texts based on specific prompts and rules.
This was a project I worked on as part of my internship at EdPlus at ASU. The task in this project was to set up a RAG system to handle ASU Online data that lives in Guru that the Success and Enrollment Coaches use, so that they could ask questions and get answers. The main NLP tasks this project relates to is question/answering and information retrieval, and I was able to use Python’s openai library to accomplish much of it.
This was a project I worked on as part of my internship at EdPlus at ASU. The task in this project was to use AI to fill out a “Tool Assessment” form that currently needs to be filled out manually. I was able to accomplish this using web scraping, setting up RAG, and using Python’s openai library to generate the answers to the questions in the form. The main NLP tasks this project relates to is question/answering and information retrieval.
This was an open-ended project assigned as part of my Master of Science (Human Language Technology) program, in the class Advanced Statistical Natural Language Processing. It had the goal of experimenting with and learning about neural networks. The task I chose was to investigate doing a sentiment analysis on a real-world dataset that I found online. I chose this task because sentiment analysis is an important NLP task, since it can help companies understand what their customers are saying about them, and where they can make improvements.