Ezért Érdemes Pythonban Fejleszteni Dr.Guta Gábor

Ezért Érdemes Pythonban Fejleszteni Dr.Guta Gábor

Ezért érdemes Pythonban fejleszteni Dr.Guta Gábor http://axonmatics.com Mennyire népszerű? index/ (7) - Forrás: https://www.tiobe.com/tiobe Forrás: 2019 (C) Axonmatics Ltd. - Air Quality Monitoring and Control for a Confidential Healthier City http://axonmatics.com 2019.11.27. – Dr. Guta Gábor Miért népszerű? Az ABC nyelv elveinek a továbbgondolása: • Egyszerű, python • Kompakt, - • Strukturált, • Kifejező, • Egységes, • Magas-szintű, https://freesvg.org/happy : • Egyértelmű, Forrás • Interaktív (Adaptálva: Leo Geurts, Lambert Meertens, and Steven Pemberton: The ABC Programmer's Handbook) http://axonmatics.com 2019.11.27. – Dr. Guta Gábor Miért népszerű? (folyt.) Hatékonyság: • Megvalósítandó feladat/ráfordított idő python - • Átlagos commit méret (KLOC-ban) Elérhetőség: https://freesvg.org/happy • Eszköz támogatás : • Oktató anyag/dokumentáció Forrás • Képzett emberek http://axonmatics.com 2019.11.27. – Dr. Guta Gábor Miért lehet utálni? mouth • Formázás (tabulálás) - • Nincs típusosság (de, van) • Nem olyan mint a megszokott/kedvenc programozási nyelv http://www.peakpx.com/5335/python • Lassú (általában ez nem gond, Forrás: de orvosolható) (Környezetemben hangzottak el) http://axonmatics.com 2019.11.27. – Dr. Guta Gábor Kik használják a nagyvilágban? • Web oldalak: Instagram, YouTube, Printest, Prezi… “Python where we • Cégek: Dropbox, Google, can, C++ where Bloomberg, Spotify… we must.” • Alkalmazások: Gedit, yum, Home Assistant, Cura… http://axonmatics.com 2019.11.27. – Dr. Guta Gábor Mire használják a nagyvilágban? 2019/python/ Fejlesztők százaléka - 60 50 49 40 46 42 37 30 20 25 10 12 3 https://www.jetbrains.com/lp/devecosystem 0 Adatelemzés Web fejlesztés Gépi tanulás Rendszer Szoftver Desktop Mobil Fejlesztés adminisztráció tesztelés fejelsztés Forrás: http://axonmatics.com 2019.11.27. – Dr. Guta Gábor Mi mire használjuk? Röviden: mindenre P_hat[gamma_id] = np.sum(P[gamma_id, :] * p_t) P_hat_c[gamma_id, :] = (P[gamma_id, :] @ ancestors) * p_t Hosszabban: P_res = np.asmatrix(gid_sid_map[gamma_id, :] * p_s) P_res += P[gamma_id, :] * (E_hat - E_hat_c) / w \ + E * (P_hat[gamma_id] - P_hat_c[gamma_id, :]) / w P_res += p_d * 2 * P[gamma_id, :] * E P_res += p_s * ((E @ left) * (P[gamma_id, :] @ right) \ - Prototipizálásra + (P[gamma_id, :] @ left) * (E @ right)) for gamma_i in gamma_sub.values(): if gamma_i.children is not None: - Webes backend fejlesztésre v_key = self.node_to_gid[gamma_i.children[0]] w_key = self.node_to_gid[gamma_i.children[1]] P_res += gamma_i.norm_score \ * p_s * ((P[v_key, :] @ right) * (P[w_key, :] @ left) - Kiértékeléshez/adatbányá- + (P[w_key, :] @ right) * (P[v_key, :] @ left)) P_res += gamma_i.norm_score \ * (p_d * (P[v_key, :] * P[w_key, :]) # D event szatra/gépi tanulásra + (P_hat[w_key] - P_hat_c[w_key, :]) / w * P[v_key, :] + (P_hat[v_key] - P_hat_c[v_key, :]) / w * P[w_key, :]) P[gamma_id, :] = P_res - Rendszer váznak (glue logic) http://axonmatics.com 2019.11.27. – Dr. Guta Gábor UI for Quantitative Semantic Fusion Tapasztalatok: • Django alapokon web oldalak és web servicekkel gyorsan lehet haladni • Sokszor szükséges nem tiszta egy nyelvű megoldás (C++/JavaScript) • Apró részleteken múlik a használhatóság (hosszan futó taszkok kezelése) • OS/Web/WSGI szerver konfiguráció is kritikus http://axonmatics.com 2019.11.27. – Dr. Guta Gábor ALENG (Amalgamated Likelihood Estimation / Next Generation) Tapasztalatok: • A rendszer összteljesítménye elsősorban nem biztos, hogy nyelv függő (az új megvalósítás 5x gyorsabb, mint az előző C++ implementáció) • A technikai implementációs részletek, nagyon tudnak rontani komplex algoritmusok olvashatóságán • Van, amikor csak a legalacsonyabb szintű API segít (MPI vs Dask vs Spark) http://axonmatics.com 2019.11.27. – Dr. Guta Gábor Mire használják a hallgatóink? vertebrate - predator 250 fős minta - animal - wildlife • Tesztelésre - reptile - green • Rendszer adminisztrációra - serpent - python • Hobbira (eljött, de a munkahelyén - nem tudja használni) • Adatelemzésre • Egyéb Forrás: Forrás: https://www.needpix.com/photo/181492/snake http://axonmatics.com 2019.11.27. – Dr. Guta Gábor Python jövője • Beágyazott • Nagy teljesítményű rendszerekben (fordított) Python: erősödhet: Numba, MyPyC MicroPython, Circuit Python • Böngészőbe JavaScript helyett: Web Assembly target Forrás: https://learn.adafruit.com/welcome-to-circuitpython/overview http://axonmatics.com 2019.11.27. – Dr. Guta Gábor Köszönöm a figyelmet! snake - http://www.peakpx.com/13362/green Forrás: Forrás: [email protected] http://axonmatics.com 2019.11.27. – Dr. Guta Gábor.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    13 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us