TensorFlow is one of the several frameworks in Python that allow you to develop projects for deep learning. This library was developed by the Google Brain Team, a group of Machine Learning Intelligence, a research organization headed by Google.
TensorFlow is already a consolidated deep learning framework, rich in documentation, tutorials, and projects available on the Internet. In addition to the...
Thursday, May 30, 2019
Wednesday, May 29, 2019
Pandas - 47 Artificial Neural Networks and Deep Learning
Artificial neural networks are a fundamental element for deep learning and their use is the basis of many deep learning techniques. In fact, these systems are able to learn, due to their particular structure that refers to the biological neural circuits.
Artificial neural networks are complex structures...
Tuesday, May 28, 2019
Pandas - 46 An overview of Deep Learning
Let's have an introductory overview of the world of deep learning and the artificial neural networks on which its techniques are based. Furthermore, among the new Python frameworks for deep learning, we will use TensorFlow, which is proving to be an excellent tool for research and development...
Pandas - 45 Supervised Learning with scikit-learn (Nonlinear SVC)
In the previous post we have seen the SVC linear algorithm defining a line of separation that was
intended to split the two classes. We have more complex SVC algorithms that can establish curves (2D) or curved surfaces (3D) based on the same principles of maximizing the distances between the points...