A new article entitled "Getting Data to Data Lake from Microservices — Part 2: The Logs or Clickstream" written by Rendy B. Junior is now online!
#DataLake #Data #Microservices #DataEngineering #BigData
@ITNEXT
This is part 2 of “Getting Data to Data Lake from Microservices” series, for part 1 check Getting Data to Data Lake from Microservice —… > Read More...
https://itnext.io/getting-data-to-data-lake-from-microservices-part-2-the-logs-or-clickstream-e91fa7461867
#DataLake #Data #Microservices #DataEngineering #BigData
@ITNEXT
This is part 2 of “Getting Data to Data Lake from Microservices” series, for part 1 check Getting Data to Data Lake from Microservice —… > Read More...
https://itnext.io/getting-data-to-data-lake-from-microservices-part-2-the-logs-or-clickstream-e91fa7461867
Medium
Getting Data to Data Lake from Microservices — Part 2: The Logs or Clickstream
This is part 2 of “Getting Data to Data Lake from Microservices” series, for part 1 check Getting Data to Data Lake from Microservice —…
A new article entitled "Computer Vision Feature Extraction 101 on Medical Images — Part 1: Edge Detection / Sharpening /…" written by Jae Duk Seo is now online!
#ImageProcessing #Mathematics #Python3 #DataVisualization #ComputerVision
@ITNEXT
So today, I just wanted to review some of the core concepts in computer vision, and I wish to focus on the application rather than theory… > Read More...
https://towardsdatascience.com/computer-vision-feature-extraction-101-on-medical-images-part-1-edge-detection-sharpening-42ab8ef0a7cd
#ImageProcessing #Mathematics #Python3 #DataVisualization #ComputerVision
@ITNEXT
So today, I just wanted to review some of the core concepts in computer vision, and I wish to focus on the application rather than theory… > Read More...
https://towardsdatascience.com/computer-vision-feature-extraction-101-on-medical-images-part-1-edge-detection-sharpening-42ab8ef0a7cd
Towards Data Science
Computer Vision Feature Extraction 101 on Medical Images — Part 1: Edge Detection / Sharpening / Blurring / Emboss / Super Pixel
So today, I just wanted to review some of the core concepts in computer vision, and I wish to focus on the application rather than theory…
A new article entitled "Reinforcement Learning Demystified: A Gentle Introduction" written by Mohammad Ashraf is now online!
#ReinforcementLearning #ArtificialIntelligence
@ITNEXT
Episode 1 > Read More...
https://towardsdatascience.com/reinforcement-learning-demystified-36c39c11ec14
#ReinforcementLearning #ArtificialIntelligence
@ITNEXT
Episode 1 > Read More...
https://towardsdatascience.com/reinforcement-learning-demystified-36c39c11ec14
Medium
Reinforcement Learning Demystified: A Gentle Introduction
Episode 1, demystifying agent/environment interaction, and the components of a reinforcement learning agent.
A new article entitled "Let’s make a website. Episode VIII — Intermission" written by Yanis Vieilly is now online!
#Programming #LearningToCode #Coding #WebDevelopment #CSS
@ITNEXT
The bonus track. > Read More...
https://codeburst.io/lets-make-a-website-episode-viii-intermission-f61343b9510d
#Programming #LearningToCode #Coding #WebDevelopment #CSS
@ITNEXT
The bonus track. > Read More...
https://codeburst.io/lets-make-a-website-episode-viii-intermission-f61343b9510d
codeburst
Let’s make a website. Episode VIII — Intermission – codeburst
The bonus track.
The article "WTF is deadcode elimination?? How to do it by yourself" written by Minh Quy with 397 claps is hot on the list of publications!
#Webpack #CleanCode #Programming #Vscode #JavaScript
@ITNEXT
Deadcode elimination is a compiler optimization to remove code which does not affect the program results. > Read More...
https://itnext.io/wtf-is-deadcode-elimination-how-to-do-it-by-yourself-d1e1e26b0ed0
#Webpack #CleanCode #Programming #Vscode #JavaScript
@ITNEXT
Deadcode elimination is a compiler optimization to remove code which does not affect the program results. > Read More...
https://itnext.io/wtf-is-deadcode-elimination-how-to-do-it-by-yourself-d1e1e26b0ed0
ITNEXT
WTF is deadcode elimination?? How to do it by yourself
Deadcode elimination is a compiler optimization to remove code which does not affect the program results.
A new article entitled "Serverless observability, what can you use out of the box?" written by Yan Cui is now online!
#Cloud #Serverless #AWSLambda #AWS #CloudComputing
@ITNEXT
part 1 : new challenges to observability > Read More...
https://hackernoon.com/serverless-observability-what-can-you-use-out-of-the-box-85475b5bf04a
#Cloud #Serverless #AWSLambda #AWS #CloudComputing
@ITNEXT
part 1 : new challenges to observability > Read More...
https://hackernoon.com/serverless-observability-what-can-you-use-out-of-the-box-85475b5bf04a
Hacker Noon
Serverless observability, what can you use out of the box?
part 1 : new challenges to observability
A new article entitled "Community Management During an ICO Sale" written by Ivan Kan, Co-Founder of Crowdcreate is now online!
#Cryptocurrency #Life #Business #Marketing #Blockchain
@ITNEXT
Community Management During an ICO Main Sale > Read More...
https://hackernoon.com/community-management-during-an-ico-sale-55cf2b8e6fa2
#Cryptocurrency #Life #Business #Marketing #Blockchain
@ITNEXT
Community Management During an ICO Main Sale > Read More...
https://hackernoon.com/community-management-during-an-ico-sale-55cf2b8e6fa2
Hacker Noon
Community Management During an ICO Sale
Community Management During an ICO Main Sale
A new article entitled "Survival Analysis to Explore Customer Churn in Python" written by Lauren Oldja is now online!
#CustomerLifetimeValue #Startup #DataScience #Python3 #MarketingAnalytics
@ITNEXT
Survival analysis refers to a suite of statistical techniques developed to infer “lifetimes”, or time-to-event series, without having to… > Read More...
https://towardsdatascience.com/survival-analysis-in-python-a-model-for-customer-churn-e737c5242822
#CustomerLifetimeValue #Startup #DataScience #Python3 #MarketingAnalytics
@ITNEXT
Survival analysis refers to a suite of statistical techniques developed to infer “lifetimes”, or time-to-event series, without having to… > Read More...
https://towardsdatascience.com/survival-analysis-in-python-a-model-for-customer-churn-e737c5242822
Medium
Survival Analysis to Explore Customer Churn in Python
Survival analysis refers to a suite of statistical techniques developed to infer “lifetimes”, or time-to-event series, without having to…
A new article entitled "Here are some simple optimisations to squeeze performance out of CPU" written by Kartik Khare is now online!
#SoftwareDevelopment #SoftwareEngineering #Tech #Coding #Programming
@ITNEXT
At the start of the career as a software developer, most people think that a program’s performance boils down to the asymptotic complexity… > Read More...
https://hackernoon.com/here-are-some-simple-optimisations-to-squeeze-performance-out-of-cpu-6306342ed1a5
#SoftwareDevelopment #SoftwareEngineering #Tech #Coding #Programming
@ITNEXT
At the start of the career as a software developer, most people think that a program’s performance boils down to the asymptotic complexity… > Read More...
https://hackernoon.com/here-are-some-simple-optimisations-to-squeeze-performance-out-of-cpu-6306342ed1a5
Hacker Noon
Here are some simple optimisations to squeeze performance out of CPU
At the start of the career as a software developer, most people think that a program’s performance boils down to the asymptotic complexity…
An article entitled "When BA tells you how to write the code, here is how to react." written by Petr Zaparka with 30 claps is now accessible for read!
#RemoteWorking #ThinkDifferent #SoftSkills #Developer #Communication
@ITNEXT
I’m working as web developer, mostly remotely. I use Slack to talk to others on the team. Sometimes I appreciate that I have time to think… > Read More...
https://codeburst.io/when-ba-tells-you-how-to-write-the-code-here-is-how-to-react-38004ac4b7ac
#RemoteWorking #ThinkDifferent #SoftSkills #Developer #Communication
@ITNEXT
I’m working as web developer, mostly remotely. I use Slack to talk to others on the team. Sometimes I appreciate that I have time to think… > Read More...
https://codeburst.io/when-ba-tells-you-how-to-write-the-code-here-is-how-to-react-38004ac4b7ac
codeburst
When BA tells you how to write the code, here is how to react.
I’m working as web developer, mostly remotely. I use Slack to talk to others on the team. Sometimes I appreciate that I have time to think…
A new article entitled "How Machine Learning Can Aid Conservation of Migratory Birds" written by NYU Center for Data Science is now online!
#Data #Birds #DataScience #MachineLearning #Science
@ITNEXT
Juan P. Bello, Associate Professor of Music and Music Education, develops BirdVox-full-night, a new dataset of nocturnal migratory bird… > Read More...
https://medium.com/center-for-data-science/how-machine-learning-can-aid-conservation-of-migratory-birds-6be2e987bf58
#Data #Birds #DataScience #MachineLearning #Science
@ITNEXT
Juan P. Bello, Associate Professor of Music and Music Education, develops BirdVox-full-night, a new dataset of nocturnal migratory bird… > Read More...
https://medium.com/center-for-data-science/how-machine-learning-can-aid-conservation-of-migratory-birds-6be2e987bf58
Medium
How Machine Learning Can Aid Conservation of Migratory Birds
Juan P. Bello, Associate Professor of Music and Music Education, develops BirdVox-full-night, a new dataset of nocturnal migratory bird…
A new article entitled "You don’t simply inherit in JS" written by Rohan Bagchi is now online!
#PrototypeChain #InheritInJs #Tech #Inheritance #JavaScript
@ITNEXT
Disclaimer: this is a slightly opinionated post. Feel free to disagree in comments :) > Read More...
https://hackernoon.com/you-dont-simply-inherit-in-js-7d9d0f9ee656
#PrototypeChain #InheritInJs #Tech #Inheritance #JavaScript
@ITNEXT
Disclaimer: this is a slightly opinionated post. Feel free to disagree in comments :) > Read More...
https://hackernoon.com/you-dont-simply-inherit-in-js-7d9d0f9ee656
Hackernoon
You don’t simply inherit in JS
An article entitled "On User Interface Development: appending to the event log" written by Luca Matteis with 72 claps is now accessible for read!
#React #BehavioralProgramming #Statecharts #EventSourcing #StateMachine
@ITNEXT
Recently I’ve been interested in subjects relating the idea of how to make development of software more natural to human beings. > Read More...
https://hackernoon.com/on-user-interface-development-appending-to-the-event-log-8d8ca966795d
#React #BehavioralProgramming #Statecharts #EventSourcing #StateMachine
@ITNEXT
Recently I’ve been interested in subjects relating the idea of how to make development of software more natural to human beings. > Read More...
https://hackernoon.com/on-user-interface-development-appending-to-the-event-log-8d8ca966795d
Hacker Noon
On User Interface Development: appending to the event log
Recently I’ve been interested in subjects relating the idea of how to make development of software more natural to human beings.
A new article entitled "An afternoon with Electron" written by adatta02 is now online!
#Electron #Typescript #JavaScript
@ITNEXT
Last week my girlfriend Diane was looking for some help scraping pollen data from a couple of sites. The code was simple enough to hammer… > Read More...
https://codeburst.io/an-afternoon-with-electron-38ac68554b46
#Electron #Typescript #JavaScript
@ITNEXT
Last week my girlfriend Diane was looking for some help scraping pollen data from a couple of sites. The code was simple enough to hammer… > Read More...
https://codeburst.io/an-afternoon-with-electron-38ac68554b46
codeburst
An afternoon with Electron
Last week my girlfriend Diane was looking for some help scraping pollen data from a couple of sites. The code was simple enough to hammer…
A new article entitled "A Day with Kotlin" written by Rajendra Uppal is now online!
#SoftwareDevelopment #Android #Java #Kotlin #Programming
@ITNEXT
What Kotlin has that Java does not. > Read More...
https://itnext.io/a-day-with-kotlin-5a55eba1965e
#SoftwareDevelopment #Android #Java #Kotlin #Programming
@ITNEXT
What Kotlin has that Java does not. > Read More...
https://itnext.io/a-day-with-kotlin-5a55eba1965e
Medium
A Day with Kotlin
What Kotlin has that Java does not.
The article "Clustering Cryptocurrencies with Affinity Propagation" written by Sebastian Quintero with 196 claps is hot on the list of publications!
#Blockchain #DataScience #Bitcoin #MachineLearning #Crypto
@ITNEXT
We deployed an Affinity Propagation algorithm to find three distinct clusters of crypto assets, at the top end of the market capitalization… > Read More...
https://towardsdatascience.com/clustering-cryptocurrencies-with-affinity-propagation-b0ca9e105bb6
#Blockchain #DataScience #Bitcoin #MachineLearning #Crypto
@ITNEXT
We deployed an Affinity Propagation algorithm to find three distinct clusters of crypto assets, at the top end of the market capitalization… > Read More...
https://towardsdatascience.com/clustering-cryptocurrencies-with-affinity-propagation-b0ca9e105bb6
Medium
Clustering Cryptocurrencies with Affinity Propagation
To better understand coin correlations we deployed an Affinity Propagation algorithm and found three distinct clusters of crypto assets, at…
An article entitled "Java is too old, What should you learn in 2018?" written by Rajasekar Elango with 94 claps is now accessible for read!
#ComputerScience #Technology #ProgrammingLanguages #Java #Kotlin
@ITNEXT
Java has become legacy. But it has given us a wonderful JVM ecosystem and lead to creation of many good languages Groovy, Scala, Kotlin > Read More...
https://hackernoon.com/java-is-too-old-what-should-you-learn-in-2018-12cd0151b2d1
#ComputerScience #Technology #ProgrammingLanguages #Java #Kotlin
@ITNEXT
Java has become legacy. But it has given us a wonderful JVM ecosystem and lead to creation of many good languages Groovy, Scala, Kotlin > Read More...
https://hackernoon.com/java-is-too-old-what-should-you-learn-in-2018-12cd0151b2d1
Hacker Noon
Java is too old, What should you learn in 2018?
Java has become legacy. But it has given us a wonderful JVM ecosystem and lead to creation of many good languages Groovy, Scala, Kotlin
An article entitled "Discover Probot — Framework to build apps for GitHub" written by Abhijeet Singh with 52 claps is now accessible for read!
#Probot #Technology #BuildAppsForGithub #Github #Programming
@ITNEXT
Build and explore apps, built on Probot, to extend GitHub, and automate and improve your workflow. > Read More...
https://hackernoon.com/discover-probot-framework-to-build-apps-for-github-686525c264d1
#Probot #Technology #BuildAppsForGithub #Github #Programming
@ITNEXT
Build and explore apps, built on Probot, to extend GitHub, and automate and improve your workflow. > Read More...
https://hackernoon.com/discover-probot-framework-to-build-apps-for-github-686525c264d1
Hackernoon
Discover Probot — Framework to build apps for GitHub
Build and explore apps, to extend <a href="https://hackernoon.com/tagged/github" target="_blank">GitHub</a>, and automate and improve your workflow.
A new article entitled "The Microsoft laptop anomaly" written by David O. is now online!
#MicrosoftLaptop #Branding #Tech #Technology #Microsoft
@ITNEXT
A critical lesson in product branding > Read More...
https://hackernoon.com/the-microsoft-laptop-anomaly-eeb07486230b
#MicrosoftLaptop #Branding #Tech #Technology #Microsoft
@ITNEXT
A critical lesson in product branding > Read More...
https://hackernoon.com/the-microsoft-laptop-anomaly-eeb07486230b
Hacker Noon
The Microsoft laptop anomaly
A critical lesson in product branding
A new article entitled "UNDERSTANDING RESIDUAL NETWORKS" written by John Olafenwa is now online!
#DeepLearning #AI #Resnet #MachineLearning #ComputerVision
@ITNEXT
Image Recognition has advanced in recent years due to availability of large datasets and powerful GPUs that has enabled training of very… > Read More...
https://towardsdatascience.com/understanding-residual-networks-9add4b664b03
#DeepLearning #AI #Resnet #MachineLearning #ComputerVision
@ITNEXT
Image Recognition has advanced in recent years due to availability of large datasets and powerful GPUs that has enabled training of very… > Read More...
https://towardsdatascience.com/understanding-residual-networks-9add4b664b03
Medium
UNDERSTANDING RESIDUAL NETWORKS
Image Recognition has advanced in recent years due to availability of large datasets and powerful GPUs that has enabled training of very…
An article entitled "My Journey to Reinforcement Learning — Part 1.5: Simple Binary Image Transformation with Q-Learning" written by Jae Duk Seo with 36 claps is now accessible for read!
#Python #ReinforcementLearning #ImageProcessing #ArtificialIntelligence #MachineLearning
@ITNEXT
So for today, I wanted to make a very simple problem to solve with Q-learning in hopes to make my understanding more concrete. > Read More...
https://towardsdatascience.com/my-journey-to-reinforcement-learning-part-1-5-57f334189655
#Python #ReinforcementLearning #ImageProcessing #ArtificialIntelligence #MachineLearning
@ITNEXT
So for today, I wanted to make a very simple problem to solve with Q-learning in hopes to make my understanding more concrete. > Read More...
https://towardsdatascience.com/my-journey-to-reinforcement-learning-part-1-5-57f334189655
Medium
My Journey to Reinforcement Learning — Part 1.5: Simple Binary Image Transformation with Q-Learning
So for today, I wanted to make a very simple problem to solve with Q-learning in hopes to make my understanding more concrete.