There are several technologies and libraries used for machine learning. The following is a list of three such technologies— all of them are open source:
- TensorFlow: TensorFlow was created by Google and first released in 2015. It is widely used by many companies and organizations for the automation of tasks and the development of new systems. TensorFlow is a Python-friendly library and may be installed via pip with the pip install tensorflow command.
- PyTorch: PyTorch was developed by Facebook and released to the public in 2017. It is known for its Pythonic simplicity and efficient memory storage. PyTorch is a competitor to TensorFlow and although PyTorch was released later, studies have shown PyTorch to ...