PinnedMember-onlyWeb Scraping in Python for Finding your Next JobWeb scraping is the process of extracting data from websites. One can Web scrape data in Python using the requests and beautiful soup package. …Jobs4 min readJobs4 min read
PinnedMember-onlySolving the Reinforcement Learning (RL) Blackjack EnvironmentIn this article we will solve the Gym Blackjack environment using tabular Q-learning. See below for how to setup the environment: import gym import numpy as np # Create the Blackjack environment env = gym.make("Blackjack-v1") To make the state completely usable, the third state component needed to be converted from…Reinforcement Learning3 min readReinforcement Learning3 min read
PinnedMember-onlySolving the Reinforcement Learning (RL) Cliff Walking EnvironmentIn this article we will continue our experimentation into the last of the toy text Gym environments — the Cliff Walking environment. Below I provide training code using the tabular Q-learning approach to enable the agent to solve this grid world environment. …Reinforcement Learning5 min readReinforcement Learning5 min read
PinnedBecome an AI Masterand Learn Many 21st Century in Demand Skills — Table of Contents: Explain AI to Me as if I Were a Child My Blog’s Big Picture Focus on AI My Blog’s Current Focus on Reinforcement Learning (RL) My Blog’s Focus on Skills Necessary to Master AI or Create New AI Conclusion 1. Explain AI to Me as if I Were a Child: By now, I’m sure you’ve heard the phrase AI tossed around…Technology6 min readTechnology6 min read
PinnedBecome a Medium Member Today!Have you ever wanted to learn more about a technical or non-technical subject, but you could not for the life of you find affordable and reputable information? Medium across all of its many diverse topics offers valuable knowledge at a huge discount! In this article I will explain to you…Python5 min readPython5 min read
Mar 17Member-onlyChecking into a 4 Star Hotel in RioOnce I arrived at the hotel, I found out it was simple enough to exchange money with a man behind the counter there. It was a service offered for foreign travelers. He gave me a 5.03 to 1 exchange rate. He also provided me with a card to checkout beach…Travel3 min readTravel3 min read
Mar 13Member-onlyArriving in Rio de Janeiro — From Airport to the HotelMy arrival in Brazil, specifically at the GIG airport, turned out to be quite an adventure. As soon as I stepped foot in the airport, I was struck by the language barrier that I was not completely prepared for. Despite this challenge, I found that the airport was fairly easy…Travel3 min readTravel3 min read
Mar 1Member-onlyStock Sentiment Scores for 2/28/2023Financial disclaimer: No Investment Advice. The content shared below is for informational purposes only. You should not construe any such information or other material as legal, tax, investment, financial, or other advice. From here on out I plan to track stocks or ETFs that are the most popular or buzz…Stocks2 min readStocks2 min read
Feb 28Member-onlyStock Sentiment Scores for 2/27/2023Financial disclaimer: No Investment Advice. The content shared below is for informational purposes only. You should not construe any such information or other material as legal, tax, investment, financial, or other advice. From here on out I plan to track stocks or ETFs that are the most popular or buzz…Stocks2 min readStocks2 min read
Feb 25Member-onlyStock Sentiment Scores for 2/24/2023Financial disclaimer: No Investment Advice. The content shared below is for informational purposes only. You should not construe any such information or other material as legal, tax, investment, financial, or other advice. From here on out I plan to track stocks or ETFs that are the most popular or buzz…Trading2 min readTrading2 min read