Posts

Hidden layers and units
AI Recipes import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
from sklearn.model_selection import train_test_split
from sklearn.preprocessing import StandardScaler
from keras.models import Sequential
from…

TensorFlow hello world
AI RecipesJust a handful of lines to get an idea what TensorFlow looks like.

TF LinearRegression estimator
Data ScienceBasic example how to use the linear TensorFlow estimator.

Core concepts in TensorFlow.js
Artificial Intelligence, Data ScienceGetting started with TensorFlow.js.