Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: CNN Speech Classification
Post: CNN Speech Classification

Hi All, I have build a cnn model that classifies Englisch words based on wav. files as input. I have some question regarding to the output of the model. The validation accuracy of the model is quite...
Mitchie87 Data Science 0 1,583 Dec-06-2019, 06:17 PM
    Thread: From string parameter to a dictionary
Post: RE: From string parameter to a dictionary

First of all, i really i appreciate your help! This step is where i get confused. I know they .strip()method, but don't know how to combine in within this case. Also i'm confused with the why how I ca...
Mitchie87 Homework 9 3,035 Oct-12-2019, 09:28 PM
    Thread: From string parameter to a dictionary
Post: RE: From string parameter to a dictionary

def ratings(file): empty_dict= [] with open(file, "r") as dc: buffer = dc.readlines() for l in buffer: empty_dict.append(l) return empty_dict ...
Mitchie87 Homework 9 3,035 Oct-12-2019, 08:45 PM
    Thread: From string parameter to a dictionary
Post: RE: From string parameter to a dictionary

def ratings(file): with open(file, "r") as dc: buffer = dc.readlines() ratings("ratings.csv")This is what i use for open the file, after i did this, my output is the following line: ...
Mitchie87 Homework 9 3,035 Oct-12-2019, 06:17 PM
    Thread: From string parameter to a dictionary
Post: From string parameter to a dictionary

Dear members, is there anybody would can help my with my homework question? I'm able to open the csv file. But from there I really have no idea what to do. The assignment: Steven is working on his M...
Mitchie87 Homework 9 3,035 Oct-11-2019, 03:18 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020