Christian Garbin CS master's and Ph.D. collected works
- 9 followers
- United States of America
- https://cgarbin.github.io/about/
Pinned Loading
Repositories
- llm-github-issues Public
Summarizing with LLMs: Using an LLM to understand GitHub issues without reading each post in detail.
fau-masters-collected-works-cgarbin/llm-github-issues’s past year of commit activity - gpt-all-local Public
A "chat with your data" example: using a large language models (LLM) to interact with our own (local) data. Everything is local: the embedding model, the LLM, the vector database. This is an example of retrieval-augmented generation (RAG): we find relevant sections from our documents and pass it to the LLM as part of the prompt (see pics).
fau-masters-collected-works-cgarbin/gpt-all-local’s past year of commit activity - cap5768-introduction-to-data-science Public
Data science with Pandas and NumPy: EDA, binning, distribution functions, simulations, regression analysis
fau-masters-collected-works-cgarbin/cap5768-introduction-to-data-science’s past year of commit activity - ieee-icmla-2019-data-science-tutorial Public
IEEE ICMLA 2019 Data Science Tutorial - using data to answer questions
fau-masters-collected-works-cgarbin/ieee-icmla-2019-data-science-tutorial’s past year of commit activity - writing-good-jupyter-notebooks Public
Writing good Jupyter notebooks: logically organized, clearly documented decisions and assumptions, easy-to-understand code, flexible (easy to modify) code, resilient (hard to break) code
fau-masters-collected-works-cgarbin/writing-good-jupyter-notebooks’s past year of commit activity - cap6776-information-retrieval Public
Information retrieval from basic concepts (tokenization, stop word removal, stemming, TF-IDF, etc.)
fau-masters-collected-works-cgarbin/cap6776-information-retrieval’s past year of commit activity - obfuscated-c-12-days-of-christmas Public
Methodically "unobfuscate" the winner of the 1988 International Obfuscated C Contest entry, the incredible code that prints the "twelve days of Christmas" song.
fau-masters-collected-works-cgarbin/obfuscated-c-12-days-of-christmas’s past year of commit activity - decision-threshold-effect-on-accuracy Public
What is "accuracy"? The effect of changing the decision threshold on a model's accuracy.
fau-masters-collected-works-cgarbin/decision-threshold-effect-on-accuracy’s past year of commit activity