PinnedRecursion: by Randy Taylor; while you don’t understand recursion read Recursion: by Randy TaylorRecursion is the one idea I constantly use while I solve coding problems. Most of the time I don’t start by thinking “RECURSION WILL SOLVE…Oct 19, 2020Oct 19, 2020
One more curve we want to flatten: Clustering in Machine Learning.Unsupervised learning is unique in that it has a large amount of input without a preconceived and desired output. One technique of…May 11, 2021May 11, 2021
Discussion on Feature Engineering + Model TuningIn Feature Engineering and Model Tuning we start with EDA. This is to ensure our data is structured in a way our Machine Learning…May 2, 2021May 2, 2021
Ensemble Methods : Get your Entourage together.Ensemble techniques are another Machine Learning methodology. These are probably the best in their ability to have a protective buffer…Mar 27, 2021Mar 27, 2021
A CART to pull through more complicated problems.Linear Regression, the simplest of Machine Learning techniques, is beautiful and works really well. Based on continuous numeric inputs it…Mar 21, 2021Mar 21, 2021
Add personalized responsive web design with Algolia.If you keep up with current trends you have probably seen The Social Dilemma. There they discuss how popular social media platforms like…Mar 9, 2021Mar 9, 2021
Rails into your Machine LearningSoftware Development is all about getting different technologies to talk to one another. You talk to a website by putting the URL in your…Mar 2, 2021Mar 2, 2021
Broaden your horizons with current Target.Typically in JavaScript front-end development you will add event listeners to very specific targets. React is different and because you…Feb 25, 2021Feb 25, 2021
A different class of Machine LearningTrying to predict the price of a house based on square feet is a linear regression problem. If you are provided a dataset of known prices…Feb 22, 2021Feb 22, 2021
Lets get real about AI; breaking it down to simple parts.Full stack development is a beautiful thing. As a full stack developer I love to start at at the database, then build a back-end to process…Feb 15, 2021Feb 15, 2021
Info for your AISoftware is modeled after the real world. Much of the time you can draw strong comparisons between the two. A class in python can have…Feb 7, 2021Feb 7, 2021
Email from your JavaScript? There’s an App for that.It’s 2021 and JavaScript has taken over the development landscape. At this point there is a JavaScript library or framework for everything…Jan 25, 2021Jan 25, 2021
Follow the white rabbit?We have finally arrived at our destination. This blog has been on a journey and finally after python and Numpy, Pandas, and visualization…Jan 23, 2021Jan 23, 2021
The power of search: Regular ExpressionsYears ago I was teaching myself JavaScript when I got to Regular Expressions. At this time I knew coding was the right choice for me as…Jan 18, 2021Jan 18, 2021
Lets get Visual with codeWe have taken a turn in this blog series. We started with JavaScript then turned to algorithms before jumping into data structures. There…Jan 8, 2021Jan 8, 2021
Python library PandasWe have been talking about Python in this blog recently a lot and for good reason. Python is been increasing in popularity. I will note…Jan 4, 2021Jan 4, 2021
Level up your programming with data scienceJavaScript was created in 1995 and did not get any traction for 10 years. Then in 2005 AJAX revolutionized how we use browsers and the web…Dec 24, 2020Dec 24, 2020
Trees aren’t just for forests.In this blog I have been writing about Nodes a lot. This should indicate to you the reader they must be pretty important in software…Dec 20, 2020Dec 20, 2020
Making the GraphPreviously<<here we talked about the fundamentals and how they were so important in building real worlds applications. We built a Node…Dec 12, 2020Dec 12, 2020
Building blocks of codeWhen you are learning software you will have to pick and choose what. There is just too much to pick it all. So much is really cool and…Dec 5, 2020Dec 5, 2020