Frank's Markdown Notes

About This Page

Below is a list of links that take you to a page of notes that was created using my Markdown to HTML system. I created this page, even though I already have a notes page, because most of the time when taking notes, I don't need all of the functionality that is offered by the Lexical implementation and custom HTML and instead just need to primarily write text, lists, code, math, and maybe include a few pictures. This is easier and quicker to accomplish with Markdown rather than with a rich text editor. When I need to take more complex notes, I will use the article builder to generate notes for the notes page.

Markdown Notes

November, 2024

October, 2024

September, 2024

May, 2024

April, 2024

Rest of Notes for Hands-On Machine Learning with Scikit Learn and Tesnor Flow

I decided to just skim the rest of the textbook and just try to become awarer of concepts and tools that may be useful. I think I will be able to learn more if I try to start training models using Kaggle competitions / other datasets and learn more t...

Google Style Guide Notes

Taking these notes to try to get some helpful information about writing better code in some of the languages that I know.

Notes on the Go Programming Langugae

Some notes on the Go programming language that I took by watching youtube videos, reading / skimming through a textbook, and reading a README on github. Just an introduction to the language. I want to learn Go because the things that I want to implem...

Numpy, Pandas, and Matplotlib Notes

Read a textbook about numpy, pandas, and matplotlib to get a better understanding of the libraries. Here are the notes my that.

Reviewing Python Part 2

Reviewing Python with *Learning Python*, 5th ed., by Mark Lutz part 2. This is the end of my review of pytrhon. I am going to review numpy, pandas, and matplotlib next before returning to

Reviewing Python Part 1

Python was the first programming language that I attempted to learn by myself, but it has been more than a year since I have used it consistently, so I am going to try to quickly go through the basics of python, numpy, and pandas to make machine lear...

Hands-On Machine Learning with Scikit Learn and Tesnor Flow Notes Chapter 1-4

Here are some notes from trying to learn machine learning by going through "Hands-On Machine Learning with Scikit Learn and Tesnor Flow". I took notes with markdown and used jupyter notebooks for chapters 1-3, but for the rest of the book, I am proba...