Pyhton neural network

Closed job

Recent jobs from category Jobs for students

  • no avatar
    Mieszkanie
    Good day, I am looking for a student or a student of architecture (with a portfolio) who would undertake the design of an apartment in Warsaw. Functional design, visualizations, etc. The apartment is about 90m2 more information in private message. I care about time:)
no avatar
mer39
Employer
Job category:
Other
Expected budget:

85.00 PLN

Preferable skills:
Published:
Finished

Job description

Build a neural network model, that will evaluate the sentiment of a text describing a product from the "mobile electronics" category.

Use one of the pre-trained Transformer-based models as embedding source.

Perform model training on the data contained in the "amazon_us_reviews" file available in the TensorFlow library

.Hint: to load the data from use the following commands:importtensorflow_datasetsastfdsds=tfds.load('amazon_us_reviews/Mobile_Electronics_v1_00',split='train',shuffle_files=True)df=tfds.as_dataframe(ds)df["Sentiment"]=df["data/star_rating"].apply(lambdascore:"positive"ifscore>=3else"negative")df['Sentiment']=df['Sentiment'].map({'positive':1,'negative':0})df['short_review']=df['data/review_body'].str.decode("utf-8")df=dfhttp://"short_review","Sentiment"

As a result, dfvariable will containa data frame with the text to be assessed in the short_review column and the sentiment scoring in the Sentimentcolumn. As a solution to the problem, send the Jupyter Notebook / Jupyter Lab / Colaboratory file containing:

• complete code written in Python using the Keras/TensorFlowlibrary implementing, training and testing at least 1model solving the given problem.

The job in figures:

Short code writted in Python

Submitted offers 1

Add your offer or ask the client for more details

Added: on 2022-07-25