Interesting links
Here are some interesting links for you! Enjoy your stay :)Pages
- @Data Science Blog
- Ausbildung/Fortbildung
- authors
- Autor werden!
- CIO Interviews
- Computational and Data Science
- Coursera Data Science Specialization
- Coursera 用Python玩转数据 Data Processing Using Python
- Data Leader Day 2016 – Rabatt für Data Scientists!
- Data Science
- Data Science Partner
- DataQuest.io – Interactive Learning
- Datenschutz
- Donation / Spende
- Education / Certification
- Fraunhofer Academy Zertifikatsprogramm »Data Scientist«
- Für Presse / Redakteure
- HARVARD Data Science Certificate Courses
- Home
- Impressum / Imprint
- MapR Big Data Expert
- Masterstudiengang Data Science
- Masterstudiengang Management & Data Science
- MongoDB University Online Courses
- O’Reilly Video Training – Data Science with R
- Products
- qSkills Workshop: Industrial Security
- Science Digital Intelligence & Marketing Analytics
- Sponsoren
- Stanford University Online -Statistical Learning
- TU Chemnitz – Masterstudiengang Business Intelligence & Analytics
- TU Dortmund – Datenwissenschaft – Master of Science
- TU Dortmund berufsbegleitendes Zertifikatsstudium
- WWU Münster – Zertifikatsstudiengang “Data Science”
- Zertifikatskurs „Data Science“
Categories
- Artificial Intelligence
- Audit Analytics
- Big Data
- Business Analytics
- Business Intelligence
- Carrier
- Certification / Training
- Cloud
- Connected Car
- Customer Analytics
- Data Engineering
- Data Migration
- Data Mining
- Data Science
- Data Science at the Command Line
- Data Science Hack
- Data Science News
- Data Security
- Data Warehousing
- Database
- Datacenter
- Deep Learning
- Education / Certification
- ETL
- Events
- Excel / Power BI
- Experience
- Gerneral
- Graph Database
- Hadoop
- InMemory
- Insights
- Interview mit CIO
- Interviews
- Jobs
- Machine Learning
- Main
- Main Category
- Manufacturing
- Mathematics
- Mathematik
- Natural Language Processing
- Neo4J
- NoSQL
- Predictive Analytics
- Process Mining
- Projectmanagement
- Python
- Python
- R Statistics
- Recommendations
- Scala
- Sponsoring Partner Posts
- SQL
- Statistics
- TensorFlow
- Text Mining
- Tool Introduction
- Tools
- Tutorial
- Uncategorized
- Use Case
- Use Cases
- Visualization
- Web- & App-Tracking
Archive
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- December 2018
- November 2018
- October 2018
- August 2018
- July 2018
- June 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- January 2017
- December 2016
- November 2016
- October 2016
- August 2016
- March 2016
- February 2016
- November 2015
3 Types of Preventative Maintenance for Data Centers
/0 Comments/in Predictive Analytics /by Shannon FlynnImage Source: source unsplash.com Downtime for a data center can be extraordinarily costly — potentially leading to lost revenue, lost customers and a damaged reputation. Preventative maintenance (PM) helps keep essential data center equipment running for as long as possible (while also making potential issues easier to spot). However, there are many strategies for preventative […]
It’s All About Data: The Training of AI Models
/0 Comments/in Artificial Intelligence, Data Science, Deep Learning, Machine Learning, Main Category /by Benjamin AunkoferIn deep learning, there are different training methods. Which one we use in an AI project depends on the data provided by our customer: how much data is there, is it labeled or unlabeled? Or is there both labeled and unlabeled data?
Automatic Financial Trading Agent for Low-risk Portfolio Management using Deep Reinforcement Learning
/0 Comments/in Artificial Intelligence, Data Science, Deep Learning, Machine Learning, Main Category /by Jieyun HuThis article focuses on autonomous trading agent to solve the capital market portfolio management problem. Researchers aim to achieve higher portfolio return while preferring lower-risk actions. It uses deep reinforcement learning Deep Q-Network (DQN) to train the agent.
Process Mining Camp 2022
/0 Comments/in Events /by Anne Rozinat & Christian W. GüntherPack your bags, get your provisions, and plan your trip — Just a few more weeks until we get together at this year’s Process Mining Camp on Thursday, 23 June in Eindhoven, the Netherlands.
How Do Various Actor-Critic Based Deep Reinforcement Learning Algorithms Perform on Stock Trading?
/0 Comments/in Artificial Intelligence, Deep Learning, Machine Learning, Main Category, Use Case, Use Cases /by Zhuotian TangDeep Reinforcement Learning (DRL) is a blooming field famous for addressing a wide scope of complex decision-making tasks. This article would introduce and summarize the paper “Deep Reinforcement Learning for Automated Stock Trading.
Generative Adversarial Networks
/0 Comments/in Artificial Intelligence, Data Mining, Deep Learning, Machine Learning, Main Category /by Sunil YadavAfter Deep Autoregressive Models, Deep Generative Modelling and Variational Autoencoders we now continue the discussion with Generative Adversarial Networks (GANs).
CCNA vs. CCNP vs. CCIE Security Certification
/0 Comments/in Certification / Training, Data Security, Education / Certification /by Shannon FlynnLearn more about Cisco certifications and learn the difference between CCNA, CCNP and CCIE certifications to help you choose which path is right for you.
How to maintain product quality with deep learning
/0 Comments/in Artificial Intelligence, Data Science, Deep Learning, Machine Learning, Main Category, Use Case, Use Cases /by Benjamin AunkoferDeep Learning helps companies to automate operative processes in many areas. Industrial companies in particular also benefit from product quality assurance. Computer Vision enables automation to identify scratches and cracks on product item surfaces.
Understanding Linear Regression with all Statistical Terms
/0 Comments/in Data Science, Main Category /by M.Nithya LakshmiLinear Regression Model – This article is about understanding the linear regression with all the statistical terms. What is Regression Analysis? regression is an attempt to determine the relationship between one dependent and a series of other independent variables. Regression analysis is a form of predictive modelling technique which investigates the relationship between a dependent […]
Variational Autoencoders
/0 Comments/in Artificial Intelligence, Data Science, Deep Learning, Machine Learning, Main Category, Use Cases /by Sunil Yadavariational autoencoders (VAEs) are a deep learning method to produce synthetic data (images, texts) by learning the latent representations of the training data. AGMs are sequential models and generate data based on previous data points by defining tractable conditionals.