# Perfect Reference Management using Zotero and pCloud
Zotero is a free and open-source reference management software to manage bibliographic data and related research materials, such as PDF files.
Zotero is a free and open-source reference management software to manage bibliographic data and related research materials, such as PDF files.
We walk through building a PC that is capable of high performance deep learning AI and machine learning, without overspending.
Linear regression attempts to model the relationship between two variables by fitting a linear equation to observed data.
An interactive charts allows the user to perform actions: zooming, hovering a marker to get a tooltip, choosing a variable to display and more.
An autoencoder is a type of artificial neural network used to learn efficient codings of unlabeled data. An autoencoder learns two functions: an encoding function that transforms the input data, and…
GNOME, originally an acronym for GNU Network Object Model Environment, is a free and open-source desktop environment for Linux and other Unix-like operating systems.
Sublime Text is a shareware text and source code editor available for Windows, macOS, and Linux. It natively supports many programming languages and markup languages.
The Boosted Trees Model is a type of additive model that makes predictions by combining decisions from a sequence of base models. Gradient Boosted Machine (GBM) is one of the most effective machine…
Tree-based models use a decision tree to represent how different input variables can be used to predict a target value. Machine learning uses tree-based models for both classification and regression…
In the last post on SVM, we looked at the mathematical details of the algorithm. In this post, I will be discussing the practical implementations of SVM for classification as well as regression.