Skip to main content

Luca's Blog

My AI Notebook

A collection of notes, code snippets, idea and projects related to the artificial intelligence world. # Libraries TinyGrad # Examples nanochat # Courses LLM101n cs231n # Cloud Computing Paperspace Lambda Labs # AI Tools Explore repositories DeepWiki Find models and libraries HuggingFace Find papers Papers with Code # Idea Upload files to a vector database, train and use the nanochat LLM.

Tommies Idea Board - A Redis Experiment

For my SEIS 630 Database course, I’ve initiated a project utilizing Redis for a web application called “The Tommies Idea Board.” This application aims to provide a platform where St. Thomas students (“Tommies”) can share their project or startup ideas. The vision is for this website to serve as a central hub for computer science students to connect and collaborate on projects within the department, with the potential to expand to other schools like the business and entrepreneurship departments.

Machine Learning: My Personal Guide

## Machine Learning: My Personal Guide I am closing the deal. In a week I will have my final Machine Learning exam. So I thought, what better way to prepare than to write a blog post about it? This is my personal guide to machine learning, covering the key concepts, tools, and resources that have helped me along the way. For the final exam, I have drawn a graph to condense the major topics that we have covered in class.

Why and how I used Hugo

# Introduction My friend Tyler has a fantastic blog, and actually it’s currently not active ☹️ Smantic’s blog was also made with Hugo! So after years, I finally came around on putting some time in learning Hugo and deploy it on my home server. # Build The quick-start documentation made it super easy to develop my blog. So please follow the experts and click https://gohugo.io/getting-started/quick-start So, install the Hugo CLI and set up the repo.