DEV Community

Cover image for Brain.js for Beginners

Brain.js for Beginners

gfish94 on October 08, 2023

Brain.js Brain.js is a JavaScript library used to create neural networks that is very easy to learn and implement. Neural networks are a...
Collapse
 
citronbrick profile image
CitronBrick

You can implement syntax highlighting in this site using

(triple backtick) javascript
code
(triple backtick)

Collapse
 
joelbonetr profile image
JoelBonetR 🥇 • Edited

```js
// code goes here
```

// code goes here
const example = {
  something: 'asdf',
  else: 8094,
}
Enter fullscreen mode Exit fullscreen mode
Collapse
 
citronbrick profile image
CitronBrick

Really surprised by the number of likes!!! Thank you all.

Collapse
 
wraith profile image
Jake Lundberg

This is pretty awesome, thank for sharing!

Collapse
 
maximprogramerxx profile image
Maximprogramerxx

intyresting post

Collapse
 
dshaw0004 profile image
Dipankar Shaw

So I can create logistic regression model using it.
Nice..

Collapse
 
cantillojo54982 profile image
Joiner David Cantillo Camargo

Thanks. Really great experience

Collapse
 
techliondev profile image
TechLionDev

Anyway to train a chat bot with this?

Collapse
 
bradley39e profile image
Bradley39e

This works with react hopefully 🤞🙏.

Collapse
 
silverium profile image
Soldeplata Saketos

JavaScript code usually works with React :D :D :D

Collapse
 
darioprazeres profile image
Dário Prazeres

intyresting post

Collapse
 
enshunt profile image
Comficker

essy to understand

Collapse
 
artxe2 profile image
Yeom suyun

I have heard of machine learning technologies in bits and pieces, but they are unfamiliar to me in detail.
What are the differences between TensorFlow and Brain.js?

Collapse
 
munichdeveloper profile image
Johannes Hinkov

Hi this is a very interesting post, thanks!
Could i load for example weather data into brain.js or does it need the input to be a vector?

Collapse
 
saswat_design profile image
Saswat
Collapse
 
bhagatharsh profile image
BhagatHarsh

Very interesting!!