This future can not be stopped, so let's just make the best of things now until they come for us.
They need decisions.
This can be hard.
"Given a decision where the logic is unknown to us, but we have observations about the decision process, it is possible to use statistical analyses of these observations to create an approximation of the decision logic." - Ryan Case
we use this right now!!
Text
All the things... they do it so much they sell it because they sell everything
This is all happening in Eugene right now.
I KNOW
Loss is a number indicating how bad the model's prediction was on a single example. If the model's prediction is perfect, the loss is zero; otherwise, the loss is greater.
{"text":"Action Adventure Sci-Fi Bryan Singer Patrick Stewart Hugh Jackman Ian McKellen Famke Janssen","category":"150"}
157 million gross
const brain = require('brain.js');
const data = require('./movies.json');
const network = new brain.recurrent.LSTM();
const trainingData = data.map(item => ({
input: item.text,
output: item.category
}));
network.train(trainingData, {
iterations: 100
});
let movie = 'Action Bryan Singer Hugh Jackman');
const output = network.run(movie);
console.log('Category:' + output);X2: X-Men United (2003)
$110 Million
AI and Machine Learning come with ethical questions
This technology is already everywhere
This is the future