I wanted to create this page to keep track of helpful resources that I found around the web. The bookmarks tab for the search engine that I use is not really helpful beyond a certain number of links, and it is sometimes hard to remember why I bookmarked a certain page or why the page is useful. Below, you can explore the links that I have saved or search for a link with a description of what you are looking for.
https://aapor.org/
The leading association of public opinion and survey research professionals. The AAPOR community includes producers and users of survey data from a variety of disciplines.
https://en.wikipedia.org/wiki/Loeb_Classical_Library
The Loeb Classical Library is a monographic series of books published by Harvard University Press. It has bilingual editions of ancient Greek and Latin literature, with the original Greek or Latin text on the left-hand page and a fairly literal translation on the facing page. It may be a good resource to look into if you are interested in ancient writing.
mr.doob Website
https://mrdoob.com/
The website of the creator of Three.js, Ricardo Cabello (who goes by mr.doob. The site contains some interesting examples of WebGPU and Three.js use.
Pew Research Center
https://www.pewresearch.org/
Pew Research Center is a nonpartisan, nonadvocacy fact tank that informs the public about the issues, attitudes and trends shaping the world. It does not take policy positions. The Center conducts public opinion polling, demographic research, computational social science research and other data-driven research. Pew Research Center is a subsidiary of The Pew Charitable Trusts, its primary funder.
LaTeX CSS
https://github.com/vincentdoerig/latex-css
LaTeX.css is a minimal, almost class-less CSS library which makes any website look like a LaTeX document. It is based on @davidrzs' latexCSS.
https://www.americascuttingedge.org/course-descriptions/
America's Cutting Edge (ACE) - "The no-cost program putting you in high demand for a career as a machine tool professional". This company offers free training on CNC Machining, Composites, Metrology, and Cybersecurity on their website.
Federal Reserve Economic Data
https://fred.stlouisfed.org/series/GDP
Federal Reserve Economic Data (FRED) is a free online database of economic time series from the United States and around the world. The database includes data on topics like employment, inflation, and interest rates.
YouTube Channel with Interesting Coding Projects
https://www.youtube.com/@SebastianLague
This 27yo South African YouTuber makes some of the best coding “adventure” videos.
— Making chess and a minimax chess AI from scratch
— Rendering fluid animation
— How computers work
Each video is a 30-90minute complete crash course in a CS subfield.
Must watch channel.
YouTube Video on Streaming LLM APIs
https://www.youtube.com/watch
YouTube Video on Streaming LLM APIs. Not an important link, but something that I am implementing now that I want to reference.
Open Router
https://openrouter.ai/
"A unified interface for LLMs": A good resource for using all different kinds of LLMs.
https://fontsinuse.com/
Fonts In Use is a public archive of typography indexed by typeface, format, industry, and period. Supported by examples contributed by the public, it documents and examines graphic design with the goal of improving typographic literacy and appreciation. Good website displaying interesting typography.
https://ffmpegbyexample.com/
FFmpeg By Example is a documentation website to showcase all the unique and different ways to use FFmpeg. The site lists different ways to use ffmpeg with explanations.
Tom Select
https://tom-select.js.org/
Tom Select is a dynamic, framework agnostic, and lightweight (~16kb gzipped) <select> UI control. With autocomplete and native-feeling keyboard navigation, it's useful for tagging, contact lists, country selectors, and so on. Tom Select was forked from selectize.js with four main objectives: modernizing the code base, decoupling from jQuery, expanding functionality, and addressing issue backlogs. I am probably going to replace my select implementation (don't like it).
CS231n Convolutional Neural Networks for Visual Recognition
https://cs231n.github.io/
These notes accompany the Stanford CS class CS231n: Convolutional Neural Networks for Visual Recognition. For questions/concerns/bug reports, please submit a pull request directly to our git repo.
Regex Search
https://regex101.com/
I was going to create a project implementing regex search, but this website already does this well. You can search a document / text with regular expressions, copy matches, and everything.
Github Repo that Provides Links to How to Build a Lot of Different Software-related Things
https://ollama.com/
ollama is a way to run large language models locally. I have it installed on my machine.
Formatting Magick Identify Command
https://imagemagick.org/script/escape.php
There are copious amounts of extra data associated with images (metadata), beyond the actual image pixels. This metadata can be useful, either for display, or for various calculations, or in modifying the behavior of later image processing operations. You can utilize percent escapes in a number of options, for example in -format or in montage -label, to print various properties and other settings associated with an image.
https://github.com/NationalGalleryOfArt/opendata
This link is for the national gallery of art open data program. I am going over style transfer and wanted good examples of art to use to test out the style transfer model and found this repo which I might want to use for something.
Recurrent World Models Facilitate Policy Execution
https://worldmodels.github.io/
We explore building generative neural network models of popular reinforcement learning environments. Our world model can be trained quickly in an unsupervised manner to learn a compressed spatial and temporal representation of the environment. By using features extracted from the world model as inputs to an agent, we can train a very compact and simple policy that can solve the required task. We can even train our agent entirely inside of its own dream environment generated by its world model.
GloVe: Global Vectors for Word Representations
https://nlp.stanford.edu/projects/glove/
GloVe is an unsupervised learning algorithm for obtaining vector representations of words. Training is performed on aggregtaed word-word co-occurence statistics from a corpus, and the resulting representations showcase interesting linear substructures of the word vector space.
You can get pre-trained word vectors here.
Keras-GAN Repository
https://github.com/eriklindernoren/Keras-GAN
Maintained by Erik Linder-Noren, this is an excellent resource for many Keras examples of important Generative Adverserial Networks (GANs) from the literature.
Feature Engineering Techniques for Machine Learning in Python
https://www.youtube.com/watch
Feature Engineering Techniques for Machine Learning in Python - one of the most important things when it comes to machine learning models.
https://paperswithcode.com/
More and more ML papers are released along with their implementation, and sometimes even with pretrained models. Check out https://paperswithcode.com/ to easily find them.
https://sre.google/sre-book/table-of-contents/
Site Reliability Engineering is focused on operating services atop distributed computing systems. "This book is an attempt to expan how we do things" - to keep Google services running. Might want to read.
https://arc.net/folder/D0472A20-9C20-4D3F-B145-D2865C0A9FEE
Ilya Sutskever gave John Carmack this reading list of approx 30 research papers and said, ‘If you really learn all of these, you’ll know 90% of what matters today.’ w.r.t. Machine Learning / Artificial Intelligence
Standard Go Project Layout
https://github.com/golang-standards/project-layout
This is a basic layout for Go application projects. Note that it's basic in terms of content because it's focusing only on the general layout and not what you have inside.
Matplotlib to D3 Python Library
https://mpld3.github.io/
Library that you may want to look into for displaying Matplotlib graphs in the browser using d3.js
https://www.reddit.com/r/datasets
Link from Hands On Machine Learning With Scikit-Learn and Tensor Flow from section which shows resources where you can get data
Wikipedia's List of Machine Learning Datasets
https://homl.info/9
Link from Hands On Machine Learning With Scikit-Learn and Tensor Flow from section which shows resources where you can get data
Amazon's AWS Datasets
https://registry.opendata.aws/
Link from Hands On Machine Learning With Scikit-Learn and Tensor Flow from section which shows resources where you can get data
Kaggle Datasets
https://www.kaggle.com/datasets
Link from Hands On Machine Learning With Scikit-Learn and Tensor Flow from section which shows resources where you can get data
UC Irvine Machine Learning Repository
http://archive.ics.uci.edu/ml/
Link from Hands On Machine Learning With Scikit-Learn and Tensor Flow from section which shows resources where you can get data
Github Repo for Hands-On Machine Learning With Scikit / TensorFlow Textbook
https://github.com/ageron/handson-ml2
Github repository for Hands-On Machine Learning with Scikit Learn and TensorFlw. This github repository contains some code that is not included in the textbook.
https://www.youtube.com/watch
I needed to learn the Pandas python library because the language seems to have changed a lot since I last did anything with it and the videos that I am watching on machine leartning application use an outdated version of pandas.
https://www.youtube.com/watch
Youtube channel that I am using to learn more about AI to work on some projects related to it. Mainly started watching these videos to learn about how to show vector embeddings related to poll results
Uploaded file must be an image of type .jpeg, .jpg, .png, .webp, .gif, .bmp, or .svg.
Image Size must be less than 5MB.
Uploaded file must be an image of type jpeg, jpg, png, webp, avif, tiff, or svg.
Something went wrong uploading the image to the database. Try reloading the page.
The maximum number of images you can upload is 30.
There was an error taking an image using the device's camera. Try uploading an image instead.
Uploaded file must be an audio file.
Audio file must be an audio file of type .m4a, .flac, .mp3, .mp4, .wav, .wma, .aac, .webm, or .mpeg.
Audio file must be less than 300 MB in size.
Something went wrong uploading the audio file. Try reloading the page.
The maximum number of audio files you can upload is 10.
There was an error capturing an audio recording using the device's microphone. Try uploading an audio recording or video instead.
Uploaded file must be an video file.
Video file must be an audio file of type .mp4, .mov, .avi, .wmv, .avchd, .webm, or .flv.
Video file must be less than 300 MB in size.
Something went wrong uploading the video file. Try reloading the page.
The maximum number of video files you can upload is 10.
There was an error taking a video using the device's camera / microphone. Try uploading a video instead.
Generate Code Markup
ESC
Press the Escape key to Close the Dialog
Copied Code to Clipboard!
ESC
Press ESC to Close the Dialog
Report Inappropriate Content
Generate Math Markup
ESC
Press the Escape key to Close the Dialog
Copied TeX code to clipboard.
Search must be at least one character long.
Settings
ESC
Press the Escape key to Close the Dialog
SVG Icon Search
ESC
Press the Escape key to Close the Dialog
Search the same icons that are included on the MUI Website. I included
search here because I am very often searching these icons, and I don't like having to go back to their website.
Copied SVG icon to clipboard!
Here is Some Descriptive Text
Warning
You have made some unsaved changes. Are you sure you want to lose your progress and leave this page?
Login
ESC
Press the Escape key to Close the Dialog
You must be logged in to perform the requested action.
A previous, saved version of this article is saved. To compare the current version of the article with the previous version - or to replace the current version with the saved version - click the icon above the text editor.
Font Weight
Font Family
Undo Last Change
Redo Last Change
Clear Content
Insert Line Break
Indent Content
Outdent Content
Left Align
Center Align
Right Align
Justify Align
Bold Text
Italicize Text
Strikethrough Text
Underline Text
Superscript Text
Subscript Text
Insert Header
Change Background Color
Change Text Color
Highlight Text
Insert Saved Version of Article
Insert Image
Insert Audio
Insert Video
Upload GIF
Embed News or Youtube Video
Insert a Quote
Insert Lists
Insert <aside> Element
Insert <details> Element
Insert Code Markup
Insert Math Markup
Insert Table
Insert Chart
Insert Horizontal Rule
Insert Paragraph at End of Editor
View Result at Different Screen Sizes
Edit the Style of the Block Elements in Selection
Insert Link
Code Text
Clear Text Formatting
Speech To Text
Download Editor State
Upload Lexical, Markdown, Notebook, or TeX
Insert Keyboard Command
Insert Abbreviation
Insert Inline Quote
Insert Section Heading
Insert Custom HTML
Insert Columns Layout
Copy Editor Contents
Rewrite Selection with AI
Add a Comment
Annotate
Copy Link to Selection
Share Selection
Ask AI About Selection
Write with AI
Rewrite Paragraph with AI
Rewrite with AI
Are you sure you want to delete this article section? You can not undo this change.