Лучшие JavaScript библиотеки для машинного обучения
#nodejs #javascript #jsarticle #machinelearning #ml #tensorflow #ml5 #brainjs
#nodejs #javascript #jsarticle #machinelearning #ml #tensorflow #ml5 #brainjs
Medium
Top NodeJS Libraries and Tools For Machine Learning
The many powerful machine learning libraries listed here prove that JavaScript is not behind the curve when it come to machine learning…
🔍 В поисках работы? Тогда лови must-have подборку от @it_loft
Больше полезных материалов из мира IT на канале @it_loft 👈
⬇️ Список выпусков:
🔹Как пройти собеседование в IT?
🔹Сложности в поиске работы программиста
🔹Первая работа в IT
🔹 Как найти удаленную работу и фриланс-заказы?
🔹 Как получить работу в IT? Поиск, собеседование и испытательный срок
🔹 КАК НОВИЧКУ ИСКАТЬ РАБОТУ В IT? 100% СОВЕТЫ ОТ ПРОФИ!
Больше полезных материалов из мира IT на канале @it_loft 👈
⬇️ Список выпусков:
🔹Как пройти собеседование в IT?
🔹Сложности в поиске работы программиста
🔹Первая работа в IT
🔹 Как найти удаленную работу и фриланс-заказы?
🔹 Как получить работу в IT? Поиск, собеседование и испытательный срок
🔹 КАК НОВИЧКУ ИСКАТЬ РАБОТУ В IT? 100% СОВЕТЫ ОТ ПРОФИ!
Советы по Unit тестам для Vue компонентов
#jsarticle #vue #frontend #webdev #jest #unittesting #testing #javascript
#jsarticle #vue #frontend #webdev #jest #unittesting #testing #javascript
Medium
Tips for Unit Testing Vue Components with Jest
Using Jest to unit test Vue.js components can be tricky. We need a separate Vue Test Utils (@vue/test-utils) scoped package in order to…
Функциональный JavaScript: как использовать reduce не только для чисел
#jsarticle #javascript #fop #functionalprogramming
#jsarticle #javascript #fop #functionalprogramming
Jrsinclair
Functional JavaScript: How to use array reduce for more than just numbers
The array reduce method is really powerful. But people often run into trouble as soon as they step beyond the basic examples. Simple things like addition and multiplication are fine. But as soon as you try it with something more complicated, it breaks. Using…
Carrot - многопоточная самобучаемая нейронная сеть в Node.js и браузере
#jsarticle #javascript #ml #machinelearning #frontend #backend #nodejs #carrot
#jsarticle #javascript #ml #machinelearning #frontend #backend #nodejs #carrot
GitHub
GitHub - liquidcarrot/carrot: 🥕 Evolutionary Neural Networks in JavaScript
🥕 Evolutionary Neural Networks in JavaScript. Contribute to liquidcarrot/carrot development by creating an account on GitHub.
Создание быстрого GraphQL API на Node.js, MongoDB и Fastify
#backend #javascript #jsarticle #graphql #nodejs #mongodb #fastify #webdev
#backend #javascript #jsarticle #graphql #nodejs #mongodb #fastify #webdev
freeCodeCamp.org
How to build a blazing fast GraphQL API with Node.js, MongoDB and Fastify
This tutorial is part two of a four part series, which aims to take you from scratch to deploying a fully functional full stack application. * Part 1: How to build blazing fast REST APIs with Node.js, MongoDB, Fastify and Swagger * Part 2: How