zoukankan      html  css  js  c++  java
  • Weekly Tech Report 2021/06/08

    My purpose in writing this series is to summarize what technology and experience I have learned in this week. Normally it should be finished by the end of one week. Ok, let's start to do it!

    One of the main techs I learned is Django. I have learned jwt, permission control, captcha, logger, customize error and response, restful style interface and etc. which are basic and important part of design , security, maitainance,usability of a web application. It also should be elegant and human readable. The most annoying part of Django is its model and serializer. If you want to do some complex queries, join table queries, or some complex validations. You need to search a lot of information to find the right way to build the code. Because django is highly dependent on ORM.

    In my spare time, I work hard to learn bert and hadoop, but there is not much progress so far. Hadoop is still at the stage of installing software. So does bert. Believe me, I really spent a lot of time, but these tools need a lot of time to initialize and configure properly. Yeah, I would put my effort on them.

    Another project is about NLP, which actually is a evaluation system of customer service in restarants. I found some existed solutions and technology, which is maily about semantic recognition, sentiment analysis, keyword Recognition, speech recognition and text analysis. I am quite sure I could make it works , while its real difficulty is accurate rate. I found the system in 58 同城 only achieved 87% accurate rate as it report. Anyway, I feel quite exciting and hope it could be a real project as it is still under discussion with the customers.

    Okey, this it work I did in last month, I hope next week I could bring some more interesting staff:)

    作者:Leven
    本博客主要记录个人工作和学习中的一些总结,经验和感悟。欢迎转载和评论,转载请给出原文链接。
    您也可以通过邮箱联系我:leven_developer#outlook.com
    如果文章对您有所帮助,您可以给我一点打赏,会让我更有动力做所从事的事情,非常感谢。
  • 相关阅读:
    HDU5090模拟,hash
    在Android手机上获取其它应用的包名及版本
    ubunut在系统恢复模式下无法改动rootpassword的分析和解决
    Index column size too large. The maximum column size is 767 bytes.
    java实现定时任务
    APP账号密码传输安全分析
    用RSA加密实现Web登录密码加密传输
    svn is already locked解决方案
    ajax跨域请求
    redis+spring配置
  • 原文地址:https://www.cnblogs.com/Andres/p/14945601.html
Copyright © 2011-2022 走看看