TensorFlow 2.4 on Apple Silicon M1: installation under Conda environment

By Medium - 2020-12-20

Description

The previous article was about the Machine Learning packages that works natively on Apple Silicon. I also explained how TensorFlow and scikit-learn can be installed on a Mac M1. In this article ATF…

Summary

  • In this article ATF 2.4 stand for TensorFlow 2.4 for Apple Silicon currently available from github in release 0.1 alpha 1.
  • With ATF 2.4, standard installation requires creating a python environment while nearly no other package like scikit-learn can be installed from pip.
  • It cannot yet be used in a professional context.
  • I also trained RandomForest models and plot confusion matrix everything from JupyterLab without any issue.

 

Topics

  1. Machine_Learning (0.3)
  2. Coding (0.16)
  3. Backend (0.12)

Similar Articles

Q-Learning Algorithm: From Explanation to Implementation

By Medium - 2020-12-13

In my today’s medium post, I will teach you how to implement the Q-Learning algorithm. But before that, I will first explain the idea behind Q-Learning and its limitation. Please be sure to have some…

Setting up proxy in Next.js for

By DEV Community - 2021-01-04

Introduction In general, we expect to have a default proxy setup in Next.js just like reac...

Automated Machine Learning in Python

By KDnuggets - 2020-11-14

An organization can also reduce the cost of hiring many experts by applying AutoML in their data pipeline. AutoML also reduces the amount of time it would take to develop and test a machine learning m ...