-
Text Data Preprocessing: A Walkthrough in Python
This post will serve as a practical walkthrough of a text data preprocessing task using some common Python tools.
-
Top 12 Essential Command Line Tools for Data Scientists
This post is a short introductory overview of 12 Unix-like operating system command line tools of value to data science tasks, and the data scientists who perform them.
-
Quick Feature Engineering with Dates Using fast.ai
The fast.ai library is a collection of supplementary wrappers for a host of popular machine learning libraries, designed to remove the necessity of writing your own functions to take care of some repetitive tasks in a machine learning workflow.
-
5 Things to Know About Machine Learning
This post will point out 5 thing to know about machine learning, 5 things which you may not know, may not have been aware of, or may have once known and now forgotten.
-
5 Fantastic Practical Natural Language Processing Resources
This post presents 5 practical resources for getting a start in natural language processing, covering a wide array of topics and approaches.
-
Data Science at the Command Line: Exploring Data
See what's available in the freely-available book "Data Science at the Command Line" by digging into data exploration in the terminal.
-
3 Essential Google Colaboratory Tips & Tricks
Google Colaboratory is a promising machine learning research platform. Here are 3 tips to simplify its usage and facilitate using a GPU, installing libraries, and uploading data files.
-
5 Machine Learning Projects You Should Not Overlook
It's about that time again... 5 more machine learning or machine learning-related projects you may not yet have heard of, but may want to consider checking out!
-
5 Fantastic Practical Machine Learning Resources
This post presents 5 fantastic practical machine learning resources, covering machine learning right from basics, as well as coding algorithms from scratch and using particular deep learning frameworks.
-
Using AutoML to Generate Machine Learning Pipelines with TPOT
This post will take a different approach to constructing pipelines. Certainly the title gives away this difference: instead of hand-crafting pipelines and hyperparameter optimization, and performing model selection ourselves, we will instead automate these processes.
|