Michael Cortes
Michael Cortes
  • 20
  • 47 646
Road to 2000 | Day 3 Highlights | MikeyC323 | 3+2 blitz
Day 3 of my road to 2000 chess elo
Played 17 games. Won a bunch of games early on but then started losing (got so tilted) due to being tired a sleepy (LOL).
Had this super sharp game (Nakhmanson Gambit) where I defended (as black) so well only to make one gigantic blunder at the end to lose.
Day 3 Elo = 1842 decreased to 1784
www.twitch.tv/mikeyc323
00:00 - Preview
00:27 - Intro
02:00 - Nakhmanson Gambit
10:13 - Rest of the Games
มุมมอง: 24

วีดีโอ

Road to 2000 | Day 2 | 3+2 blitz run | MikeyC323
มุมมอง 24วันที่ผ่านมา
Day 2 of my road to 2000 chess elo. Played 5 blitz games, won 3 and lost 2. One loss was to a much higher rated player, and the other loss was me winning the game but making one big mistake right at the end! Day 2 Elo = 1842? increased to 1893? Rating is still provisional, need to play more games to get a proper rating! www.twitch.tv/mikeyc323 The games: 00:00 Intro 00:38 Game 1 lost but was do...
Road to 2000 | Day 1 | Defending Against the Knight Attack | MikeyC323
มุมมอง 4614 วันที่ผ่านมา
Day 1 of my road to 2000 chess elo 3 2 minute blitz game where I defended against the knight attack of the Italian game. Some analysis afterwards. Day 1 Elo = 1842 www.twitch.tv/mikeyc323
Summarize Text in Python Using ChatGPT (and other NLP tasks)
มุมมอง 1.2K8 หลายเดือนก่อน
In this video we integrate Chat GPT with Python in order to do three different NLP related tasks around text clean up and text summarization. First we build a "sentence averager" that is able to take in a list of sentences and return a single summary sentence that represents the whole group. Second, we build a straight up abstractive text summarizer that simply reads in a long piece of input te...
How to Calculate Kaplan Meier Survival Curves in Excel and Python
มุมมอง 1.8K9 หลายเดือนก่อน
This is a practical hands-on introduction to Kaplan Meier Survival Curves and the Survival Analysis topic all together. We will use a dataset of subscribers and estimate their survival rates using Kaplan Meier survival analysis. We will construct the calculations manually in Excel and then turn to Python's Lifelines library to validate our results. Finally, we end the video with a theoretical s...
How to do Price Optimization for Maximizing Profit $$$ using Demand Data
มุมมอง 7509 หลายเดือนก่อน
In this video we review a framework for calculating optimal prices using demand curves. To do this type of price optimization, we look at historical avocado sales data (from Kaggle, link below) that has avocado sales volume at different avocado prices, construct a demand curve, and then compute price at which we attain the highest expected total profit. There are many ways to do price optimizat...
Text Clustering (Fuzzy Grouping) in Excel
มุมมอง 91911 หลายเดือนก่อน
Ever need to cluster or group text values in Excel quickly? It can be done! In this video I demonstrate how to do this using the Table.FuzzyGroup method in Excel's Power Query editor. We will work with a data set of job titles, which are notoriously non-standardized. Often times the same job title appears in many different ways, with misspellings or other variations, and we don't want to look a...
Topic Modeling in Python - A Simple Yet Effective Method
มุมมอง 1.4Kปีที่แล้ว
In this tutorial we develop a simple yet effective topic modeling method in Python using NLP, Deep Learning, and unsupervised clustering. We use it to extract topics from reviews of drug/medication side effects in a dataset of ~3,000 patients and assign summary keywords to each topic so we can easily understand the themes and topics in the text dataset. Although the tutorial applies it to drug ...
Easy Geometric Derivation of Pythagorean Theorem
มุมมอง 36ปีที่แล้ว
In this video we derive the Pythagorean Theorem using a geometric proof along with a little algebra. Its a fairly simple way to demonstrate that a^2 b^2 should equal c^2. Just a fun video, hope you enjoy it. Also, I think that proofs like that should be shown to high school students because they are fairly simple and they can spark mathematical interest in students. Math doesn't have to be so b...
Calculating PI Numerically (Monte Caro Dart Throwing Simulation)
มุมมอง 459ปีที่แล้ว
Calculating PI Numerically (Monte Caro Dart Throwing Simulation)
Forecasting Economic Time Series in Python using SARIMAX
มุมมอง 5Kปีที่แล้ว
Forecasting Economic Time Series in Python using SARIMAX
Working with APIs in Python (Fred API)
มุมมอง 14K2 ปีที่แล้ว
Working with APIs in Python (Fred API)
Intro to Applied Linear Regression
มุมมอง 1283 ปีที่แล้ว
Intro to Applied Linear Regression
How to Embed Sentences using Google's Universal Sentence Encoder
มุมมอง 6K4 ปีที่แล้ว
How to Embed Sentences using Google's Universal Sentence Encoder