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

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

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 that way....

2 0 509
Google Style Guide Notes

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.

2 0 518
Notes on the Go Programming Langugae

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 implement in future projects cannot be implemented with the quality that I want with a Node.js backend. As my first project with Go, I plan to try to convert the backend for this website to Go. ...

2 0 519
Numpy, Pandas, and Matplotlib Notes

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.

2 0 514
Reviewing Python Part 2

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 ...

2 0 518
Reviewing Python Part 1

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 learning code easier to understand...

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

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 probably just going to use jupyter notebooks and create something on this site where I can store some jupyter notebooks. ...

2 0 519