Skip to content

JagadishSivakumar/Deeplearn-minified.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Deeplearn-minified.js

Deeplearn.js is an open-source machine learning JavaScript library by Google, which can be used for different purposes such as training neural networks in the browser, understanding ML models, for education purposes, etc. You can run pre-trained models in inference mode. Ypi can get started very quickly by including the following code within a head tag in the HTML file and writing JS programs for building the model.

Get the Minified Javascript FrameWork of DeepLearn.js and include it in the script source:

      <script src="deeplearnminfied.js"></script>
      <!--OR-->
      <script src="https://cdn.jsdelivr.net/npm/deeplearn@latest"></script>

About

Minifed Deeplearn.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published