Keras for Text Classification using Vertex AI Reviews
4849 reviews
VEERANJANEYULU P. · Reviewed over 1 year ago
Hrithik j. · Reviewed over 1 year ago
There is a very large jump from what was covered in the materials and what is required here. Some intermediate and focused practice on the particular coding needed would help immensely.
David M. · Reviewed over 1 year ago
Gus R. · Reviewed over 1 year ago
There was an issue in accessing the BigQuery dataset.
Sachin B. · Reviewed over 1 year ago
Gonzalo L. · Reviewed over 1 year ago
Instructions not clear about where to find basic text classification in notebook interface
Ilsa C. · Reviewed over 1 year ago
Pratik S. · Reviewed over 1 year ago
Lucas C. · Reviewed over 1 year ago
Tejas M. · Reviewed over 1 year ago
Ayush K. · Reviewed over 1 year ago
Harsh G. · Reviewed over 1 year ago
SALONI D. · Reviewed over 1 year ago
Mike W. · Reviewed over 1 year ago
Hector B. · Reviewed over 1 year ago
Abhimanyu C. · Reviewed over 1 year ago
Neha T. · Reviewed over 1 year ago
Alice C. · Reviewed over 1 year ago
Dokkari S. · Reviewed over 1 year ago
Kummari J. · Reviewed over 1 year ago
sai chandana k. · Reviewed over 1 year ago
Kummari J. · Reviewed over 1 year ago
Codes are not updated.
Shreya M. · Reviewed over 1 year ago
a few issues with the lab, starting with the BigQuery hacker noon dataset. the table specified is no longer accurate and the use of SAFE_OFFSET is required to get it to work. %%bigquery --project $PROJECT SELECT ARRAY_REVERSE(SPLIT(REGEXP_EXTRACT(url, '.*://(.[^/]+)/'), '.'))[SAFE_OFFSET(1)] AS source, COUNT(title) AS num_articles -- TODO: Your code goes here. FROM `bigquery-public-data.hacker_news.full` WHERE REGEXP_CONTAINS(REGEXP_EXTRACT(url, '.*://(.[^/]+)/'), '.com$') AND LENGTH(title) > 10 -- TODO: Your code goes here. GROUP BY source -- TODO: Your code goes here. ORDER BY num_articles DESC LIMIT 100
Don B. · Reviewed over 1 year ago
Akash K. · Reviewed over 1 year ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.