- Baidu Research: 10 Technology Trends in 2021, by Baidu Research - Jan 29, 2021.
Understanding future technology trends may never have been as important as it is today. Check out the prediction of the 10 technology trends in 2021 from Baidu Research.
2021 Predictions, Baidu, Research, Trends
- What is Graph Theory, and Why Should You Care?, by Vegard Flovik - Jan 29, 2021.
Go from graph theory to path optimization.
Graph, Graph Theory
- Top 5 Reasons Why Machine Learning Projects Fail, by Sudeep Srivastava - Jan 28, 2021.
The rise in machine learning project implementation is coming, as is the the number of failures, due to several implementation and maintenance challenges. The first step of closing this gap lies in understanding the reasons for the failure.
Data Preparation, Data Science, Failure, Implementation, Machine Learning
- Working With The Lambda Layer in Keras, by Ahmed Gad - Jan 28, 2021.
In this tutorial we'll cover how to use the Lambda layer in Keras to build, save, and load models which perform custom operations on your data.
Architecture, Keras, Neural Networks, Python
- Popular Machine Learning Interview Questions, part 2, by Mo Daoud - Jan 27, 2021.
Get ready for your next job interview requiring domain knowledge in machine learning with answers to these thirteen common questions.
Convolutional Neural Networks, Interview Questions, Linear Regression, Logistic Regression, Machine Learning, Regularization, Transfer Learning, Unbalanced
- Support Vector Machine for Hand Written Alphabet Recognition in R, by Mohan Rai - Jan 27, 2021.
We attempt to break down a problem of hand written alphabet image recognition into a simple process rather than using heavy packages. This is an attempt to create the data and then build a model using Support Vector Machines for Classification.
Classification, Image Recognition, Machine Learning, R, Support Vector Machines
- Six Times Bigger than GPT-3: Inside Google’s TRILLION Parameter Switch Transformer Model, by Jesus Rodriguez - Jan 25, 2021.
Google’s Switch Transformer model could be the next breakthrough in this area of deep learning.
Google, GPT-3, NLP, Transformer
-
The Ultimate Scikit-Learn Machine Learning Cheatsheet, by Andre Ye - Jan 25, 2021.
With the power and popularity of the scikit-learn for machine learning in Python, this library is a foundation to any practitioner's toolset. Preview its core methods with this review of predictive modelling, clustering, dimensionality reduction, feature importance, and data transformation.
Cheat Sheet, Machine Learning, scikit-learn
-
Building a Deep Learning Based Reverse Image Search, by Vegard Flovik - Jan 22, 2021.
Following the journey from unstructured data to content based image retrieval.
Deep Learning, Image Recognition, Search
-
Cloud Computing, Data Science and ML Trends in 2020–2022: The battle of giants, by George Vyshnya - Jan 22, 2021.
Kaggle’s survey of ‘State of Data Science and Machine Learning 2020’ covers a lot of diverse topics. In this post, we are going to look at the popularity of cloud computing platforms and products among the data science and ML professionals participated in the survey.
AWS, Cloud Computing, Data Science, Google Cloud, Kaggle, Machine Learning, Microsoft Azure, Trends
- How to Use MLOps for an Effective AI Strategy, by Sigmoid - Jan 21, 2021.
The need to deal with the challenges and other smaller nuances of deploying machine learning models has given rise to the relatively new concept of MLOps. – a set of best practices aimed at automating the ML lifecycle, bringing together the ML system development and ML system operations.
AI, DevOps, Machine Learning, MLOps, Strategy
- Mastering TensorFlow Variables in 5 Easy Steps, by Orhan G. Yalçın - Jan 20, 2021.
Learn how to use TensorFlow Variables, their differences from plain Tensor objects, and when they are preferred over these Tensor objects | Deep Learning with TensorFlow 2.x.
Neural Networks, Python, TensorFlow
-
Popular Machine Learning Interview Questions, by Mo Daoud - Jan 20, 2021.
Get ready for your next job interview requiring domain knowledge in machine learning with answers to these eleven common questions.
Bias, Confusion Matrix, Interview Questions, Machine Learning, Overfitting, Variance
- Loglet Analysis: Revisiting COVID-19 Projections, by Dennis Ganzaroli - Jan 20, 2021.
We will show that the decomposition of growth into S-shaped logistic components also known as Loglet analysis, is more accurate as it takes into account the evolution of multiple covid waves.
COVID-19, Data Analysis, Python
- Graph Representation Learning: The Free eBook, by Matthew Mayo - Jan 19, 2021.
This free eBook can show you what you need to know to leverage graph representation in data science, machine learning, and neural network models.
Data Science, Free ebook, Graph, Neural Networks, Representation
-
Build a Data Science Portfolio that Stands Out Using These Platforms, by Benjamin Obi Tayo - Jan 19, 2021.
Making your big break into the data science profession means standing out to potential employers in a crowd of tough competition. An important way to showcase your skills and experience is through the presentation of a portfolio. Following these recommendations for developing your portfolio will help you network effectively and stay on top of an ever-changing field.
Career Advice, Data Science, GitHub, Kaggle, LinkedIn, Portfolio
- Microsoft Uses Transformer Networks to Answer Questions About Images With Minimum Training, by Jesus Rodriguez - Jan 18, 2021.
Unified VLP can understand concepts about scenic images by using pretrained models.
Image Processing, Microsoft, Question answering, Training, Transformer
- Comprehensive Guide to the Normal Distribution, by Nicole Janeway Bills - Jan 18, 2021.
Drop in for some tips on how this fundamental statistics concept can improve your data science.
Distribution, Normal Distribution, Python, SciPy, Statistics
-
Essential Math for Data Science: Information Theory, by Hadrien Jean - Jan 15, 2021.
In the context of machine learning, some of the concepts of information theory are used to characterize or compare probability distributions. Read up on the underlying math to gain a solid understanding of relevant aspects of information theory.
Data Science, Mathematics
-
K-Means 8x faster, 27x lower error than Scikit-learn in 25 lines, by Jakub Adamczyk - Jan 15, 2021.
K-means clustering is a powerful algorithm for similarity searches, and Facebook AI Research's faiss library is turning out to be a speed champion. With only a handful of lines of code shared in this demonstration, faiss outperforms the implementation in scikit-learn in speed and accuracy.
Algorithms, K-means, Machine Learning, scikit-learn
-
Cleaner Data Analysis with Pandas Using Pipes, by Soner Yildirim - Jan 15, 2021.
Check out this practical guide on Pandas pipes.
Data Analysis, Data Cleaning, Pandas, Pipeline, Python
- Data Cleaning and Wrangling in SQL, by Antonio Badia - Jan 14, 2021.
SQL is a foundational skill for data analysts but its application is sometimes limited within the data pipeline. However, SQL can be successfully used for many pre-processing tasks, such as data cleaning and wrangling, as demonstrated here by example.
Data Cleaning, Data Preparation, SQL
- Unsupervised Learning for Predictive Maintenance using Auto-Encoders, by Kundaliya & Aggarwal - Jan 14, 2021.
This article outlines a machine learning approach to detect and diagnose anomalies in the context of machine maintenance, along with a number of introductory concepts, including: Introduction to machine maintenance; What is predictive maintenance?; Approaches for machine diagnosis; Machine diagnosis using machine learning
Autoencoder, Predictive Analytics, Predictive Maintenance, Unsupervised Learning
- Creating Good Meaningful Plots: Some Principles, by Vikrant Dogra - Jan 12, 2021.
Hera are some thought starters to help you create meaningful plots.
Charts, Data Visualization, Python, R
- Working With Sparse Features In Machine Learning Models, by Arushi Prakash - Jan 12, 2021.
Sparse features can cause problems like overfitting and suboptimal results in learning models, and understanding why this happens is crucial when developing models. Multiple methods, including dimensionality reduction, are available to overcome issues due to sparse features.
Data Preparation, Feature Engineering, Machine Learning, Overfitting, Sparse data
- Cloud Data Warehouse is The Future of Data Storage, by Nitin Kumar - Jan 12, 2021.
Today, cloud data storage accounts for 45% of all enterprise data and by Q2 2021, that number could grow to 53%. Now is the time to embrace cloud than now.
Cloud, Data Warehouse, Data Warehousing
- Attention mechanism in Deep Learning, Explained, by Nagesh Chauhan - Jan 11, 2021.
Attention is a powerful mechanism developed to enhance the performance of the Encoder-Decoder architecture on neural network-based machine translation tasks. Learn more about how this process works and how to implement the approach into your work.
Attention, Deep Learning, Explained, LSTM, Machine Translation
- OpenAI Releases Two Transformer Models that Magically Link Language and Computer Vision, by Jesus Rodriguez - Jan 11, 2021.
OpenAI has released two new transformer architectures that combine image and language tasks in an fun and almost magical way. Read more about them here.
Computer Vision, NLP, OpenAI, Transformer
- JupyterLab 3 is Here: Key reasons to upgrade now, by Matthew Mayo - Jan 8, 2021.
Read about these 3 reasons for checking out JupyterLab 3 today.
Data Science, IDE, Jupyter, Programming
-
Best Python IDEs and Code Editors You Should Know, by Claire D. Costa - Jan 8, 2021.
Developing machine learning algorithms requires implementing countless libraries and integrating many supporting tools and software packages. All this magic must be written by you in yet another tool -- the IDE -- that is fundamental to all your code work and can drive your productivity. These top Python IDEs and code editors are among the best tools available for you to consider, and are reviewed with their noteworthy features.
IDE, Jupyter, PyCharm, Python, Visual Studio Code
-
Top 10 Computer Vision Papers 2020, by Louis (What’s AI) Bouchard - Jan 8, 2021.
The top 10 computer vision papers in 2020 with video demos, articles, code, and paper reference.
AI, Computer Vision, Research
- Advice to aspiring Data Scientists – your most common questions answered, by Roman Orac - Jan 7, 2021.
Embarking on a new career path can be daunting with many unknowns about how to get started and how to be successful. If you are aspiring to become a Data Scientist, then the answers to these common questions can help set you off on the right foot.
Advice, Career Advice, Data Scientist, Mathematics, Online Education, SQL
-
10 Underappreciated Python Packages for Machine Learning Practitioners, by Vinay Uday Prabhu - Jan 7, 2021.
Here are 10 underappreciated Python packages covering neural architecture design, calibration, UI creation and dissemination.
Deployment, Neural Networks, Python, UI/UX
- CatalyzeX: A must-have browser extension for machine learning engineers and researchers, by Himanshu Ragtah - Jan 6, 2021.
CatalyzeX is a free browser extension that finds code implementations for ML/AI papers anywhere on the internet (Google, Arxiv, Twitter, Scholar, and other sites).
Implementation, Machine Learning, Programming, Research
-
Learn Data Science for free in 2021, by Ahmad Anis - Jan 6, 2021.
If you are considering starting a career path in machine learning and data science, then there is a great deal to learn theoretically, along with gaining practical skills in applying a broad range of techniques. This comprehensive learning plan will guide you to start on this path, and it is all available for free.
Data Science Education, Online Education
- MLOps: Model Monitoring 101, by Saha & Bose - Jan 6, 2021.
Model monitoring using a model metric stack is essential to put a feedback loop from a deployed ML model back to the model building stage so that ML models can constantly improve themselves under different scenarios.
AI, Data Science, DevOps, Machine Learning, MLOps, Modeling
- Model Experiments, Tracking and Registration using MLflow on Databricks, by Dash Desai - Jan 5, 2021.
This post covers how StreamSets can help expedite operations at some of the most crucial stages of Machine Learning Lifecycle and MLOps, and demonstrates integration with Databricks and MLflow.
Data Science, Databricks, DataOps, Experimentation, MLflow, MLOps, Modeling, StreamSets
-
DeepMind’s MuZero is One of the Most Important Deep Learning Systems Ever Created, by Jesus Rodriguez - Jan 4, 2021.
MuZero takes a unique approach to solve the problem of planning in deep learning models.
AlphaZero, Deep Learning, DeepMind, MuZero, Reinforcement Learning
-
All Machine Learning Algorithms You Should Know in 2021, by Terence Shin - Jan 4, 2021.
Many machine learning algorithms exits that range from simple to complex in their approach, and together provide a powerful library of tools for analyzing and predicting patterns from data. If you are learning for the first time or reviewing techniques, then these intuitive explanations of the most popular machine learning models will help you kick off the new year with confidence.
Algorithms, Decision Trees, Explained, Gradient Boosting, K-nearest neighbors, Machine Learning, Naive Bayes, Regression, SVM