Message from @Deleted User

Discord ID: 567321368467603457


2019-04-15 12:07:51 UTC  

And maybe they are...

2019-04-15 12:07:58 UTC  

But Tensforflow is still cool.

2019-04-15 12:08:22 UTC  

Actually, Keras is better.

2019-04-15 12:08:38 UTC  

Or easier at least.

2019-04-15 12:09:09 UTC  

I trained a neural network with just three layers to an accuracy of 96% on the MNIST dataset.

2019-04-15 12:09:19 UTC  

I think it took 5 minutes on my laptop.

2019-04-15 12:10:30 UTC  

I also put peanut butter on my nose.

/thread

2019-04-15 12:10:40 UTC  

a neural network is basically a self-improving AI?

2019-04-15 12:10:45 UTC  

https://cdn.discordapp.com/attachments/372507611284766722/567320909631717386/real_programmers.png

2019-04-15 12:10:52 UTC  

It's like a structure for statistical learning.

2019-04-15 12:11:07 UTC  

You have weights that determine how strong each neuron contributes.

2019-04-15 12:11:08 UTC  

(((statistical learning))) what the hell

2019-04-15 12:11:18 UTC  

>Whoa, no one said these Central Americans were going to live in MY city!

https://cdn.discordapp.com/attachments/372507611284766722/567321049587384320/1555289457286.png

2019-04-15 12:11:18 UTC  

Each neuron is basically a function of its inputs from the previous layer.

2019-04-15 12:11:33 UTC  

Then you look at how far your output is from the intended result.

2019-04-15 12:11:47 UTC  

women literally unable to think in general principles, only about what is right in front of them, the image

2019-04-15 12:11:53 UTC  

You can then use gradient descent or another error estimation method to back propagate the changes through your neural network.

2019-04-15 12:12:05 UTC  

wow

2019-04-15 12:12:11 UTC  

Common activation functions are sigmoid, tanh, RELU, identity function, and extended sigmoid.

2019-04-15 12:12:20 UTC  

i gotta get in this shit one day, to busy rn tho

2019-04-15 12:12:34 UTC  

That's the neat part: it's easy with tensforflow.

2019-04-15 12:12:40 UTC  

Look at my source. It's only 50 lines.

2019-04-15 12:12:55 UTC  

the fuck? only 50?

2019-04-15 12:12:59 UTC  

You can train it on other things, too. I have a neural network trained to recognize bots on Minds.

2019-04-15 12:13:09 UTC  

and it's not polished code?

2019-04-15 12:13:12 UTC  

Because I hate those thot accounts that are just spam.

2019-04-15 12:13:43 UTC  

They all impersonate Vietnamese women, but they have a certain naming and posting pattern, so I trained a neural network to recognize real users and bots.

2019-04-15 12:13:56 UTC  

Nothing polished.

2019-04-15 12:14:00 UTC  

I suck at JavaScript.

2019-04-15 12:14:10 UTC  

that's amazing

2019-04-15 12:14:18 UTC  

You can also use Python. That's what most people use for AI these days.

2019-04-15 12:14:33 UTC  

@TrunksBish <:think_madpepe:378717098630971395> flower?

2019-04-15 12:14:46 UTC  

The team for the Even Horizon Telescope used Python, too.

2019-04-15 12:14:55 UTC  

And they used one of the FFT libraries a friend of mine worked on.

2019-04-15 12:15:09 UTC  

I have a video creating some better images.

2019-04-15 12:15:34 UTC  

https://cdn.discordapp.com/attachments/372507611284766722/567322123379408896/xlarge.png

2019-04-15 12:15:38 UTC  

nah i work with JS, nodeJS, learning c++ right now (well not right now, i got school to take care of then back to coding hobby) i tried C but soo little guides it's cancer to study,

2019-04-15 12:15:51 UTC  

The left is the original. The right ones are tweaks I made to the algorithm.

2019-04-15 12:16:06 UTC  

C is hard.

2019-04-15 12:16:21 UTC  

But you need to know at least one language like that.

2019-04-15 12:16:30 UTC  

One that is unmanaged and close to the hardware.