- Javascript Essential Training by Morten Rand-Hendriksen (If you don't have access to LinkedIn Learning, here is a playlist for a YouTube Javascript Essential Learning)
- CSS Essential Training by Christina Truong
Thursday, February 23, 2023
Web Development 101
Monday, January 30, 2023
Latin for an Old Man
In high school I dropped the ball when it came to Latin. It was 1964 and one of the 'cool' kids in my all boys, St Aloysius High School brought a pony to Latin class. It galloped around the room and every one of us used it to quickly do our translation homework. Everyone except Glenn Hymel!
Consequently I didn't learn Latin in high school. In fact, other than Ola, Adios, si, no, and gracias, I speak only English, and being from New Awlins, even that is barely intelligible.
So, here I am at the age of 75 on a quest to rectify my academic failing.
Since this isn't the first learning quest I've attempted (my previous forays have been short lived, ending when my steed gets entangled on the windmill of enthusiastic lethargy) I'll try to be wise by adopting the following guidelines:
- Complete 4 chapters a week.
- Devote no more than 60 minutes to a lesson
- Do an assessment at the end of each fortnight to adjust guideline 1 and 2
- Complete the 14 Duolingo Latin Lessons
- Read the 40 chapters in the 6th edition of Wheelock's Latin
- Do an assessment when goals 1 and 2 are achieved.
- Wheelock's Latin Chapter Videos by Rebecca Ceferatti
- Wittenberg Academy: Wheelock's Latin by PastorCurtis
Saturday, January 28, 2023
GitHub 101.0: cloning a repository on my work machine
(This has been superceded by GitHub 101.1)
Even better than a paragraph a day, a web app project that my son invited me to work on. He started me off with 2 tasks:
- Make a repository on GitHub
- Clone the repository to my work machine
Monday, January 23, 2023
a paragraph a day
I’m reading “Will College Pay Off” by Peter Cappelli which leads to an examination of the K-12 schools and how well they are preparing our young for life after high school graduation. The federal government National Assessment of Educational Progress provides an annual report card of how we’re doing as a nation as well as how individual states are doing. It turns out that Massachusetts is doing the best in the country, which begs the question, why are its schools so much better?
“I’ve always praised Massachusetts for their work on education, but they never want to be praised. They want to know where they’re weak,” he said. “K-12 education is supposed to prepare people to go to college, and a 78 percent graduation rate in Washington state — even though you thump your chest and feel good about your quality of life — means 22 percent of kids are immediately going to the very tail end of the labor-market queue, to the jobs no one else wants — if they get jobs at all.”
That was precisely the fate of 21 percent of students at Worcester Tech when Sheila Harrity, who had never set foot in a vocational school, took the reins when the new building opened in 2006.
Task No. 1: Double the number of honors courses and open them to all.
“What are you doing to our school?” her teachers shrieked. “These are not academic kids!”
A former college basketball star with a straight-shooting style, Harrity next took a hard look at test results. Forty percent of Worcester Tech students were scoring zeros on the written portion of the MCAS, she said. So Harrity imported teacher-trainers to address this. In every classroom, from home construction to hair-coloring, kids were taught to write essays in response to exam questions.
Friday, September 30, 2022
Condensed AI Challenge: 2 week progress
| What is a determinant? |
While slugging away at Linear Algebra I hit a roadblock in Imperial College London's Mathematics for Machine learning (coursera). So I backed up by taking a simpler course: Georgia Tech's Linear Algebra II (Edx) and reading a linear algebra chapter in a college math book. I continue to hit roadblocks in Mathematics for Machine Learning; the current one requires side reading on matrix transforms.
For Python, the Python in 30 minutes course (it has 2 hours of lectures, go figure), and Python for Beginners book gave me enough to start understanding the code. The courses that I have listed include exercises and projects using Python which will deepen my learning.
Here is my updated plan (Yellow items are Phase I tasks; Blue items have been completed). The Orange items are documentaries that I started watching but don't provide the practical content I'm looking for. The Green item I've read but needs a revisit after I learn Machine Learning concepts better.
Wednesday, September 21, 2022
Artificial Intelligence Challenge - condensed version
After compiling the Artificial Intelligence Challenge I realized that I'm not interested in completing the whole program. I also want to get a deeper understanding of AI and ML than what reading a couple of 'for Dummies' books will give me. To do this I will have to learn some foundational material: Python and Linear Algebra.
My plan is to do the following Artificial Intelligence Challenge - condensed version::
PHASE 1 (5 weeks @8-10hrs/wk)
- Python: view the YouTube videos (11hrs)
- Linear Algebra: read the 2 internet pages and complete the first 8 lessons of Essence of Linear Algebra (4hrs)
- Artificial Intelligence: read the 3 internet pages (3hrs), watch YouTube videos (1hr), and read AI for dummies (5hrs) - TOTAL 9hrs
- Machine Language: Read the 3 internet pages (2hrs), watch YouTube videos (2hrs), and read ML for dummies (7hrs) - TOTAL 11hrs
- Deep Learning: Read the 3 internet pages (1hr), watch YouTube videos (2hrs), and read Deep Learning: A Visual Approach (7hrs) - TOTAL 10hrs
PHASE 2 (7 weeks @8-10hrs/week)
- Python: read Python Crash Course (10hrs) and complete Udemy: Python from Beginner to Intermediate in (1hr) - TOTAL 11hrs
- Linear Algebra: complete Coursera: Mathematics for Machine Learning: Linear Algebra (19hrs)
- Artificial Intelligence: Coursera: AI for Everyone (12hrs)
- Machine Language: Coursera: Machine Learning for All (22hrs)
- Deep Learning: edX/IBM: Deep Learning Fundamentals with Keras (20hrs)
