Data Science and Engineering
547 subscribers
10 photos
1 video
2 files
1.22K links
This is the first Telegram platform for data scientists, machine learning specialists, developers, software engineers and IT managers to share knowledge, connect, collaborate & learn.
Download Telegram
An article entitled "Active Learning Tutorial" written by Ori Cohen with 38 claps is now accessible for read!

#RandomForest #OnlineLearning #ActiveLearning #MachineLearning #Svm

@ITNEXT

An active learning performance comparison. Including python code that uses interchangeable algorithms and sample selection functions. > Read More...

https://towardsdatascience.com/active-learning-tutorial-57c3398e34d
A new article entitled "Where does the Internet go to ‘Change its mind’?" written by Shiti Rastogi Manghani is now online!

#Thinking #Creativity #Meditation #LifeLessons #ChangeYourLife

@ITNEXT

maybe it’s the reddit thread treasure trove Change my View (CMV)… > Read More...

https://hackernoon.com/where-does-the-internet-go-to-change-its-mind-6e1379f0caf7
The article "Introducing pydbgen: A random dataframe/database table generator" written by Tirthajyoti Sarkar with 254 claps is hot on the list of publications!

#BigData #Sql #Python #DataScience #Database

@ITNEXT

A lightweight Python package for generating random database/dataframe to use in data science, learning SQL, machine learning etc. > Read More...

https://towardsdatascience.com/introducing-pydbgen-a-random-dataframe-database-table-generator-b5c7bdc84be5
A new article entitled "Making responsive Vue components with ResizeObserver" written by Anton Kosykh is now online!

#JavaScript #Vuejs #Frontend #ResponsiveDesign #Resizeobserver

@ITNEXT

Hello guys! Today I want to share a little but very useful thing. > Read More...

https://itnext.io/making-adaptive-vue-components-with-resizeobserver-123b5ebb20ae
The article "Preparing Your Data Science Resume & Portfolio" written by Koo Ping Shung with 120 claps is hot on the list of publications!

#Portfolio #HowTo #Technology #DataAnalysis #DataScience

@ITNEXT

In the past few years, I have met up with a lot of employers and conducted interviews for training program. Through the conversations and… > Read More...

https://towardsdatascience.com/preparing-your-data-science-resume-portfolio-22af6bada8b9
A new article entitled "Is A.I. Going To End The World As We Know It?" written by Stephen Moore is now online!

#Science #AI #ArtificialIntelligence #Tech #Life

@ITNEXT

We have seen glimpses into the artificial intelligence world, both good and bad. > Read More...

https://hackernoon.com/is-a-i-going-to-end-the-world-as-we-know-it-bb15c6c1e163
The article "What’s new in YOLO v3?" written by Ayoosh Kathuria with 125 claps is hot on the list of publications!

#DataScience #TowardsDataScience #MachineLearning #ObjectDetection #DeepLearning

@ITNEXT

A review of the YOLO v3 object detection algorithm, covering new features, performance benchmarks, and link to the code in PyTorch. > Read More...

https://towardsdatascience.com/yolo-v3-object-detection-53fb7d3bfe6b
The article "Angular Unit Testing performance" written by Nikita Yakovenko with 427 claps is hot on the list of publications!

#JavaScript #Typescript #Angular #UnitTesting #Performance

@ITNEXT

There are plenty of testing frameworks and tools available for javascript applications nowadays: Jasmine, Mocha, Chai, Karma, Wallaby.Js… > Read More...

https://itnext.io/angular-unit-testing-performance-34363b7345ba
A new article entitled "Building a Custom Auth UI for Amazon Cognito in Kotlin" written by Adrian Hall is now online!

#Kotlin #AndroidDev #AndroidAppDevelopment #MobileAppDevelopment #Amazon

@ITNEXT

In a previous article, I introduced authentication and how to integrate a simple (provided) UI with a component called IdentityManager from… > Read More...

https://proandroiddev.com/building-a-custom-auth-ui-for-amazon-cognito-in-kotlin-9d6fc5e2f182
An article entitled "An intro to Behavioral Programming with React: request, wait, and block" written by Luca Matteis with 62 claps is now accessible for read!

#JavaScript #Technology #React #BehavioralProgramming #Tech

@ITNEXT

Behavioral Programming (BP) is a paradigm coined in the 2012 article by David Harel, Assaf Marron, and Gera Weiss. > Read More...

https://medium.freecodecamp.org/an-intro-to-behavioral-programming-with-react-request-wait-and-block-ad876e2d235e
A new article entitled "Using promises and error boundaries for data loading within your react/redux app." written by JP Gorman is now online!

#ReduxThunk #Promises #React #Redux #Async

@ITNEXT

It’s a familiar problem. We have a really nice UI, but it’s waiting for data to load before it’s ready for the user to view. We want to… > Read More...

https://codeburst.io/using-promises-and-error-boundaries-for-data-loading-within-your-react-redux-app-219f8d3a6d26
An article entitled "Query like A Pro — MongoDB Shell Toolbox" written by Shahar Avigezer with 61 claps is now accessible for read!

#Mongodb #Programming #Code #Technology #Development

@ITNEXT

A simple guide with examples to get you talking to your mongo shell smoothly, spiced up with Jim Carrey’s gifs, just for fun! > Read More...

https://codeburst.io/query-like-a-pro-mongodb-shell-toolbox-3c926cec4cbd
The article "UnikoinGold is the first crypto approved by a Las Vegas Strip casino to be used in prizes in our…" written by Rahul Sood with 113 claps is hot on the list of publications!

#Esport #Ethereum #Blockchain #Cryptocurrency #Bitcoin

@ITNEXT

There are no barriers that crypto can’t break down, and no industry that wouldn’t be improved with proper blockchain utilization. > Read More...

https://hackernoon.com/unikoingold-is-the-first-crypto-approved-by-a-las-vegas-strip-casino-to-be-used-in-prizes-in-our-e50ba8da0008
A new article entitled "How JavaScript works in browser and node?" written by Uday Hiwarale is now online!

#JavaScript #EventLoop #Nodejs #Asynchronous #NonBlockingIo

@ITNEXT

A visualization of JavaScript runtime, callback queue and event loop and Web APIs. Nothing major technical here. > Read More...

https://itnext.io/how-javascript-works-in-browser-and-node-ab7d0d09ac2f
An article entitled "How to check Code Coverage🙌 in Chrome" written by Sai gowtham with 29 claps is now accessible for read!

#FrontendDevelopment #CSS #Chrome #Html5 #JavaScript

@ITNEXT

Does your code is fully covered is there any unused code in your files. > Read More...

https://codeburst.io/how-to-check-code-coverage-in-chrome-77060c44e38d
The article "How to implement a simple hash table in JavaScript" written by Alex Nadalin with 207 claps is hot on the list of publications!

#Tech #ComputerScience #DataStructures #Programming #JavaScript

@ITNEXT

How beautiful is {}? > Read More...

https://medium.freecodecamp.org/how-to-implement-a-simple-hash-table-in-javascript-cb3b9c1f2997