Skip to content

AndrewJBateman/Tensorflow-Notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ TensorFlow Notepad

  • Code to experiment with machine learning, shuffling data using a seed phrase.
  • Uses TensorFlow in javascript, following Udemy Course [Machine Learning With Javascript].

*** Note: to open web links in a new window use: ctrl+click on link**

📄 Table of contents

📚 General info

  • "TensorFlow.js is an open-source hardware-accelerated JavaScript library for training and deploying machine learning models."

📷 Screenshots

Example screenshot

📶 Technologies

💾 Setup

  • type node load-csv.js in console terminal to see any console.logs.
  • It was necessary to install Python on my PC for this to compile.
  • Use 'chrome://inspect/#devices' in browser to run in Chrome developer tools.

💻 Code Examples

  • result of typing: node load-csv.js
Features [ [ 10, 20 ], [ 12, 22 ], [ 11, 21 ] ]
Labels [ [ 1 ], [ 1 ], [ 0 ] ]
testFeatures undefined
testLabels undefined

🆒 Features

  • to follow

📋 Status & To-Do List

  • Status: returns Features and Labels but testFeatures and testLabels undefined - see Code Example
  • To-Do: Run again and correct data.

👏 Inspiration

Code from Udemy Course Machine Learning With Javascript section 183, 184.

✉️ Contact