Skip to content

johnathanalyst/Excel-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cover Slide


Excel-Net

A neural network in a single Excel spreadsheet.

Build Status License

Description

Using a small training dataset, the single-layer neural network learns to predict housing prices, based on several input values (e.g., # of bedrooms, # of bathrooms, sq. ft., etc.). It does this by adjusting the model's weights over ten cycles of "gradient descent." After training, the model then is tested on new, unseen data from a small testing dataset.

Graphs of the model's predictions are shown at each cycle of training, along with the model's error, training accuracy, etc. The first and final graphs are shown again at the top of the sheet for comparison, as well as graphs of the model's cost and accuracy throughout training.

Check the video demo on YouTube

Follow on YouTube for demos and guides in AI, finance, IoT, software engineering and more.

Feel free to ask me questions on GitHub or at me@johnathanalyst.com

Enjoy!

Prerequisites

  • Excel

Installation

 git clone https://github.com/johnathanalyst/Excel-Net.git

Usage

Download the repository and open the Excel file. You can adjust the "learning rate" cell at the top of the sheet and it will update instantly (depending on the speed of your pc), to show the new values & graphs during the training and testing processes.

!!! WARNING: NONE OF THE CELLS IN THIS SHEET ARE LOCKED OR PROTECTED! IF YOU CHANGE ANY CELLS OTHER THAN THE LEARNING RATE, THINGS CAN EASILY FAIL! !!!

Test Results

Results


"Gradient Descent" (aka, training process)

Training


Model Cost Each Cycle

Cost


Model Training Accuracy Each Cycle

Accuracy


Authors

Contributing

Not currently accepting outside contributors, but feel free to use as you wish.

License

There is no license associated with this content.