Skip to content

Instantly share code, notes, and snippets.

View ivandebono's full-sized avatar

Ivan Debono ivandebono

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Perceptrons: A Simple Introduction\n",
"\n",
"A perceptron is one of the simplest types of artificial neural networks and serves as the foundation for more complex models. It was first introduced by Frank Rosenblatt in 1958. A perceptron can be used for binary classification tasks, where it learns to classify inputs into one of two possible outputs.\n",
"\n",
@ivandebono
ivandebono / idmathsexample.ipynb
Last active January 24, 2018 00:52
Using the idmaths package
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.