Data Science and Engineering
544 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
Forwarded from IT jokes and more
Don't forget your old friends this holiday season. Jokes on you, #Java. #IT
4_5794069134668989664.pdf
3 MB
Book title: The Data Science Handbook

by WILEY

@itnext
Forwarded from NLP
4_6026376433876599718.pdf
6.4 MB
Book:
Text Analytics with Python

@NLPlinks
Happy New Year! May 2019 be better than 2018 but not as good as 2020 😁
While I never professionally worked on graph based machine learning problems, they have always been fascinating and I have tried keeping up to date with newish papers. Today I came across a really nice package called AmpliGraph (https://lnkd.in/gpXYuuQ), available on pip and running on top of TensorFlow. The API looks very clean with a number of example notebooks. Excited to play around with this.

#machinelearning #ML #datascience #graphs #MLLM #Cubonacci #AI
"Mathematics For Machine Learning"

A book that is intended to help people understand the #mathematics behind the #MachineLearning techniques.

Its aim is to make people understand what goes under the hood in common ML algorithms.

The best part is that the team is also working on Jupyter notebook tutorials

Download the PDF of the book: https://lnkd.in/e-gXPRf

100% OFF in Home Delivery Asia 2019>>> https://lnkd.in/f_TxgKN

For Data Science Implementations:
Know Data Science https://lnkd.in/fMHtxYP
Understand How to answer Why https://lnkd.in/f396Dqg
Machine Learning Terminology https://lnkd.in/fCihY9W
Understand Machine Learning Implementation https://lnkd.in/f5aUbBM
Machine Learning on Retail https://lnkd.in/fihPTJf
and Marketing https://lnkd.in/fBncKiy
Detecting new knowledge in unstructured text using ML. More evidence that when you put large amounts of papers and reports together and apply OpenSource machine learning to the text - the whole can be greater than the sum of its parts. This paper focuses on Thermoelectric materials.

Vice News Article
https://lnkd.in/gkXnEXt

Nature Paper (Tshitoyan et al 2019)
https://www.nature.com/articles/s41586-019-1335-8
The 5 graph algorithms that you should know

Rahul Agarwal describes some of the most important graph algorithms you should know and how to implement them using Python.
Detecting and treating outliers is a necessity in any dataset as it inevitably introduces the deviation in the model estimations. It can make the difference between winning and loosing a data science competition.

https://lnkd.in/fMV6GaY

This article deals with the detection of the outliers in Time Series data using different ideas, every idea improving upon the previous one and finally treating the outliers in the best way possible.

Hint of ideas covered.....
Idea #1 — Winsorization
Idea #2 Standard deviation etc.
An article covering the case study over "Customer Transaction Prediction using LightGBM".

https://medium.com/analytics-vidhya/https-medium-com-kushagrarajtiwari-customer-transaction-prediction-3191c6c634dc

It comprehensively covers:
1. General Business Significance of this problem
2. Exploratory Data Analysis
3. Feature Engineering
4. Why use LightGBM for this problem

A good read if you want to explore problems in bank/financial domain.