Logo
  • About Us
    About Us Logo Sponsors
  • Meta Blog
    Blog Post Search Weekly Best Tag
  • Projects
    PHP The Right Way Design Patterns PHP 정기모임 발표자료
  • Releases
  • Recruits
  • Q&A
  • Login / Register
    Login Register

Managed Tags

All PHP LARAVEL Codeigniter Editor FrontEnd DEVOPS Machine Learning

Search result

[ML] python list sort

파이썬 리스트 정렬 def myFunc(e): return len(e) cars = ['Ford', 'Mitsubishi', 'BMW', 'VW'] cars.sort(reverse=True, key=myFunc) key의 함수  return 순서로 정렬,reverse는 생략가능 

Machine Learning python list sort python sort 파이썬 리스트 정렬

shaking blog on 18-09-17

[ML] python deep copy

파이썬3 버전에서 가능하다. 1) deep copy list2 = copy.deepcopy(list1)2) shallow copylist2 = list1아래 그림을 참조하자. 얕은 복사해서  list2 값을 바꾸면 list1값도 변경 된다. 깊은 복사는 메모리를 따로 할...

Machine Learning deep copy pyrhon deep copy Python python shallow copy python3 deep copy shallow copy 깊은 복사 깊은 복사 개념 파이썬 파이썬 깊은 복사

shaking blog on 18-09-17

[ML] 머신러닝(Machine Learning)이란?

기계 학습(Machine Learning) 이란 무엇인가? 기계 학습은 문제를 해결하기 위한 맞춤 코드(custom code) 를 사용하지 않고 어떤 데이터에 대해 무선가 흥미로운 것을 알려줄 수 있는 일반적인 알고리즘( generi...

Machine Learning Supervised Learning unsupervised learning 기계 학습 머신러닝 비지도학습 지도학습

shaking blog on 18-09-15

Logo

홈페이지와 관련된 내용은 페이스북 그룹, 디스코드, 깃허브 를 통해서 문의바랍니다

Copyright ©2026 All rights reserved | This template is made with by Colorlib