Skip to content

Instantly share code, notes, and snippets.

View marcofavorito's full-sized avatar

Marco Favorito marcofavorito

View GitHub Profile
@marcofavorito
marcofavorito / LLM.md
Created August 17, 2023 19:32 — forked from rain-1/LLM.md
LLM Introduction: Learn Language Models

Purpose

Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.

Avoid being a link dump. Try to provide only valuable well tuned information.

Prelude

Neural network links before starting with transformers.

@marcofavorito
marcofavorito / Makefile
Created December 22, 2020 20:32 — forked from maciakl/Makefile
Pandoc, continous compilation setup.
# Run watch -n1 make
files := $(shell xargs -a COMPILELIST.TXT)
index.html: $(files)
pandoc $(files) --toc -f markdown -t html -c style.css -o $@
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help
@marcofavorito
marcofavorito / combinations.js
Last active June 29, 2018 06:48 — forked from axelpale/combinations.js
JavaScript functions to calculate combinations of elements in Array.
/**
* Copyright 2012 Akseli Palén.
* Created 2012-07-15.
* Licensed under the MIT license.
*
* <license>
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files
* (the "Software"), to deal in the Software without restriction,
* including without limitation the rights to use, copy, modify, merge,