Avatar

Organizations

@linkedin @rss
4 results for AI
  • This is a repo of all the projects I completed during my CS 474 Deep Learning class. Topics include: PyTorch Unets Convolutional Neural Networks Diffusion Modeling Transfer Learning Reinforcement Learning Generalization Self-attention and more… Github Link https://github.com/jacksonbaxter/CS474
    AI Python Deep Learning PyTorch Jupyter Notebook" Created Tue, 21 Jan 2025 00:00:00 +0000
  • This is a repo of all the projects I completed during my CS 270 Machine Learning class. Topics include: Backpropogation Clustering Decision Tree Nearest Neighbor Perceptron Github Link https://github.com/jacksonbaxter/CS270
    AI Python Machine Learning Created Fri, 17 Jan 2025 00:00:00 +0000
  • Utah Apartments CS 270 Final Project These are the results of my final project and presentation to predict Utah County apartment prices based on a number of practices. The data collection and models can be found in the Jupyter Notebook and the final report can be found in the pdf. Github Link https://github.com/jacksonbaxter/Utah-Apartments-CS270
    Jupyter Notebook AI Python Machine Learning Created Thu, 16 Jan 2025 00:00:00 +0000
  • Here is the source code and post for my LLM to SQL group project for a Database class. https://github.com/pined1/LLM_SQL Natural Language SQL Project Purpose of the Database My database models vendor and product data for a marketplace application, which includes vendors, their products, customer ratings, and orders. Schema Query I thought it did well on Question: Which vendors have the highest rating? GPT SQL Response: SELECT Vendors.VendorID, Vendors.VendorName, MAX(Ratings.RatingValue) as MaxRating FROM Vendors INNER JOIN Ratings ON Vendors.
    SQL Database AI Created Tue, 07 Jan 2025 00:00:00 +0000