Josiah Bryan
Josiah Bryan
Can we use this to train/fit models in Node or the browser?
Pretty picture:  Based [on this article [1]](https://towardsdatascience.com/word2vec-a-baby-step-in-deep-learning-but-a-giant-leap-towards-natural-language-processing-40fe4e8602ba), the words2vec algo basically trains an LSTM to predict a word given the context, then (here's the key part for me), to...
``` Error: Assertion Failed: index must be within bounds at new EmberError (http://localhost:4200/assets/vendor.js:37531:25) at Object.assert (http://localhost:4200/assets/vendor.js:37773:15) at SkipList.set (http://localhost:4200/assets/vendor.js:235879:69) at DynamicRadar._measure (http://localhost:4200/assets/vendor.js:236175:34) at DynamicRadar._shouldScheduleRerender (http://localhost:4200/assets/vendor.js:236134:12) at http://localhost:4200/assets/vendor.js:236024:22 at Array.execJob (http://localhost:4200/assets/vendor.js:182126:9)...
I can confirm that `detectAllFaces` is leaking memory. I pass frames to a WebWorker with postMessage and transfer lists, then create an ImageData in the WebWorker as shown below. If...
I stumbled across a really weird problem - when using e-b-m, I can't get scrollTop for my app - it always returns 0!! I don't know how that's related to...
I've tried everything I can to get the plugin to NOT add in a certain subfolder of my project to the concat'd stylesheet output, but no no avail. Here's my...
Cart.productDataPending in the example below is never recalculated even when the "referenced" observable, CatLine.productDataPendingFlag, is changed. Am I doing something wrong? Should I be doing this something different? ` var...
Does not work in CapacitorJS - gives 0 for all values
Usage: ```javascript const pca = new PCA([vector]); const result = pca.predict([vector], { nComponents: 2 }); ``` ...where `vector` is an array with 1,536 elements a la an Open AI embedding....
Error on fresh install of `"weaviate-ts-client": "^1.4.0",` - it's unusable: ``` /Users/josiahbryan/devel/rubber/backend/node_modules/weaviate-ts-client/dist/index.js:1 Error: Cannot find module 'graphql-request' Require stack: - /Users/josiahbryan/devel/rubber/backend/node_modules/weaviate-ts-client/dist/index.js - /Users/josiahbryan/devel/rubber/backend/src/services/chatbot/utils/graph/node-indexer.js at Object. (/Users/josiahbryan/devel/rubber/backend/node_modules/weaviate-ts-client/dist/index.js:1) at Generator.next () {...