Block or Report
Block or report ageron
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
-
handson-ml Public
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
-
handson-ml2 Public
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
-
tf2_course Public
Notebooks for my "Deep Learning with TensorFlow 2 and Keras" course
-
tensorflow-safari-course Public
⛔️ DEPRECATED — Exercises and solutions to accompany my Safari course introducing TensorFlow. -
awesome-tensorflow Public
Forked from jtoy/awesome-tensorflow
TensorFlow - A curated list of dedicated resources http://tensorflow.org
254 contributions in the last year
Contribution activity
November 2021
Created 4 commits in 3 repositories
Created a pull request in scikit-learn/scikit-learn that received 12 comments
Add get_feature_names_out to FunctionTransformer
Reference Issues/PRs
Follow-up on #18444.
This new feature was discussed in #21079.
What does this implement/fix? Explain your changes.
Adds the ge…
Created an issue in scikit-learn/scikit-learn that received 4 comments
Add inverse_transform() to random projection classes
Describe the workflow you want to enable
GaussianRandomProjection and SparseRandomProjection should have an inverse_transform() method.
Describe yo…