Artículo para Notebooks Category
12artículos encontrados
Reinforcement learning basics
I wanted to explore the basics of RL methods using a Python bandit machine model. Learn about Epsilon's Greedy and...
Team Topologies
I wanted to share my notes and drawings on reading the book The Team Topologies: Organizing Business and Technology Teams...
Google Challenge Pt. 1
Google Foobar challenge is a secret hiring process by the company to recruit top programmers and developers around the world....
Python Design Patterns
I wanted to share a post with some notes from the Jungwoo Ryoo Python Design Patterns course with some theory...
Python Generators
I recently grabbed some notes about migration planning on a course from cloud core concepts from David Linthicum. This section...
Azure Big Picture
I recently grabbed some notes about migration planning on a course from cloud core concepts from David Linthicum. This section...
Cloud Migration Planning
I recently grabbed some notes about migration planning on a course from cloud core concepts from David Linthicum. This section...
Business model design
Lean startup is a methodology for developing businesses and products that aim to shorten product development cycles and rapidly discover...
Text Mining Sentiment Analysis
Dimensionality reduction using PCA
PCA is very useful for reducing many dimensions into a smaller set of dimensions, as humans can not visualize data...
Sample size determination
Notes developed during the Codecademy course, calculating the sample size needed to check if the results are a significant improvement.
Machine Learning Basics
Notes developed during the Standford Machine Learning basics course from Andrew Ng. Some ML algorithms like Multiple linear regression, logistic...