Self-Assessment for first-week Machine learning module 1
Technical Area:
-
Get familiar with the machine learning workflow, which contains the EDA, pre-processing data, apply learning algorithm to data, and evaluate the model.
-
Go over the whole process for building a simple movie recommendation system with basic ML knowledge.
-
Knowing some tech concepts such as Collaborative Filtering, Content-Based Filtering, and Word Embedding. Recall an ML algorithm Cosine Similarity which is a kind of KNN algorithm.
Tools:
Install and run the sample code with Beautiful Soup, Selenium, Spacy, Sentence_transformers, and transformers libraries.
Soft Skills:
-
Practice communication skills with teammates.
-
Improve the notes management from separate webinars.
Three highlights:
-
Setup all coding environments such as python library. I am not familiar with Python, so it makes me exciting.
-
Think deeper into the Machine learning workflow and understand it. I have only learned some basic math knowledge and never experienced ML. Through Kunal and Sara’s video, I know exactly what I need to do in the ML process.
-
Create a learning group and communicate with the teammates. It’s the first time I need to collaborate with others using English. Fortunately, I build an inspiring team atmosphere.
1 Like
Self-Assessment for first-week Machine learning module 2
Technical Area:
- Get familiar with web scraping and review the python coding.
- Review the DOM structure in HTML and locate them by codes.
Tools:
- Jupyter notebook
- PyCharm
- Develop tool in Chrome and Firefox
- Jira software
Soft Skills:
- Schedule the meeting time with other teammates.
- Host the team-building activities.
Achievement:
- Finish one tutorial’s homework to create a web scraper for the job information from indeed.com. Meet some technical difficulties for using python and solve them through the internet by myself.
- Solve the timeout problem, which could happen in some posts and lead the program to exit accidentally. Add the logging module in web scraping to trace the possible error.
- Successfully scrape all the posts from the PyTorch forum (50000+) and start the data cleaning process.
Self-Assessment for first-week Machine learning module 2
Technical Area:
- I am learning more python coding techniques through the tutorial.
- Deploy the web scraping program in the Google Cloud Platform.
- Knowing the different skills in processing textual data.
Tools:
- PyCharm
- Terminal
- Sublime(Handle CSV files)
Soft Skills:
- Develop communication skills with team members.
- Practice the time management strategy.
Achievement:
- Fix the bug in the scraping program and scrape all the data from the website.
- Finish the data cleaning process