Search the Community
Showing results for tags 'deep learning'.
-
We are still looking for beta testers to join the ongoing testing phase of SOTA, our unified development environment for deep learning in LabVIEW. Now in its 36th version, SOTA is designed for developers interested in exploring deep learning using graphical programming. If you're passionate about innovation and eager to shape the future of graphical deep learning, we would love to hear from you! ๐ ๐๐จ๐ข๐ง ๐ญ๐ก๐ ๐๐๐๐๐๐๐ ๐๐๐๐ ๐๐๐ญ๐ ๐๐๐ฌ๐ญ๐๐ซ ๐๐ซ๐จ๐ ๐ซ๐๐ฆ ๐๐ง๐ ๐๐ก๐๐ฉ๐ ๐ญ๐ก๐ ๐ ๐ฎ๐ญ๐ฎ๐ซ๐ ๐จ๐ ๐๐ ๐๐๐ฏ๐๐ฅ๐จ๐ฉ๐ฆ๐๐ง๐ญ! Are you passionate about artificial intelligence? Do you want to be part of a groundbreaking journey to revolutionize AI workflows? SOTA, the unified AI development platform, is looking for beta testers to explore its latest capabilities and provide valuable feedback. ๐๐ก๐ฒ ๐๐จ๐ข๐ง ๐ญ๐ก๐ ๐๐๐๐ ๐๐๐ญ๐ ๐๐ซ๐จ๐ ๐ซ๐๐ฆ? Be the First to Explore: Get early access to the 64th version of SOTA, featuring powerful tools like the Deep Learning Toolkit and Computer Vision Toolkit. Collaborate and Innovate: Share your insights and ideas to help us refine and improve the platform. Experience Unmatched Simplicity: Discover how SOTAโs graphical programming language, ONNX interoperability, and optimized runtime simplify complex AI workflows. โญ ๐๐ก๐๐ญโ๐ฌ ๐ข๐ง ๐ข๐ญ ๐๐จ๐ซ ๐๐จ๐ฎ? ๐๐ฑ๐๐ฅ๐ฎ๐ฌ๐ข๐ฏ๐ ๐๐๐๐๐ฌ๐ฌ: Be part of an exclusive group shaping the next generation of AI tools. ๐๐๐ซ๐ฅ๐ฒ ๐๐ง๐ง๐จ๐ฏ๐๐ญ๐ข๐จ๐ง๐ฌ: Test cutting-edge features before theyโre released to the public. ๐๐ข๐ซ๐๐๐ญ ๐๐ฆ๐ฉ๐๐๐ญ: See your feedback implemented as part of SOTAโs evolution. ๐ก๐๐ก๐จ ๐๐๐ง ๐๐ฉ๐ฉ๐ฅ๐ฒ? Whether you're an engineer, researcher, or AI enthusiast, your voice matters. If you're curious, innovative, and ready to explore, we want you on board! ๐Contact us if you want to join the open beta! https://lnkd.in/dWrckRJV or hello@graiphic.io or PM Stay informed and follow us on our youtube channel ! ๐ https://lnkd.in/dmP49rCa Stay informed on our website ! ๐ https://www.graiphic.io
-
- 1
-
- deeplearning
- deep learning
-
(and 3 more)
Tagged with:
-
Dear Community, TDF is proud to announced the coming soon release of HAIBAL library to do Deep Learning on LabVIEW. The HAIBAL project is structured in the same way as Keras. The project consists of more than 3000 VIs including, all is coded in LabVIEW native:๐ฑ๐ฑ๐ฑ 16 activations (ELU, Exponential, GELU, HardSigmoid, LeakyReLU, Linear, PReLU, ReLU, SELU, Sigmoid, SoftMax, SoftPlus, SoftSign, Swish, TanH, ThresholdedReLU), nonlinear mathematical function generally placed after each layer having weights. 84 functional layers/layers (Dense, Conv, MaxPool, RNN, Dropout, etcโฆ). 14 loss functions (BinaryCrossentropy, BinaryCrossentropyWithLogits, Crossentropy, CrossentropyWithLogits, Hinge, Huber, KLDivergence, LogCosH, MeanAbsoluteError, MeanAbsolutePercentage, MeanSquare, MeanSquareLog, Poisson, SquaredHinge), function evaluating the prediction in relation to the target. 15 initialization functions (Constant, GlorotNormal, GlorotUniform, HeNormal, HeUniform, Identity, LeCunNormal, LeCunUniform, Ones, Orthogonal, RandomNormal, Random,Uniform, TruncatedNormal, VarianceScaling, Zeros), function initializing the weights. 7 Optimizers (Adagrad, Adam, Inertia, Nadam, Nesterov, RMSProp, SGD), function to update the weights. Currently, we are working on the full integration of Keras in compatibility HDF5 file and will start soon same job for PyTorch. (we are able to load model from and will able to save model to in the future โ this part is important for us). Well obviously, Cuda is already working if you use Nvidia board and NI FPGA board will also be โ not done yet. We also working on the full integration on all Xilinx Alveo system for acceleration. User will be able to do all the models he wants to do; the only limitation will be his hardware. (we will offer the same liberty as Keras or Pytorch) and in the future our company could propose Harware (Linux server with Xilinx Alveo card for exemple --> https://www.xilinx.com/products/boards-and-kits/alveo.html All full compatible Haibal !!!) About the project communication: The website will be completely redone, a Youtube channel will be set up with many tutorials and a set of known examples will be offered within the library (Yolo, Mnist, etc.). For now, we didnโt define release date, but we thought in the next July (itโs not official โ we do our best to finish our product but as we are a small passionate team (we are 3 working on it) we do our best to release it soon). This work is titanic and believe me it makes us happy that you encourage us in it. (it boosts us). In short, we are doing our best to release this library as soon as possible. Still a little patience โฆ Youtube Video : This exemple is a template state machine using HAIBAL library. It show a signal (here it's Cos) and the neural network during his training has to learn to predict this signal (here we choose 40 neurones by layers, 5 layers, layer choose is dense). This template will be proposed as basic example to understood how we initialize, train and use neural network model. This kind of "visualisation exemple" is inspired from https://playground.tensorflow.org/ help who want to start to learn deep learning.
- 7 replies
-
- 1
-
- deeplearning
- pytorch
-
(and 3 more)
Tagged with: