Pinned Repositories
alpaca-lora
Instruct-tune LLaMA on consumer hardware
Basic-Hidden-Markov-Model
A basic Hidden Markov Model implementation without learning or predictions. It was written for an assignment in the first A.I. course I took as an undergraduate student.
CNN-LSTM-Tweet-Sentiment-Analysis
A Bi-Directional CNN-LSTM implementation using Keras for binary classification of airline related tweets. Was written for an assignment in the first A.I. course I took as an graduate student.
CSCapstoneProj
DoodleJumpClone
This is a doodle jump clone for out iOS Development class final project.
Feed-Forward-NN
This is a basic feed forward neural network for binary classification.
K-means-Clustering
A basic implementation of the K-means Clustering algorithm. It takes min/max bounds, number of points, number of clusters, and cluster thresholds as input from the user. Written for an assignment in my first AI course as an indergraduate.
Linear-Regression
A basic linear regression algorithm written for an assignment in my first A.I. course as a undergraduate student.
Rebel-Relation-Extraction
REBEL is a seq2seq model that simplifies Relation Extraction (EMNLP 2021).
Self-Driving-Cars-Using-Genetic-Algorithm
This was the final team project for the first A.I. course I took as an undergraduate student. It is a simulation in which cars learn how to drive around any randomly generated track. I was responsible for the neural network and genetic algorithm in my group.
BBoggia's Repositories
BBoggia/CSCapstoneProj
BBoggia/Rebel-Relation-Extraction
REBEL is a seq2seq model that simplifies Relation Extraction (EMNLP 2021).
BBoggia/alpaca-lora
Instruct-tune LLaMA on consumer hardware
BBoggia/Basic-Hidden-Markov-Model
A basic Hidden Markov Model implementation without learning or predictions. It was written for an assignment in the first A.I. course I took as an undergraduate student.
BBoggia/CNN-LSTM-Tweet-Sentiment-Analysis
A Bi-Directional CNN-LSTM implementation using Keras for binary classification of airline related tweets. Was written for an assignment in the first A.I. course I took as an graduate student.
BBoggia/DoodleJumpClone
This is a doodle jump clone for out iOS Development class final project.
BBoggia/Feed-Forward-NN
This is a basic feed forward neural network for binary classification.
BBoggia/K-means-Clustering
A basic implementation of the K-means Clustering algorithm. It takes min/max bounds, number of points, number of clusters, and cluster thresholds as input from the user. Written for an assignment in my first AI course as an indergraduate.
BBoggia/Linear-Regression
A basic linear regression algorithm written for an assignment in my first A.I. course as a undergraduate student.
BBoggia/Self-Driving-Cars-Using-Genetic-Algorithm
This was the final team project for the first A.I. course I took as an undergraduate student. It is a simulation in which cars learn how to drive around any randomly generated track. I was responsible for the neural network and genetic algorithm in my group.
BBoggia/TCTC-Student
BBoggia/TheInningsCount
BBoggia/Whisper-Real-Time-Transcriptions
Real time transcription using OpenAI's whisper. Built it for a personal project