habibdraft / function-approximation

Approximating a sine function with polynomials using Tensorflow, demonstrating how to use weights, SSE loss function, gradient descent, and backpropagation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

function_approximation

Approximating a sine function with polynomials using Tensorflow, demonstrating how to use weights, SSE loss function, gradient descent, and backpropagation.

Related Medium article

About

Approximating a sine function with polynomials using Tensorflow, demonstrating how to use weights, SSE loss function, gradient descent, and backpropagation


Languages

Language:Jupyter Notebook 98.7%Language:Python 1.3%