Messing around with Brain.js
-
@jeffreyrb03-gmail Did you know Gandi IDE has something similar to this? Instead of JavaScript though, it generates python, which can be turned into blocks.
@mod-squadacademy For the python, what NLP/ML library is used in the generated code? Also i got a funny update:

-
@mod-squadacademy For the python, what NLP/ML library is used in the generated code? Also i got a funny update:

@jeffreyrb03-gmail Not entirely sure. I do know that you can tell it what you want, and it will generate the python for you.
The annoying thing about Gandi IDE’s extensions is that there’s no way that I know of to get much information on how they work.
-
@jeffreyrb03-gmail Not entirely sure. I do know that you can tell it what you want, and it will generate the python for you.
The annoying thing about Gandi IDE’s extensions is that there’s no way that I know of to get much information on how they work.
@mod-squadacademy In Python, you’ll know what libraries are used by looking at the top of a document,
for example “import math” is used so you can use math stuff:import math radius = float(input("Enter the radius: ")) area = math.pi * radius ** 2 print(f"Area: {area:.2f}, Square root of area: {math.sqrt(area):.2f}")python needs a module/library for everything.
For extensions in Gandi IDE, have you tried looking at their documentation/source code? Knowing a lot of JS can help
-
@mod-squadacademy In Python, you’ll know what libraries are used by looking at the top of a document,
for example “import math” is used so you can use math stuff:import math radius = float(input("Enter the radius: ")) area = math.pi * radius ** 2 print(f"Area: {area:.2f}, Square root of area: {math.sqrt(area):.2f}")python needs a module/library for everything.
For extensions in Gandi IDE, have you tried looking at their documentation/source code? Knowing a lot of JS can help
-
@mod-squadacademy ah ok
-
@mod-squadacademy my AI just called me a “cood”, heres the full message:
AI: Na a cout B C N R S T c Xeean, purrlentime are you doing tods?A cood. -
@mod-squadacademy my AI just called me a “cood”, heres the full message:
AI: Na a cout B C N R S T c Xeean, purrlentime are you doing tods?A cood.@jeffreyrb03-gmail Given everything else it said, there’s no way of knowing if it actually called you that.
-
@jeffreyrb03-gmail Given everything else it said, there’s no way of knowing if it actually called you that.
@mod-squadacademy Prolly lol. I’m trying to fix this thing and it’s so hard to debug. Then one change makes it start to spit more gibberish out
-
@mod-squadacademy Prolly lol. I’m trying to fix this thing and it’s so hard to debug. Then one change makes it start to spit more gibberish out
@jeffreyrb03-gmail how much training data are you using? I might try brain js for some stuff if it isn’t that computationally heavy
-
@jeffreyrb03-gmail how much training data are you using? I might try brain js for some stuff if it isn’t that computationally heavy
@tyller_ It doesnt use GPU acceleration like TensorFlow so it kinda sucks on that part as you have to make up methods to make it go faster and all that are kinda annoying.
For training data, it’s just a lot of sentences and all on random topics from wikipedia
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login

